| 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'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '../google_apis/google_apis.gyp:google_apis_unittests', | 57 '../google_apis/google_apis.gyp:google_apis_unittests', |
| 58 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 58 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 59 '../ui/base/ui_base_tests.gyp:ui_unittests', | 59 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 60 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', | 60 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', |
| 61 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 61 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 62 ], | 62 ], |
| 63 }], | 63 }], |
| 64 ['OS=="android"', { | 64 ['OS=="android"', { |
| 65 'dependencies': [ | 65 'dependencies': [ |
| 66 '../content/content_shell_and_tests.gyp:content_shell_apk', | 66 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 67 '../mojo/mojo.gyp:mojo_shell_apk', | |
| 68 '../mojo/mojo_base.gyp:mojo_test_apk', | |
| 69 '<@(android_app_targets)', | 67 '<@(android_app_targets)', |
| 70 'android_builder_tests', | 68 'android_builder_tests', |
| 71 '../android_webview/android_webview.gyp:android_webview_apk', | 69 '../android_webview/android_webview.gyp:android_webview_apk', |
| 72 '../android_webview/android_webview.gyp:system_webview_apk', | 70 '../android_webview/android_webview.gyp:system_webview_apk', |
| 73 '../android_webview/android_webview_telemetry_shell.gyp:android_webv
iew_telemetry_shell_apk', | 71 '../android_webview/android_webview_telemetry_shell.gyp:android_webv
iew_telemetry_shell_apk', |
| 74 '../chrome/chrome.gyp:chrome_shell_apk', | 72 '../chrome/chrome.gyp:chrome_shell_apk', |
| 75 '../chrome/chrome.gyp:chrome_sync_shell_apk', | 73 '../chrome/chrome.gyp:chrome_sync_shell_apk', |
| 76 '../remoting/remoting.gyp:remoting_apk', | 74 '../remoting/remoting.gyp:remoting_apk', |
| 77 '../tools/telemetry/telemetry.gyp:*#host', | 75 '../tools/telemetry/telemetry.gyp:*#host', |
| 78 # TODO(nyquist) This should instead by a target for sync when all of | 76 # TODO(nyquist) This should instead by a target for sync when all of |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 ['use_athena!=1', { | 346 ['use_athena!=1', { |
| 349 'dependencies' : [ | 347 'dependencies' : [ |
| 350 '../chrome/chrome.gyp:sync_integration_tests', | 348 '../chrome/chrome.gyp:sync_integration_tests', |
| 351 '../chrome/chrome.gyp:unit_tests', | 349 '../chrome/chrome.gyp:unit_tests', |
| 352 ], | 350 ], |
| 353 }], | 351 }], |
| 354 ], | 352 ], |
| 355 }], | 353 }], |
| 356 ['OS=="win"', { | 354 ['OS=="win"', { |
| 357 'dependencies': [ | 355 'dependencies': [ |
| 356 '../chrome/chrome.gyp:app_installer', |
| 358 '../chrome/chrome.gyp:crash_service', | 357 '../chrome/chrome.gyp:crash_service', |
| 359 '../chrome/chrome.gyp:installer_util_unittests', | 358 '../chrome/chrome.gyp:installer_util_unittests', |
| 360 # ../chrome/test/mini_installer requires mini_installer. | 359 # ../chrome/test/mini_installer requires mini_installer. |
| 361 '../chrome/installer/mini_installer.gyp:mini_installer', | 360 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 362 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 361 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 363 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 362 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
| 364 '../courgette/courgette.gyp:courgette_unittests', | 363 '../courgette/courgette.gyp:courgette_unittests', |
| 365 '../sandbox/sandbox.gyp:sbox_integration_tests', | 364 '../sandbox/sandbox.gyp:sbox_integration_tests', |
| 366 '../sandbox/sandbox.gyp:sbox_unittests', | 365 '../sandbox/sandbox.gyp:sbox_unittests', |
| 367 '../sandbox/sandbox.gyp:sbox_validation_tests', | 366 '../sandbox/sandbox.gyp:sbox_validation_tests', |
| (...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1173 }, | 1172 }, |
| 1174 ], # targets | 1173 ], # targets |
| 1175 'conditions': [ | 1174 'conditions': [ |
| 1176 ['branding=="Chrome"', { | 1175 ['branding=="Chrome"', { |
| 1177 'targets': [ | 1176 'targets': [ |
| 1178 { | 1177 { |
| 1179 'target_name': 'chrome_official_builder', | 1178 'target_name': 'chrome_official_builder', |
| 1180 'type': 'none', | 1179 'type': 'none', |
| 1181 'dependencies': [ | 1180 'dependencies': [ |
| 1182 '../base/base.gyp:base_unittests', | 1181 '../base/base.gyp:base_unittests', |
| 1182 # TODO(jackhou): Ensure that app_installer builds on trybots |
| 1183 # and waterfall, then de-comment here. |
| 1184 #'../chrome/chrome.gyp:app_installer', |
| 1183 '../chrome/chrome.gyp:browser_tests', | 1185 '../chrome/chrome.gyp:browser_tests', |
| 1184 '../chrome/chrome.gyp:sync_integration_tests', | 1186 '../chrome/chrome.gyp:sync_integration_tests', |
| 1185 '../chrome/chrome.gyp:crash_service', | 1187 '../chrome/chrome.gyp:crash_service', |
| 1186 '../chrome/chrome.gyp:gcapi_dll', | 1188 '../chrome/chrome.gyp:gcapi_dll', |
| 1187 '../chrome/chrome.gyp:pack_policy_templates', | 1189 '../chrome/chrome.gyp:pack_policy_templates', |
| 1188 '../chrome/installer/mini_installer.gyp:mini_installer', | 1190 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 1189 '../cloud_print/cloud_print.gyp:cloud_print', | 1191 '../cloud_print/cloud_print.gyp:cloud_print', |
| 1190 '../courgette/courgette.gyp:courgette', | 1192 '../courgette/courgette.gyp:courgette', |
| 1191 '../courgette/courgette.gyp:courgette64', | 1193 '../courgette/courgette.gyp:courgette64', |
| 1192 '../ipc/ipc.gyp:ipc_tests', | 1194 '../ipc/ipc.gyp:ipc_tests', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 'dependencies': [ | 1363 'dependencies': [ |
| 1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1364 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1363 '../ui/views/views.gyp:views', | 1365 '../ui/views/views.gyp:views', |
| 1364 '../ui/views/views.gyp:views_unittests', | 1366 '../ui/views/views.gyp:views_unittests', |
| 1365 ], | 1367 ], |
| 1366 }, # target_name: macviews_builder | 1368 }, # target_name: macviews_builder |
| 1367 ], # targets | 1369 ], # targets |
| 1368 }], # os=='mac' and toolkit_views==1 | 1370 }], # os=='mac' and toolkit_views==1 |
| 1369 ], # conditions | 1371 ], # conditions |
| 1370 } | 1372 } |
| OLD | NEW |