Index: ui/aura/aura.gyp |
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
deleted file mode 100644 |
index a7aa0fa4fc0e27588cb788aa4486237304af2a54..0000000000000000000000000000000000000000 |
--- a/ui/aura/aura.gyp |
+++ /dev/null |
@@ -1,318 +0,0 @@ |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-{ |
- 'variables': { |
- 'chromium_code': 1, |
- }, |
- 'targets': [ |
- { |
- # GN version: //ui/aura |
- 'target_name': 'aura', |
- 'type': '<(component)', |
- 'dependencies': [ |
- '../../base/base.gyp:base', |
- '../../base/base.gyp:base_i18n', |
- '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
- '../../skia/skia.gyp:skia', |
- '../base/ime/ui_base_ime.gyp:ui_base_ime', |
- '../base/ui_base.gyp:ui_base', |
- '../compositor/compositor.gyp:compositor', |
- '../display/display.gyp:display', |
- '../events/events.gyp:events', |
- '../events/events.gyp:events_base', |
- '../events/platform/events_platform.gyp:events_platform', |
- '../gfx/gfx.gyp:gfx', |
- '../gfx/gfx.gyp:gfx_geometry', |
- ], |
- 'defines': [ |
- 'AURA_IMPLEMENTATION', |
- ], |
- 'sources': [ |
- '../wm/public/activation_change_observer.cc', |
- '../wm/public/activation_change_observer.h', |
- '../wm/public/activation_client.cc', |
- '../wm/public/activation_client.h', |
- '../wm/public/activation_delegate.cc', |
- '../wm/public/activation_delegate.h', |
- '../wm/public/animation_host.cc', |
- '../wm/public/animation_host.h', |
- '../wm/public/drag_drop_client.cc', |
- '../wm/public/drag_drop_client.h', |
- '../wm/public/drag_drop_delegate.cc', |
- '../wm/public/drag_drop_delegate.h', |
- '../wm/public/scoped_drag_drop_disabler.cc', |
- '../wm/public/scoped_drag_drop_disabler.h', |
- '../wm/public/scoped_tooltip_disabler.cc', |
- '../wm/public/scoped_tooltip_disabler.h', |
- '../wm/public/tooltip_client.cc', |
- '../wm/public/tooltip_client.h', |
- '../wm/public/transient_window_client.cc', |
- '../wm/public/transient_window_client.h', |
- '../wm/public/window_move_client.cc', |
- '../wm/public/window_move_client.h', |
- '../wm/public/window_types.h', |
- 'client/aura_constants.cc', |
- 'client/aura_constants.h', |
- 'client/capture_client.cc', |
- 'client/capture_client.h', |
- 'client/capture_delegate.h', |
- 'client/cursor_client.cc', |
- 'client/cursor_client.h', |
- 'client/cursor_client_observer.cc', |
- 'client/cursor_client_observer.h', |
- 'client/default_capture_client.cc', |
- 'client/default_capture_client.h', |
- 'client/event_client.cc', |
- 'client/event_client.h', |
- 'client/focus_change_observer.cc', |
- 'client/focus_change_observer.h', |
- 'client/focus_client.cc', |
- 'client/focus_client.h', |
- 'client/screen_position_client.cc', |
- 'client/screen_position_client.h', |
- 'client/visibility_client.cc', |
- 'client/visibility_client.h', |
- 'client/window_stacking_client.cc', |
- 'client/window_stacking_client.h', |
- 'client/window_tree_client.cc', |
- 'client/window_tree_client.h', |
- 'env.cc', |
- 'env.h', |
- 'env_input_state_controller.cc', |
- 'env_input_state_controller.h', |
- 'env_observer.h', |
- 'input_state_lookup.cc', |
- 'input_state_lookup.h', |
- 'input_state_lookup_win.cc', |
- 'input_state_lookup_win.h', |
- 'layout_manager.cc', |
- 'layout_manager.h', |
- 'mus/mus_util.cc', |
- 'mus/mus_util.h', |
- 'scoped_window_targeter.cc', |
- 'scoped_window_targeter.h', |
- 'window.cc', |
- 'window.h', |
- 'window_delegate.h', |
- 'window_event_dispatcher.cc', |
- 'window_event_dispatcher.h', |
- 'window_observer.cc', |
- 'window_observer.h', |
- 'window_targeter.cc', |
- 'window_targeter.h', |
- 'window_tracker.h', |
- 'window_tree_host.cc', |
- 'window_tree_host.h', |
- 'window_tree_host_mac.h', |
- 'window_tree_host_mac.mm', |
- 'window_tree_host_observer.h', |
- 'window_tree_host_platform.cc', |
- 'window_tree_host_platform.h', |
- 'window_tree_host_x11.cc', |
- 'window_tree_host_x11.h', |
- ], |
- 'conditions': [ |
- ['use_x11==1', { |
- 'dependencies': [ |
- '../../build/linux/system.gyp:x11', |
- '../../build/linux/system.gyp:xrandr', |
- '../../build/linux/system.gyp:xi', |
- '../base/x/ui_base_x.gyp:ui_base_x', |
- '../events/devices/events_devices.gyp:events_devices', |
- '../events/devices/x11/events_devices_x11.gyp:events_devices_x11', |
- '../events/platform/x11/x11_events_platform.gyp:x11_events_platform', |
- '../gfx/x/gfx_x11.gyp:gfx_x11', |
- ], |
- }], |
- ['OS=="win"', { |
- 'dependencies': [ |
- '../platform_window/win/win_window.gyp:win_window', |
- '../../ipc/ipc.gyp:ipc', |
- ], |
- 'sources!': [ |
- 'input_state_lookup.cc', |
- ], |
- }], |
- ['use_ozone==1', { |
- 'dependencies': [ |
- '../ozone/ozone.gyp:ozone', |
- '../ozone/ozone.gyp:ozone_base', |
- ], |
- }], |
- ['OS=="android"', { |
- 'dependencies': [ |
- '../platform_window/android/android_window.gyp:android_window', |
- ], |
- }], |
- ], |
- }, |
- { |
- # GN version: //ui/aura:test_support |
- 'target_name': 'aura_test_support', |
- 'type': 'static_library', |
- 'dependencies': [ |
- '../../skia/skia.gyp:skia', |
- '../../testing/gtest.gyp:gtest', |
- '../base/ime/ui_base_ime.gyp:ui_base_ime', |
- '../base/ui_base.gyp:ui_base', |
- '../base/ui_base.gyp:ui_base_test_support', |
- '../compositor/compositor.gyp:compositor_test_support', |
- '../events/events.gyp:events', |
- '../events/events.gyp:events_base', |
- '../events/events.gyp:events_test_support', |
- '../gfx/gfx.gyp:gfx', |
- '../gfx/gfx.gyp:gfx_geometry', |
- 'aura', |
- ], |
- 'include_dirs': [ |
- '..', |
- ], |
- 'sources': [ |
- 'test/aura_test_base.cc', |
- 'test/aura_test_base.h', |
- 'test/aura_test_helper.cc', |
- 'test/aura_test_helper.h', |
- 'test/aura_test_utils.cc', |
- 'test/aura_test_utils.h', |
- 'test/env_test_helper.h', |
- 'test/event_generator_delegate_aura.cc', |
- 'test/event_generator_delegate_aura.h', |
- 'test/input_method_glue.cc', |
- 'test/input_method_glue.h', |
- 'test/test_cursor_client.cc', |
- 'test/test_cursor_client.h', |
- 'test/test_focus_client.cc', |
- 'test/test_focus_client.h', |
- 'test/test_screen.cc', |
- 'test/test_screen.h', |
- 'test/test_window_delegate.cc', |
- 'test/test_window_delegate.h', |
- 'test/test_window_tree_client.cc', |
- 'test/test_window_tree_client.h', |
- 'test/test_windows.cc', |
- 'test/test_windows.h', |
- 'test/ui_controls_factory_aura.h', |
- 'test/ui_controls_factory_aurawin.cc', |
- 'test/ui_controls_factory_aurax11.cc', |
- 'test/ui_controls_factory_ozone.cc', |
- 'test/window_event_dispatcher_test_api.cc', |
- 'test/window_event_dispatcher_test_api.h', |
- 'test/window_test_api.cc', |
- 'test/window_test_api.h', |
- 'test/x11_event_sender.cc', |
- 'test/x11_event_sender.h', |
- ], |
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
- 'msvs_disabled_warnings': [ 4267, ], |
- 'conditions': [ |
- ['use_x11==1', { |
- 'dependencies': [ |
- '../base/x/ui_base_x.gyp:ui_base_x', |
- ], |
- }], |
- ], |
- }, |
- { |
- 'target_name': 'aura_demo', |
- 'type': 'executable', |
- 'dependencies': [ |
- '../../base/base.gyp:base', |
- '../../base/base.gyp:base_i18n', |
- '../../skia/skia.gyp:skia', |
- '../../third_party/icu/icu.gyp:icui18n', |
- '../../third_party/icu/icu.gyp:icuuc', |
- '../base/ui_base.gyp:ui_base', |
- '../compositor/compositor.gyp:compositor', |
- '../compositor/compositor.gyp:compositor_test_support', |
- '../display/display.gyp:display', |
- '../events/events.gyp:events', |
- '../gfx/gfx.gyp:gfx', |
- '../gfx/gfx.gyp:gfx_geometry', |
- 'aura', |
- 'aura_test_support', |
- ], |
- 'include_dirs': [ |
- '..', |
- ], |
- 'sources': [ |
- 'demo/demo_main.cc', |
- ], |
- 'conditions': [ |
- ['use_x11==1', { |
- 'dependencies': [ |
- '../gfx/x/gfx_x11.gyp:gfx_x11', |
- ], |
- }], |
- ] |
- }, |
- { |
- 'target_name': 'aura_unittests', |
- 'type': 'executable', |
- 'dependencies': [ |
- '../../base/base.gyp:test_support_base', |
- '../../skia/skia.gyp:skia', |
- '../../testing/gtest.gyp:gtest', |
- '../base/ime/ui_base_ime.gyp:ui_base_ime', |
- '../base/ui_base.gyp:ui_base', |
- '../base/ui_base.gyp:ui_base_test_support', |
- '../compositor/compositor.gyp:compositor', |
- '../compositor/compositor.gyp:compositor_test_support', |
- '../events/events.gyp:events', |
- '../events/events.gyp:events_base', |
- '../events/events.gyp:gesture_detection', |
- '../gfx/gfx.gyp:gfx', |
- '../gfx/gfx.gyp:gfx_geometry', |
- '../gl/gl.gyp:gl', |
- '../gl/init/gl_init.gyp:gl_init', |
- 'aura_test_support', |
- 'aura', |
- ], |
- 'include_dirs': [ |
- '..', |
- ], |
- 'sources': [ |
- 'gestures/gesture_recognizer_unittest.cc', |
- 'test/run_all_unittests.cc', |
- 'window_event_dispatcher_unittest.cc', |
- 'window_targeter_unittest.cc', |
- 'window_unittest.cc', |
- ], |
- 'conditions': [ |
- # osmesa GL implementation is used on linux. |
- ['OS=="linux"', { |
- 'dependencies': [ |
- '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
- ], |
- }], |
- ], |
- }, |
- ], |
- 'conditions': [ |
- ['test_isolation_mode != "noop"', { |
- 'targets': [ |
- { |
- 'target_name': 'aura_unittests_run', |
- 'type': 'none', |
- 'dependencies': [ |
- 'aura_unittests', |
- ], |
- 'includes': [ |
- '../../build/isolate.gypi', |
- ], |
- 'sources': [ |
- 'aura_unittests.isolate', |
- ], |
- 'conditions': [ |
- ['use_x11 == 1', { |
- 'dependencies': [ |
- '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
- ], |
- }], |
- ], |
- }, |
- ], |
- }], |
- ], |
-} |