| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| 11 'target_name': 'aura', | 11 'target_name': 'aura', |
| 12 'type': '<(component)', | 12 'type': '<(component)', |
| 13 'dependencies': [ | 13 'dependencies': [ |
| 14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
| 15 '../../base/base.gyp:base_i18n', | 15 '../../base/base.gyp:base_i18n', |
| 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 17 '../../skia/skia.gyp:skia', | 17 '../../skia/skia.gyp:skia', |
| 18 '../compositor/compositor.gyp:compositor', | 18 '../compositor/compositor.gyp:compositor', |
| 19 '../ui.gyp:ui', | 19 '../ui.gyp:ui', |
| 20 '../ui.gyp:ui_resources', | 20 '../ui.gyp:ui_resources', |
| 21 ], | 21 ], |
| 22 'defines': [ | 22 'defines': [ |
| 23 'AURA_IMPLEMENTATION', | 23 'AURA_IMPLEMENTATION', |
| 24 ], | 24 ], |
| 25 'sources': [ | 25 'sources': [ |
| 26 'aura_switches.cc', | 26 'aura_switches.cc', |
| 27 'aura_switches.h', | 27 'aura_switches.h', |
| 28 'client/activation_change_observer.h', |
| 29 'client/activation_change_observer.cc', |
| 28 'client/activation_client.cc', | 30 'client/activation_client.cc', |
| 29 'client/activation_client.h', | 31 'client/activation_client.h', |
| 30 'client/activation_delegate.cc', | 32 'client/activation_delegate.cc', |
| 31 'client/activation_delegate.h', | 33 'client/activation_delegate.h', |
| 32 'client/aura_constants.cc', | 34 'client/aura_constants.cc', |
| 33 'client/aura_constants.h', | 35 'client/aura_constants.h', |
| 34 'client/capture_client.cc', | 36 'client/capture_client.cc', |
| 35 'client/capture_client.h', | 37 'client/capture_client.h', |
| 36 'client/capture_delegate.h', | 38 'client/capture_delegate.h', |
| 37 'client/cursor_client.cc', | 39 'client/cursor_client.cc', |
| 38 'client/cursor_client.h', | 40 'client/cursor_client.h', |
| 41 'client/default_capture_client.cc', |
| 42 'client/default_capture_client.h', |
| 39 'client/dispatcher_client.cc', | 43 'client/dispatcher_client.cc', |
| 40 'client/dispatcher_client.h', | 44 'client/dispatcher_client.h', |
| 41 'client/drag_drop_client.cc', | 45 'client/drag_drop_client.cc', |
| 42 'client/drag_drop_client.h', | 46 'client/drag_drop_client.h', |
| 43 'client/drag_drop_delegate.cc', | 47 'client/drag_drop_delegate.cc', |
| 44 'client/drag_drop_delegate.h', | 48 'client/drag_drop_delegate.h', |
| 45 'client/event_client.cc', | 49 'client/event_client.cc', |
| 46 'client/event_client.h', | 50 'client/event_client.h', |
| 47 'client/screen_position_client.cc', | 51 'client/screen_position_client.cc', |
| 48 'client/screen_position_client.h', | 52 'client/screen_position_client.h', |
| 49 'client/stacking_client.cc', | 53 'client/stacking_client.cc', |
| 50 'client/stacking_client.h', | 54 'client/stacking_client.h', |
| 51 'client/tooltip_client.cc', | 55 'client/tooltip_client.cc', |
| 52 'client/tooltip_client.h', | 56 'client/tooltip_client.h', |
| 53 'client/user_action_client.cc', | 57 'client/user_action_client.cc', |
| 54 'client/user_action_client.h', | 58 'client/user_action_client.h', |
| 55 'client/visibility_client.cc', | 59 'client/visibility_client.cc', |
| 56 'client/visibility_client.h', | 60 'client/visibility_client.h', |
| 57 'client/window_move_client.cc', | 61 'client/window_move_client.cc', |
| 58 'client/window_move_client.h', | 62 'client/window_move_client.h', |
| 59 'client/window_types.h', | 63 'client/window_types.h', |
| 60 'desktop/desktop_activation_client.cc', | |
| 61 'desktop/desktop_activation_client.h', | |
| 62 'desktop/desktop_cursor_client.cc', | |
| 63 'desktop/desktop_cursor_client.h', | |
| 64 'desktop/desktop_dispatcher_client.cc', | |
| 65 'desktop/desktop_dispatcher_client.h', | |
| 66 'desktop/desktop_screen.h', | |
| 67 'desktop/desktop_screen_win.cc', | |
| 68 'desktop/desktop_screen_win.h', | |
| 69 'desktop/desktop_screen_x11.cc', | |
| 70 'desktop/desktop_stacking_client.cc', | |
| 71 'desktop/desktop_stacking_client.h', | |
| 72 'device_list_updater_aurax11.cc', | 64 'device_list_updater_aurax11.cc', |
| 73 'device_list_updater_aurax11.h', | 65 'device_list_updater_aurax11.h', |
| 74 'dispatcher_win.cc', | 66 'dispatcher_win.cc', |
| 75 'display_observer.cc', | 67 'display_observer.cc', |
| 76 'display_observer.h', | 68 'display_observer.h', |
| 77 'env.cc', | 69 'env.cc', |
| 78 'env.h', | 70 'env.h', |
| 79 'env_observer.h', | 71 'env_observer.h', |
| 80 'event_filter.cc', | 72 'event_filter.cc', |
| 81 'event_filter.h', | 73 'event_filter.h', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 97 'root_window_host_mac.h', | 89 'root_window_host_mac.h', |
| 98 'root_window_host_mac.mm', | 90 'root_window_host_mac.mm', |
| 99 'root_window_host_win.cc', | 91 'root_window_host_win.cc', |
| 100 'root_window_host_win.h', | 92 'root_window_host_win.h', |
| 101 'root_window_mac.h', | 93 'root_window_mac.h', |
| 102 'root_window_mac.mm', | 94 'root_window_mac.mm', |
| 103 'root_window_view_mac.h', | 95 'root_window_view_mac.h', |
| 104 'root_window_view_mac.mm', | 96 'root_window_view_mac.mm', |
| 105 'root_window.cc', | 97 'root_window.cc', |
| 106 'root_window.h', | 98 'root_window.h', |
| 107 'shared/compound_event_filter.cc', | |
| 108 'shared/compound_event_filter.h', | |
| 109 'shared/input_method_event_filter.cc', | |
| 110 'shared/input_method_event_filter.h', | |
| 111 'shared/root_window_capture_client.cc', | |
| 112 'shared/root_window_capture_client.h', | |
| 113 'single_display_manager.cc', | 99 'single_display_manager.cc', |
| 114 'single_display_manager.h', | 100 'single_display_manager.h', |
| 115 'ui_controls_win.cc', | 101 'ui_controls_win.cc', |
| 116 'ui_controls_x11.cc', | 102 'ui_controls_x11.cc', |
| 117 'window.cc', | 103 'window.cc', |
| 118 'window.h', | 104 'window.h', |
| 119 'window_delegate.cc', | 105 'window_delegate.cc', |
| 120 'window_delegate.h', | 106 'window_delegate.h', |
| 121 'window_observer.h', | 107 'window_observer.h', |
| 122 'window_tracker.cc', | 108 'window_tracker.cc', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 ], | 258 ], |
| 273 'include_dirs': [ | 259 'include_dirs': [ |
| 274 '..', | 260 '..', |
| 275 ], | 261 ], |
| 276 'sources': [ | 262 'sources': [ |
| 277 'gestures/gesture_recognizer_unittest.cc', | 263 'gestures/gesture_recognizer_unittest.cc', |
| 278 'test/run_all_unittests.cc', | 264 'test/run_all_unittests.cc', |
| 279 'test/test_suite.cc', | 265 'test/test_suite.cc', |
| 280 'test/test_suite.h', | 266 'test/test_suite.h', |
| 281 'root_window_unittest.cc', | 267 'root_window_unittest.cc', |
| 282 'shared/compound_event_filter_unittest.cc', | |
| 283 'shared/input_method_event_filter_unittest.cc', | |
| 284 'event_filter_unittest.cc', | 268 'event_filter_unittest.cc', |
| 285 'window_unittest.cc', | 269 'window_unittest.cc', |
| 286 ], | 270 ], |
| 287 'conditions': [ | 271 'conditions': [ |
| 288 # osmesa GL implementation is used on linux. | 272 # osmesa GL implementation is used on linux. |
| 289 ['OS=="linux"', { | 273 ['OS=="linux"', { |
| 290 'dependencies': [ | 274 'dependencies': [ |
| 291 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 275 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 292 ], | 276 ], |
| 293 }], | 277 }], |
| 294 ], | 278 ], |
| 295 }, | 279 }, |
| 296 ], | 280 ], |
| 297 } | 281 } |
| OLD | NEW |