OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { |
(...skipping 21 matching lines...) Expand all Loading... |
32 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 32 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
33 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 33 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
34 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', | 34 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', |
35 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 35 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
36 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', | 36 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', |
37 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', | 37 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', |
38 '<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl', | 38 '<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl', |
39 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 39 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
40 '<(DEPTH)/skia/skia.gyp:skia', | 40 '<(DEPTH)/skia/skia.gyp:skia', |
41 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 41 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
42 '<(DEPTH)/ui/wm/wm.gyp:wm', | |
43 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 42 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
44 ], | 43 ], |
| 44 'conditions': [ |
| 45 ['use_aura==1', { |
| 46 'dependencies': [ |
| 47 '<(DEPTH)/ui/wm/wm.gyp:wm', |
| 48 ], |
| 49 } |
| 50 ], |
| 51 ], |
45 'include_dirs': [ | 52 'include_dirs': [ |
46 '../..', | 53 '../..', |
47 '<(SHARED_INTERMEDIATE_DIR)', | 54 '<(SHARED_INTERMEDIATE_DIR)', |
48 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', | 55 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
49 ], | 56 ], |
50 'sources': [ | 57 'sources': [ |
51 'app/shell_main_delegate.cc', | 58 'app/shell_main_delegate.cc', |
52 'app/shell_main_delegate.h', | 59 'app/shell_main_delegate.h', |
53 'browser/api/identity/identity_api.cc', | 60 'browser/api/identity/identity_api.cc', |
54 'browser/api/identity/identity_api.h', | 61 'browser/api/identity/identity_api.h', |
(...skipping 15 matching lines...) Expand all Loading... |
70 'browser/shell_app_window_client.h', | 77 'browser/shell_app_window_client.h', |
71 'browser/shell_audio_controller_chromeos.cc', | 78 'browser/shell_audio_controller_chromeos.cc', |
72 'browser/shell_audio_controller_chromeos.h', | 79 'browser/shell_audio_controller_chromeos.h', |
73 'browser/shell_browser_context.cc', | 80 'browser/shell_browser_context.cc', |
74 'browser/shell_browser_context.h', | 81 'browser/shell_browser_context.h', |
75 'browser/shell_browser_main_delegate.h', | 82 'browser/shell_browser_main_delegate.h', |
76 'browser/shell_browser_main_parts.cc', | 83 'browser/shell_browser_main_parts.cc', |
77 'browser/shell_browser_main_parts.h', | 84 'browser/shell_browser_main_parts.h', |
78 'browser/shell_content_browser_client.cc', | 85 'browser/shell_content_browser_client.cc', |
79 'browser/shell_content_browser_client.h', | 86 'browser/shell_content_browser_client.h', |
80 'browser/shell_desktop_controller.cc', | |
81 'browser/shell_desktop_controller.h', | |
82 'browser/shell_device_client.cc', | 87 'browser/shell_device_client.cc', |
83 'browser/shell_device_client.h', | 88 'browser/shell_device_client.h', |
84 'browser/shell_display_info_provider.cc', | 89 'browser/shell_display_info_provider.cc', |
85 'browser/shell_display_info_provider.h', | 90 'browser/shell_display_info_provider.h', |
86 'browser/shell_extension_host_delegate.cc', | 91 'browser/shell_extension_host_delegate.cc', |
87 'browser/shell_extension_host_delegate.h', | 92 'browser/shell_extension_host_delegate.h', |
88 'browser/shell_extension_system.cc', | 93 'browser/shell_extension_system.cc', |
89 'browser/shell_extension_system.h', | 94 'browser/shell_extension_system.h', |
90 'browser/shell_extension_system_factory.cc', | 95 'browser/shell_extension_system_factory.cc', |
91 'browser/shell_extension_system_factory.h', | 96 'browser/shell_extension_system_factory.h', |
(...skipping 25 matching lines...) Expand all Loading... |
117 'common/switches.cc', | 122 'common/switches.cc', |
118 'common/switches.h', | 123 'common/switches.h', |
119 'renderer/shell_content_renderer_client.cc', | 124 'renderer/shell_content_renderer_client.cc', |
120 'renderer/shell_content_renderer_client.h', | 125 'renderer/shell_content_renderer_client.h', |
121 'renderer/shell_extensions_renderer_client.cc', | 126 'renderer/shell_extensions_renderer_client.cc', |
122 'renderer/shell_extensions_renderer_client.h', | 127 'renderer/shell_extensions_renderer_client.h', |
123 'utility/shell_content_utility_client.cc', | 128 'utility/shell_content_utility_client.cc', |
124 'utility/shell_content_utility_client.h', | 129 'utility/shell_content_utility_client.h', |
125 ], | 130 ], |
126 'conditions': [ | 131 'conditions': [ |
| 132 ['use_aura==1', { |
| 133 'sources': [ |
| 134 'browser/shell_desktop_controller_aura.cc', |
| 135 'browser/shell_desktop_controller_aura.h', |
| 136 'browser/shell_native_app_window_aura.cc', |
| 137 'browser/shell_native_app_window_aura.h', |
| 138 ], |
| 139 }], |
127 ['chromeos==1', { | 140 ['chromeos==1', { |
128 'dependencies': [ | 141 'dependencies': [ |
129 '<(DEPTH)/chromeos/chromeos.gyp:chromeos', | 142 '<(DEPTH)/chromeos/chromeos.gyp:chromeos', |
130 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 143 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
131 '<(DEPTH)/ui/display/display.gyp:display', | 144 '<(DEPTH)/ui/display/display.gyp:display', |
132 ], | 145 ], |
133 }], | 146 }], |
134 ['disable_nacl==0 and OS=="linux"', { | 147 ['disable_nacl==0 and OS=="linux"', { |
135 'dependencies': [ | 148 'dependencies': [ |
136 '<(DEPTH)/components/nacl.gyp:nacl_helper', | 149 '<(DEPTH)/components/nacl.gyp:nacl_helper', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', | 258 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', |
246 '<(DEPTH)/testing/gtest.gyp:gtest', | 259 '<(DEPTH)/testing/gtest.gyp:gtest', |
247 '<(DEPTH)/ui/aura/aura.gyp:aura_test_support', | 260 '<(DEPTH)/ui/aura/aura.gyp:aura_test_support', |
248 ], | 261 ], |
249 'sources': [ | 262 'sources': [ |
250 '../test/extensions_unittests_main.cc', | 263 '../test/extensions_unittests_main.cc', |
251 'browser/api/identity/identity_api_unittest.cc', | 264 'browser/api/identity/identity_api_unittest.cc', |
252 'browser/api/shell_gcd/shell_gcd_api_unittest.cc', | 265 'browser/api/shell_gcd/shell_gcd_api_unittest.cc', |
253 'browser/api/shell_window/shell_window_api_unittest.cc', | 266 'browser/api/shell_window/shell_window_api_unittest.cc', |
254 'browser/shell_audio_controller_chromeos_unittest.cc', | 267 'browser/shell_audio_controller_chromeos_unittest.cc', |
255 'browser/shell_desktop_controller_unittest.cc', | |
256 'browser/shell_nacl_browser_delegate_unittest.cc', | 268 'browser/shell_nacl_browser_delegate_unittest.cc', |
257 'browser/shell_oauth2_token_service_unittest.cc', | 269 'browser/shell_oauth2_token_service_unittest.cc', |
258 'common/shell_content_client_unittest.cc' | 270 'common/shell_content_client_unittest.cc' |
259 ], | 271 ], |
260 'conditions': [ | 272 'conditions': [ |
261 ['disable_nacl==1', { | 273 ['disable_nacl==1', { |
262 'sources!': [ | 274 'sources!': [ |
263 'browser/shell_nacl_browser_delegate_unittest.cc', | 275 'browser/shell_nacl_browser_delegate_unittest.cc', |
264 ], | 276 ], |
265 }], | 277 }], |
| 278 ['use_aura==1', { |
| 279 'sources': [ |
| 280 'browser/shell_desktop_controller_aura_unittest.cc', |
| 281 ], |
| 282 }], |
266 ['chromeos==1', { | 283 ['chromeos==1', { |
267 'dependencies': [ | 284 'dependencies': [ |
268 '<(DEPTH)/chromeos/chromeos.gyp:chromeos_test_support_without_gmock'
, | 285 '<(DEPTH)/chromeos/chromeos.gyp:chromeos_test_support_without_gmock'
, |
269 ], | 286 ], |
270 }], | 287 }], |
271 ['OS=="win" and win_use_allocator_shim==1', { | 288 ['OS=="win" and win_use_allocator_shim==1', { |
272 'dependencies': [ | 289 'dependencies': [ |
273 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 290 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
274 ], | 291 ], |
275 }], | 292 }], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 '<@(_outputs)', | 324 '<@(_outputs)', |
308 ], | 325 ], |
309 'includes': [ | 326 'includes': [ |
310 '../../build/util/version.gypi', | 327 '../../build/util/version.gypi', |
311 ], | 328 ], |
312 }, | 329 }, |
313 ], | 330 ], |
314 }, | 331 }, |
315 ], # targets | 332 ], # targets |
316 } | 333 } |
OLD | NEW |