| 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 '../../gpu/gpu.gyp:gpu', | |
| 18 '../../skia/skia.gyp:skia', | 17 '../../skia/skia.gyp:skia', |
| 19 '../base/ui_base.gyp:ui_base', | 18 '../base/ui_base.gyp:ui_base', |
| 20 '../compositor/compositor.gyp:compositor', | 19 '../compositor/compositor.gyp:compositor', |
| 21 '../events/events.gyp:events', | 20 '../events/events.gyp:events', |
| 22 '../events/events.gyp:events_base', | 21 '../events/events.gyp:events_base', |
| 23 '../events/platform/events_platform.gyp:events_platform', | 22 '../events/platform/events_platform.gyp:events_platform', |
| 24 '../gfx/gfx.gyp:gfx', | 23 '../gfx/gfx.gyp:gfx', |
| 25 '../gfx/gfx.gyp:gfx_geometry', | 24 '../gfx/gfx.gyp:gfx_geometry', |
| 26 ], | 25 ], |
| 27 'defines': [ | 26 'defines': [ |
| (...skipping 27 matching lines...) Expand all Loading... |
| 55 'client/window_tree_client.h', | 54 'client/window_tree_client.h', |
| 56 'env.cc', | 55 'env.cc', |
| 57 'env.h', | 56 'env.h', |
| 58 'env_observer.h', | 57 'env_observer.h', |
| 59 'input_state_lookup.cc', | 58 'input_state_lookup.cc', |
| 60 'input_state_lookup.h', | 59 'input_state_lookup.h', |
| 61 'input_state_lookup_win.cc', | 60 'input_state_lookup_win.cc', |
| 62 'input_state_lookup_win.h', | 61 'input_state_lookup_win.h', |
| 63 'layout_manager.cc', | 62 'layout_manager.cc', |
| 64 'layout_manager.h', | 63 'layout_manager.h', |
| 65 'remote_window_tree_host_win.cc',» | 64 'remote_window_tree_host_win.cc', |
| 66 'remote_window_tree_host_win.h', | 65 'remote_window_tree_host_win.h', |
| 67 'scoped_window_targeter.cc', | 66 'scoped_window_targeter.cc', |
| 68 'scoped_window_targeter.h', | 67 'scoped_window_targeter.h', |
| 69 'window.cc', | 68 'window.cc', |
| 70 'window.h', | 69 'window.h', |
| 71 'window_event_dispatcher.cc', | 70 'window_event_dispatcher.cc', |
| 72 'window_event_dispatcher.h', | 71 'window_event_dispatcher.h', |
| 73 'window_delegate.h', | 72 'window_delegate.h', |
| 74 'window_layer_type.h', | 73 'window_layer_type.h', |
| 75 'window_observer.h', | 74 'window_observer.h', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 }], | 218 }], |
| 220 ] | 219 ] |
| 221 }, | 220 }, |
| 222 { | 221 { |
| 223 'target_name': 'aura_bench', | 222 'target_name': 'aura_bench', |
| 224 'type': 'executable', | 223 'type': 'executable', |
| 225 'dependencies': [ | 224 'dependencies': [ |
| 226 '../../base/base.gyp:base', | 225 '../../base/base.gyp:base', |
| 227 '../../base/base.gyp:base_i18n', | 226 '../../base/base.gyp:base_i18n', |
| 228 '../../cc/cc.gyp:cc', | 227 '../../cc/cc.gyp:cc', |
| 228 '../../gpu/gpu.gyp:gles2_implementation', |
| 229 '../../skia/skia.gyp:skia', | 229 '../../skia/skia.gyp:skia', |
| 230 '../../third_party/icu/icu.gyp:icui18n', | 230 '../../third_party/icu/icu.gyp:icui18n', |
| 231 '../../third_party/icu/icu.gyp:icuuc', | 231 '../../third_party/icu/icu.gyp:icuuc', |
| 232 '../base/ui_base.gyp:ui_base', | 232 '../base/ui_base.gyp:ui_base', |
| 233 '../compositor/compositor.gyp:compositor', | 233 '../compositor/compositor.gyp:compositor', |
| 234 '../compositor/compositor.gyp:compositor_test_support', | 234 '../compositor/compositor.gyp:compositor_test_support', |
| 235 '../events/events.gyp:events', | 235 '../events/events.gyp:events', |
| 236 '../gfx/gfx.gyp:gfx', | 236 '../gfx/gfx.gyp:gfx', |
| 237 '../gfx/gfx.gyp:gfx_geometry', | 237 '../gfx/gfx.gyp:gfx_geometry', |
| 238 'aura', | 238 'aura', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 ['OS=="linux" and use_allocator!="none"', { | 292 ['OS=="linux" and use_allocator!="none"', { |
| 293 'dependencies': [ | 293 'dependencies': [ |
| 294 # See http://crbug.com/162998#c4 for why this is needed. | 294 # See http://crbug.com/162998#c4 for why this is needed. |
| 295 '../../base/allocator/allocator.gyp:allocator', | 295 '../../base/allocator/allocator.gyp:allocator', |
| 296 ], | 296 ], |
| 297 }], | 297 }], |
| 298 ], | 298 ], |
| 299 }, | 299 }, |
| 300 ], | 300 ], |
| 301 } | 301 } |
| OLD | NEW |