Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ash / ash.gyp
index b14c275..e37d958 100644 (file)
@@ -19,7 +19,6 @@
         '../base/base.gyp:base_i18n',
         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
         '../cc/cc.gyp:cc',
-        '../content/content.gyp:content',
         '../content/content.gyp:content_browser',
         '../media/media.gyp:media',
         '../net/net.gyp:net',
         'accelerators/debug_commands.h',
         'accelerators/exit_warning_handler.cc',
         'accelerators/exit_warning_handler.h',
+        'accelerators/key_hold_detector.cc',
+        'accelerators/key_hold_detector.h',
         'accelerators/focus_manager_factory.cc',
         'accelerators/focus_manager_factory.h',
+        'accelerators/magnifier_key_scroller.cc',
+        'accelerators/magnifier_key_scroller.h',
         'accelerators/nested_dispatcher_controller.cc',
         'accelerators/nested_dispatcher_controller.h',
+        'accelerators/spoken_feedback_toggler.cc',
+        'accelerators/spoken_feedback_toggler.h',
         'accessibility_delegate.h',
         'audio/sounds.cc',
         'audio/sounds.h',
         'desktop_background/wallpaper_resizer.cc',
         'desktop_background/wallpaper_resizer.h',
         'desktop_background/wallpaper_resizer_observer.h',
+        'display/cursor_window_controller.cc',
+        'display/cursor_window_controller.h',
         'display/display_change_observer_chromeos.cc',
         'display/display_change_observer_chromeos.h',
         'display/display_controller.cc',
         'display/mouse_cursor_event_filter.h',
         'display/output_configurator_animation.cc',
         'display/output_configurator_animation.h',
+        'display/projecting_observer_chromeos.cc',
+        'display/projecting_observer_chromeos.h',
         'display/resolution_notification_controller.cc',
         'display/resolution_notification_controller.h',
         'display/root_window_transformers.cc',
         'drag_drop/drag_drop_tracker.h',
         'drag_drop/drag_image_view.cc',
         'drag_drop/drag_image_view.h',
-        'event_rewriter_delegate.h',
         'first_run/desktop_cleaner.cc',
         'first_run/desktop_cleaner.h',
         'first_run/first_run_helper.cc',
         'focus_cycler.cc',
         'focus_cycler.h',
         'gpu_support.h',
+        'gpu_support_stub.cc',
+        'gpu_support_stub.h',
         'high_contrast/high_contrast_controller.cc',
         'high_contrast/high_contrast_controller.h',
-        'host/root_window_host_factory.cc',
-        'host/root_window_host_factory.h',
-        'host/root_window_host_factory_win.cc',
+        'host/window_tree_host_factory.cc',
+        'host/window_tree_host_factory.h',
+        'host/window_tree_host_factory_win.cc',
         'ime/candidate_view.cc',
         'ime/candidate_view.h',
         'ime/candidate_window_view.cc',
         'ime/mode_indicator_view.h',
         'keyboard_uma_event_filter.cc',
         'keyboard_uma_event_filter.h',
-        'launcher/launcher_types.cc',
-        'launcher/launcher_types.h',
         'magnifier/magnification_controller.cc',
         'magnifier/magnification_controller.h',
         'magnifier/magnifier_constants.h',
         'system/chromeos/tray_tracing.cc',
         'system/chromeos/tray_tracing.h',
         'system/date/clock_observer.h',
+        'system/date/date_default_view.cc',
+        'system/date/date_default_view.h',
         'system/date/date_view.cc',
         'system/date/date_view.h',
         'system/date/tray_date.cc',
         'wm/ash_native_cursor_manager.h',
         'wm/ash_focus_rules.cc',
         'wm/ash_focus_rules.h',
-        'wm/base_layout_manager.cc',
-        'wm/base_layout_manager.h',
         'wm/boot_splash_screen_chromeos.cc',
         'wm/boot_splash_screen_chromeos.h',
         'wm/caption_buttons/alternate_frame_size_button.cc',
         'wm/coordinate_conversion.h',
         'wm/custom_frame_view_ash.cc',
         'wm/custom_frame_view_ash.h',
+        'wm/default_state.cc',
+        'wm/default_state.h',
         'wm/default_window_resizer.cc',
         'wm/default_window_resizer.h',
         'wm/dock/docked_window_layout_manager.cc',
         'wm/drag_window_resizer.h',
         'wm/event_client_impl.cc',
         'wm/event_client_impl.h',
-        'wm/event_rewriter_event_filter.cc',
-        'wm/event_rewriter_event_filter.h',
         'wm/frame_border_hit_test_controller.cc',
         'wm/frame_border_hit_test_controller.h',
         'wm/header_painter.cc',
         'wm/partial_screenshot_view.h',
         'wm/power_button_controller.cc',
         'wm/power_button_controller.h',
+        'wm/resize_handle_window_targeter.cc',
+        'wm/resize_handle_window_targeter.h',
         'wm/resize_shadow.cc',
         'wm/resize_shadow.h',
         'wm/resize_shadow_controller.cc',
       'conditions': [
         ['OS=="win"', {
           'sources/': [
-            ['exclude', 'host/root_window_host_factory.cc'],
+            ['exclude', 'host/window_tree_host_factory.cc'],
             ['exclude', 'sticky_keys/sticky_keys_controller.cc'],
             ['exclude', 'sticky_keys/sticky_keys_controller.h'],
           ],
         }],
         ['use_x11!=1', {
           'sources/': [
+            ['exclude', 'accelerators/key_hold_detector.cc'],
+            ['exclude', 'accelerators/key_hold_detector.h'],
+            ['exclude', 'accelerators/magnifier_key_scroller.cc'],
+            ['exclude', 'accelerators/magnifier_key_scroller.h'],
+            ['exclude', 'accelerators/spoken_feedback_toggler.cc'],
+            ['exclude', 'accelerators/spoken_feedback_toggler.h'],
             ['exclude', 'display/display_change_observer_chromeos.cc'],
             ['exclude', 'display/display_change_observer_chromeos.h'],
             ['exclude', 'display/display_error_observer_chromeos.cc'],
       'dependencies': [
         '../base/base.gyp:base',
         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
-        '../content/content.gyp:content',
         '../content/content.gyp:content_browser',
         '../ipc/ipc.gyp:ipc',
         '../skia/skia.gyp:skia',
       ],
       'sources': [
         'content_support/ash_with_content_export.h',
-        'content_support/inject.cc',
-        'content_support/inject.h',
         'content_support/gpu_support_impl.cc',
         'content_support/gpu_support_impl.h',
         'screensaver/screensaver_view.cc',
         '../skia/skia.gyp:skia',
         '../testing/gtest.gyp:gtest',
         '../ui/app_list/app_list.gyp:app_list_test_support',
+        '../ui/views/views.gyp:views_test_support',
         'ash',
         'ash_resources',
       ],
         '../ui/aura/aura.gyp:aura',
         '../ui/aura/aura.gyp:aura_test_support',
         '../ui/compositor/compositor.gyp:compositor',
+        '../ui/compositor/compositor.gyp:compositor_test_support',
         '../ui/events/events.gyp:events',
         '../ui/events/events.gyp:events_test_support',
         '../ui/gfx/gfx.gyp:gfx',
         'ash_with_content',
       ],
       'sources': [
-        '../ui/compositor/test/layer_animator_test_controller.cc',
-        '../ui/compositor/test/layer_animator_test_controller.h',
-        '../ui/views/test/test_views_delegate.cc',
-        '../ui/views/test/test_views_delegate.h',
         'accelerators/accelerator_commands_unittest.cc',
         'accelerators/accelerator_controller_unittest.cc',
         'accelerators/accelerator_filter_unittest.cc',
         'accelerators/accelerator_table_unittest.cc',
+        'accelerators/magnifier_key_scroller_unittest.cc',
         'accelerators/nested_dispatcher_controller_unittest.cc',
+        'accelerators/spoken_feedback_toggler_unittest.cc',
         'autoclick/autoclick_unittest.cc',
         'desktop_background/desktop_background_controller_unittest.cc',
         'desktop_background/wallpaper_resizer_unittest.cc',
         'display/mirror_window_controller_unittest.cc',
         'display/virtual_keyboard_window_controller_unittest.cc',
         'display/mouse_cursor_event_filter_unittest.cc',
+        'display/projecting_observer_chromeos_unittest.cc',
         'display/resolution_notification_controller_unittest.cc',
         'display/root_window_transformers_unittest.cc',
         'display/screen_position_controller_unittest.cc',
         'touch/touch_observer_hud_unittest.cc',
         'wm/app_list_controller_unittest.cc',
         'wm/ash_native_cursor_manager_unittest.cc',
-        'wm/base_layout_manager_unittest.cc',
         'wm/caption_buttons/alternate_frame_size_button_unittest.cc',
         'wm/caption_buttons/frame_caption_button_container_view_unittest.cc',
         'wm/caption_buttons/frame_maximize_button_unittest.cc',
+        'wm/custom_frame_view_ash_unittest.cc',
         'wm/dock/docked_window_layout_manager_unittest.cc',
         'wm/dock/docked_window_resizer_unittest.cc',
         'wm/drag_window_resizer_unittest.cc',
         }],
         ['use_x11!=1', {
           'sources/': [
+            ['exclude', 'accelerators/magnifier_key_scroller_unittest.cc'],
+            ['exclude', 'accelerators/spoken_feedback_toggler_unittest.cc'],
             ['exclude', 'display/display_change_observer_chromeos_unittest.cc'],
             ['exclude', 'display/display_error_observer_chromeos_unittest.cc'],
           ],