| 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 20 matching lines...) Expand all Loading... |
| 31 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 31 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
| 32 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 32 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
| 33 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', | 33 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', |
| 34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 35 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', | 35 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', |
| 36 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', | 36 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', |
| 37 '<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl', | 37 '<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl', |
| 38 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 38 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
| 39 '<(DEPTH)/skia/skia.gyp:skia', | 39 '<(DEPTH)/skia/skia.gyp:skia', |
| 40 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 40 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 41 '<(DEPTH)/ui/wm/wm.gyp:wm', | |
| 42 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 41 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 43 ], | 42 ], |
| 43 'conditions': [ |
| 44 ['use_aura==1', { |
| 45 'dependencies': [ |
| 46 '<(DEPTH)/ui/wm/wm.gyp:wm', |
| 47 ], |
| 48 } |
| 49 ], |
| 50 ], |
| 44 'include_dirs': [ | 51 'include_dirs': [ |
| 45 '../..', | 52 '../..', |
| 46 '<(SHARED_INTERMEDIATE_DIR)', | 53 '<(SHARED_INTERMEDIATE_DIR)', |
| 47 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', | 54 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
| 48 ], | 55 ], |
| 49 'sources': [ | 56 'sources': [ |
| 50 'app/shell_main_delegate.cc', | 57 'app/shell_main_delegate.cc', |
| 51 'app/shell_main_delegate.h', | 58 'app/shell_main_delegate.h', |
| 52 'browser/api/identity/identity_api.cc', | 59 'browser/api/identity/identity_api.cc', |
| 53 'browser/api/identity/identity_api.h', | 60 'browser/api/identity/identity_api.h', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 67 'browser/shell_app_window_client.h', | 74 'browser/shell_app_window_client.h', |
| 68 'browser/shell_audio_controller_chromeos.cc', | 75 'browser/shell_audio_controller_chromeos.cc', |
| 69 'browser/shell_audio_controller_chromeos.h', | 76 'browser/shell_audio_controller_chromeos.h', |
| 70 'browser/shell_browser_context.cc', | 77 'browser/shell_browser_context.cc', |
| 71 'browser/shell_browser_context.h', | 78 'browser/shell_browser_context.h', |
| 72 'browser/shell_browser_main_delegate.h', | 79 'browser/shell_browser_main_delegate.h', |
| 73 'browser/shell_browser_main_parts.cc', | 80 'browser/shell_browser_main_parts.cc', |
| 74 'browser/shell_browser_main_parts.h', | 81 'browser/shell_browser_main_parts.h', |
| 75 'browser/shell_content_browser_client.cc', | 82 'browser/shell_content_browser_client.cc', |
| 76 'browser/shell_content_browser_client.h', | 83 'browser/shell_content_browser_client.h', |
| 77 'browser/shell_desktop_controller.cc', | |
| 78 'browser/shell_desktop_controller.h', | |
| 79 'browser/shell_device_client.cc', | 84 'browser/shell_device_client.cc', |
| 80 'browser/shell_device_client.h', | 85 'browser/shell_device_client.h', |
| 81 'browser/shell_display_info_provider.cc', | 86 'browser/shell_display_info_provider.cc', |
| 82 'browser/shell_display_info_provider.h', | 87 'browser/shell_display_info_provider.h', |
| 83 'browser/shell_extension_host_delegate.cc', | 88 'browser/shell_extension_host_delegate.cc', |
| 84 'browser/shell_extension_host_delegate.h', | 89 'browser/shell_extension_host_delegate.h', |
| 85 'browser/shell_extension_system.cc', | 90 'browser/shell_extension_system.cc', |
| 86 'browser/shell_extension_system.h', | 91 'browser/shell_extension_system.h', |
| 87 'browser/shell_extension_system_factory.cc', | 92 'browser/shell_extension_system_factory.cc', |
| 88 'browser/shell_extension_system_factory.h', | 93 'browser/shell_extension_system_factory.h', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 116 'common/switches.cc', | 121 'common/switches.cc', |
| 117 'common/switches.h', | 122 'common/switches.h', |
| 118 'renderer/shell_content_renderer_client.cc', | 123 'renderer/shell_content_renderer_client.cc', |
| 119 'renderer/shell_content_renderer_client.h', | 124 'renderer/shell_content_renderer_client.h', |
| 120 'renderer/shell_extensions_renderer_client.cc', | 125 'renderer/shell_extensions_renderer_client.cc', |
| 121 'renderer/shell_extensions_renderer_client.h', | 126 'renderer/shell_extensions_renderer_client.h', |
| 122 'utility/shell_content_utility_client.cc', | 127 'utility/shell_content_utility_client.cc', |
| 123 'utility/shell_content_utility_client.h', | 128 'utility/shell_content_utility_client.h', |
| 124 ], | 129 ], |
| 125 'conditions': [ | 130 'conditions': [ |
| 131 ['use_aura==1', { |
| 132 'sources': [ |
| 133 'browser/shell_app_window_client_aura.cc', |
| 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 }], |
| 126 ['chromeos==1', { | 140 ['chromeos==1', { |
| 127 'dependencies': [ | 141 'dependencies': [ |
| 128 '<(DEPTH)/chromeos/chromeos.gyp:chromeos', | 142 '<(DEPTH)/chromeos/chromeos.gyp:chromeos', |
| 129 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 143 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
| 130 '<(DEPTH)/ui/display/display.gyp:display', | 144 '<(DEPTH)/ui/display/display.gyp:display', |
| 131 ], | 145 ], |
| 132 'sources': [ | 146 'sources': [ |
| 133 'browser/api/shell_gcd/shell_gcd_api.cc', | 147 'browser/api/shell_gcd/shell_gcd_api.cc', |
| 134 'browser/api/shell_gcd/shell_gcd_api.h', | 148 'browser/api/shell_gcd/shell_gcd_api.h', |
| 135 ], | 149 ], |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 263 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
| 250 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', | 264 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', |
| 251 '<(DEPTH)/testing/gtest.gyp:gtest', | 265 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 252 '<(DEPTH)/ui/aura/aura.gyp:aura_test_support', | 266 '<(DEPTH)/ui/aura/aura.gyp:aura_test_support', |
| 253 ], | 267 ], |
| 254 'sources': [ | 268 'sources': [ |
| 255 '../test/extensions_unittests_main.cc', | 269 '../test/extensions_unittests_main.cc', |
| 256 'browser/api/identity/identity_api_unittest.cc', | 270 'browser/api/identity/identity_api_unittest.cc', |
| 257 'browser/api/shell_window/shell_window_api_unittest.cc', | 271 'browser/api/shell_window/shell_window_api_unittest.cc', |
| 258 'browser/shell_audio_controller_chromeos_unittest.cc', | 272 'browser/shell_audio_controller_chromeos_unittest.cc', |
| 259 'browser/shell_desktop_controller_unittest.cc', | 273 'browser/shell_native_app_window_aura_unittest.cc', |
| 260 'browser/shell_oauth2_token_service_unittest.cc', | 274 'browser/shell_oauth2_token_service_unittest.cc', |
| 261 'common/shell_content_client_unittest.cc' | 275 'common/shell_content_client_unittest.cc' |
| 262 ], | 276 ], |
| 263 'conditions': [ | 277 'conditions': [ |
| 264 ['disable_nacl==0', { | 278 ['disable_nacl==0', { |
| 265 'sources': [ | 279 'sources': [ |
| 266 'browser/shell_nacl_browser_delegate_unittest.cc', | 280 'browser/shell_nacl_browser_delegate_unittest.cc', |
| 267 ], | 281 ], |
| 268 }], | 282 }], |
| 283 ['use_aura==1', { |
| 284 'sources': [ |
| 285 'browser/shell_desktop_controller_aura_unittest.cc', |
| 286 ], |
| 287 }], |
| 269 ['chromeos==1', { | 288 ['chromeos==1', { |
| 270 'dependencies': [ | 289 'dependencies': [ |
| 271 '<(DEPTH)/chromeos/chromeos.gyp:chromeos_test_support_without_gmock'
, | 290 '<(DEPTH)/chromeos/chromeos.gyp:chromeos_test_support_without_gmock'
, |
| 272 ], | 291 ], |
| 273 'sources': [ | 292 'sources': [ |
| 274 'browser/api/shell_gcd/shell_gcd_api_unittest.cc', | 293 'browser/api/shell_gcd/shell_gcd_api_unittest.cc', |
| 275 ], | 294 ], |
| 276 }], | 295 }], |
| 277 ['OS=="win" and win_use_allocator_shim==1', { | 296 ['OS=="win" and win_use_allocator_shim==1', { |
| 278 'dependencies': [ | 297 'dependencies': [ |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 '<@(_outputs)', | 332 '<@(_outputs)', |
| 314 ], | 333 ], |
| 315 'includes': [ | 334 'includes': [ |
| 316 '../../build/util/version.gypi', | 335 '../../build/util/version.gypi', |
| 317 ], | 336 ], |
| 318 }, | 337 }, |
| 319 ], | 338 ], |
| 320 }, | 339 }, |
| 321 ], # targets | 340 ], # targets |
| 322 } | 341 } |
| OLD | NEW |