| 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 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
| 9 'app_targets%': [], | 9 'app_targets%': [], |
| 10 # For Android-specific targets. | 10 # For Android-specific targets. |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 '../chrome/chrome.gyp:chromedriver_unittests', | 365 '../chrome/chrome.gyp:chromedriver_unittests', |
| 366 '../chrome/chrome.gyp:interactive_ui_tests', | 366 '../chrome/chrome.gyp:interactive_ui_tests', |
| 367 '../chrome/chrome.gyp:sync_integration_tests', | 367 '../chrome/chrome.gyp:sync_integration_tests', |
| 368 '../chrome/chrome.gyp:unit_tests', | 368 '../chrome/chrome.gyp:unit_tests', |
| 369 '../extensions/extensions_tests.gyp:extensions_browsertests', | 369 '../extensions/extensions_tests.gyp:extensions_browsertests', |
| 370 '../extensions/extensions_tests.gyp:extensions_unittests', | 370 '../extensions/extensions_tests.gyp:extensions_unittests', |
| 371 ], | 371 ], |
| 372 }], | 372 }], |
| 373 ['OS=="win"', { | 373 ['OS=="win"', { |
| 374 'dependencies': [ | 374 'dependencies': [ |
| 375 '../chrome/chrome.gyp:app_installer', | |
| 376 '../chrome/chrome.gyp:app_installer_unittests', | |
| 377 '../chrome/chrome.gyp:crash_service', | 375 '../chrome/chrome.gyp:crash_service', |
| 378 '../chrome/chrome.gyp:installer_util_unittests', | 376 '../chrome/chrome.gyp:installer_util_unittests', |
| 379 # ../chrome/test/mini_installer requires mini_installer. | 377 # ../chrome/test/mini_installer requires mini_installer. |
| 380 '../chrome/installer/mini_installer.gyp:mini_installer', | 378 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 381 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 379 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 382 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 380 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
| 383 '../courgette/courgette.gyp:courgette_unittests', | 381 '../courgette/courgette.gyp:courgette_unittests', |
| 384 '../sandbox/sandbox.gyp:sbox_integration_tests', | 382 '../sandbox/sandbox.gyp:sbox_integration_tests', |
| 385 '../sandbox/sandbox.gyp:sbox_unittests', | 383 '../sandbox/sandbox.gyp:sbox_unittests', |
| 386 '../sandbox/sandbox.gyp:sbox_validation_tests', | 384 '../sandbox/sandbox.gyp:sbox_validation_tests', |
| (...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1213 ], | 1211 ], |
| 1214 }, | 1212 }, |
| 1215 ], # targets | 1213 ], # targets |
| 1216 'conditions': [ | 1214 'conditions': [ |
| 1217 ['branding=="Chrome"', { | 1215 ['branding=="Chrome"', { |
| 1218 'targets': [ | 1216 'targets': [ |
| 1219 { | 1217 { |
| 1220 'target_name': 'chrome_official_builder_no_unittests', | 1218 'target_name': 'chrome_official_builder_no_unittests', |
| 1221 'type': 'none', | 1219 'type': 'none', |
| 1222 'dependencies': [ | 1220 'dependencies': [ |
| 1223 '../chrome/chrome.gyp:app_installer', | |
| 1224 '../chrome/chrome.gyp:crash_service', | 1221 '../chrome/chrome.gyp:crash_service', |
| 1225 '../chrome/chrome.gyp:gcapi_dll', | 1222 '../chrome/chrome.gyp:gcapi_dll', |
| 1226 '../chrome/chrome.gyp:pack_policy_templates', | 1223 '../chrome/chrome.gyp:pack_policy_templates', |
| 1227 '../chrome/installer/mini_installer.gyp:mini_installer', | 1224 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 1228 '../cloud_print/cloud_print.gyp:cloud_print', | 1225 '../cloud_print/cloud_print.gyp:cloud_print', |
| 1229 '../courgette/courgette.gyp:courgette', | 1226 '../courgette/courgette.gyp:courgette', |
| 1230 '../courgette/courgette.gyp:courgette64', | 1227 '../courgette/courgette.gyp:courgette64', |
| 1231 '../remoting/remoting.gyp:remoting_webapp', | 1228 '../remoting/remoting.gyp:remoting_webapp', |
| 1232 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1229 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
| 1233 ], | 1230 ], |
| 1234 'conditions': [ | 1231 'conditions': [ |
| 1235 ['target_arch=="ia32"', { | 1232 ['target_arch=="ia32"', { |
| 1236 'dependencies': [ | 1233 'dependencies': [ |
| 1237 '../chrome/chrome.gyp:crash_service_win64', | 1234 '../chrome/chrome.gyp:crash_service_win64', |
| 1238 ], | 1235 ], |
| 1239 }], | 1236 }], |
| 1240 ['component != "shared_library" and wix_exists == "True" and \ | 1237 ['component != "shared_library" and wix_exists == "True" and \ |
| 1241 sas_dll_exists == "True"', { | 1238 sas_dll_exists == "True"', { |
| 1242 'dependencies': [ | 1239 'dependencies': [ |
| 1243 '../remoting/remoting.gyp:remoting_host_installation', | 1240 '../remoting/remoting.gyp:remoting_host_installation', |
| 1244 ], | 1241 ], |
| 1245 }], # component != "shared_library" | 1242 }], # component != "shared_library" |
| 1246 ] | 1243 ] |
| 1247 }, { | 1244 }, { |
| 1248 'target_name': 'chrome_official_builder', | 1245 'target_name': 'chrome_official_builder', |
| 1249 'type': 'none', | 1246 'type': 'none', |
| 1250 'dependencies': [ | 1247 'dependencies': [ |
| 1251 'chrome_official_builder_no_unittests', | 1248 'chrome_official_builder_no_unittests', |
| 1252 '../base/base.gyp:base_unittests', | 1249 '../base/base.gyp:base_unittests', |
| 1253 '../chrome/chrome.gyp:app_installer_unittests', | |
| 1254 '../chrome/chrome.gyp:browser_tests', | 1250 '../chrome/chrome.gyp:browser_tests', |
| 1255 '../chrome/chrome.gyp:sync_integration_tests', | 1251 '../chrome/chrome.gyp:sync_integration_tests', |
| 1256 '../ipc/ipc.gyp:ipc_tests', | 1252 '../ipc/ipc.gyp:ipc_tests', |
| 1257 '../media/media.gyp:media_unittests', | 1253 '../media/media.gyp:media_unittests', |
| 1258 '../media/midi/midi.gyp:midi_unittests', | 1254 '../media/midi/midi.gyp:midi_unittests', |
| 1259 '../net/net.gyp:net_unittests_run', | 1255 '../net/net.gyp:net_unittests_run', |
| 1260 '../printing/printing.gyp:printing_unittests', | 1256 '../printing/printing.gyp:printing_unittests', |
| 1261 '../sql/sql.gyp:sql_unittests', | 1257 '../sql/sql.gyp:sql_unittests', |
| 1262 '../sync/sync.gyp:sync_unit_tests', | 1258 '../sync/sync.gyp:sync_unit_tests', |
| 1263 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1259 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1400 'dependencies': [ | 1396 'dependencies': [ |
| 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1397 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1402 '../ui/views/views.gyp:views', | 1398 '../ui/views/views.gyp:views', |
| 1403 '../ui/views/views.gyp:views_unittests', | 1399 '../ui/views/views.gyp:views_unittests', |
| 1404 ], | 1400 ], |
| 1405 }, # target_name: macviews_builder | 1401 }, # target_name: macviews_builder |
| 1406 ], # targets | 1402 ], # targets |
| 1407 }], # os=='mac' and toolkit_views==1 | 1403 }], # os=='mac' and toolkit_views==1 |
| 1408 ], # conditions | 1404 ], # conditions |
| 1409 } | 1405 } |
| OLD | NEW |