Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Side by Side Diff: build/all.gyp

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/win/enum_variant.h ('k') | build/android/gyp/generate_v14_compatible_resources.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 '../url/url.gyp:url_unittests', 309 '../url/url.gyp:url_unittests',
310 ], 310 ],
311 'conditions': [ 311 'conditions': [
312 ['OS!="ios" and OS!="android"', { 312 ['OS!="ios" and OS!="android"', {
313 'dependencies': [ 313 'dependencies': [
314 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 314 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
315 '../cc/cc_tests.gyp:cc_unittests', 315 '../cc/cc_tests.gyp:cc_unittests',
316 '../chrome/chrome.gyp:browser_tests', 316 '../chrome/chrome.gyp:browser_tests',
317 '../chrome/chrome.gyp:chromedriver_tests', 317 '../chrome/chrome.gyp:chromedriver_tests',
318 '../chrome/chrome.gyp:chromedriver_unittests', 318 '../chrome/chrome.gyp:chromedriver_unittests',
319 '../chrome/chrome.gyp:interactive_ui_tests',
320 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 319 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
321 '../content/content_shell_and_tests.gyp:content_browsertests', 320 '../content/content_shell_and_tests.gyp:content_browsertests',
322 '../content/content_shell_and_tests.gyp:content_shell', 321 '../content/content_shell_and_tests.gyp:content_shell',
323 '../content/content_shell_and_tests.gyp:content_unittests', 322 '../content/content_shell_and_tests.gyp:content_unittests',
324 '../device/device_tests.gyp:device_unittests', 323 '../device/device_tests.gyp:device_unittests',
325 '../extensions/extensions.gyp:extensions_unittests', 324 '../extensions/extensions.gyp:extensions_unittests',
326 '../gin/gin.gyp:gin_unittests', 325 '../gin/gin.gyp:gin_unittests',
327 '../google_apis/google_apis.gyp:google_apis_unittests', 326 '../google_apis/google_apis.gyp:google_apis_unittests',
328 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 327 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
329 '../gpu/gpu.gyp:gpu_unittests', 328 '../gpu/gpu.gyp:gpu_unittests',
330 '../ipc/ipc.gyp:ipc_tests', 329 '../ipc/ipc.gyp:ipc_tests',
331 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 330 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
332 '../jingle/jingle.gyp:jingle_unittests', 331 '../jingle/jingle.gyp:jingle_unittests',
333 '../media/cast/cast.gyp:cast_unittests', 332 '../media/cast/cast.gyp:cast_unittests',
334 '../media/media.gyp:media_unittests', 333 '../media/media.gyp:media_unittests',
335 '../mojo/mojo.gyp:mojo', 334 '../mojo/mojo.gyp:mojo',
336 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 335 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
337 '../remoting/remoting.gyp:remoting_unittests', 336 '../remoting/remoting.gyp:remoting_unittests',
338 '../third_party/WebKit/public/all.gyp:all_blink', 337 '../third_party/WebKit/public/all.gyp:all_blink',
339 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
340 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 339 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
341 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 340 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
342 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 341 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
343 '../tools/telemetry/telemetry.gyp:*', 342 '../tools/telemetry/telemetry.gyp:*',
344 ], 343 ],
345 'conditions': [ 344 'conditions': [
346 ['use_athena!=1', { 345 ['use_athena!=1', {
347 'dependencies' : [ 346 'dependencies' : [
347 '../chrome/chrome.gyp:interactive_ui_tests',
348 '../chrome/chrome.gyp:sync_integration_tests', 348 '../chrome/chrome.gyp:sync_integration_tests',
349 '../chrome/chrome.gyp:unit_tests', 349 '../chrome/chrome.gyp:unit_tests',
350 ], 350 ],
351 }], 351 }],
352 ], 352 ],
353 }], 353 }],
354 ['OS=="win"', { 354 ['OS=="win"', {
355 'dependencies': [ 355 'dependencies': [
356 '../chrome/chrome.gyp:app_installer', 356 '../chrome/chrome.gyp:app_installer',
357 '../chrome/chrome.gyp:crash_service', 357 '../chrome/chrome.gyp:crash_service',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 # WARNING: 770 # WARNING:
771 # Do not add targets here without communicating the implications 771 # Do not add targets here without communicating the implications
772 # on tryserver triggers and load. Discuss with 772 # on tryserver triggers and load. Discuss with
773 # chrome-infrastructure-team please. 773 # chrome-infrastructure-team please.
774 'target_name': 'android_builder_tests', 774 'target_name': 'android_builder_tests',
775 'type': 'none', 775 'type': 'none',
776 'dependencies': [ 776 'dependencies': [
777 '../android_webview/android_webview.gyp:android_webview_unittests', 777 '../android_webview/android_webview.gyp:android_webview_unittests',
778 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests ', 778 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests ',
779 '../base/base.gyp:base_unittests', 779 '../base/base.gyp:base_unittests',
780 '../breakpad/breakpad.gyp:breakpad_unittests_stripped', 780 '../breakpad/breakpad.gyp:breakpad_unittests_deps',
781 # Also compile the tools needed to deal with minidumps, they are 781 # Also compile the tools needed to deal with minidumps, they are
782 # needed to run minidump tests upstream. 782 # needed to run minidump tests upstream.
783 '../breakpad/breakpad.gyp:dump_syms#host', 783 '../breakpad/breakpad.gyp:dump_syms#host',
784 '../breakpad/breakpad.gyp:symupload#host', 784 '../breakpad/breakpad.gyp:symupload#host',
785 '../breakpad/breakpad.gyp:minidump_dump#host', 785 '../breakpad/breakpad.gyp:minidump_dump#host',
786 '../breakpad/breakpad.gyp:minidump_stackwalk#host', 786 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
787 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk', 787 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk',
788 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds', 788 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds',
789 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 789 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
790 '../cc/cc_tests.gyp:cc_perftests_apk', 790 '../cc/cc_tests.gyp:cc_perftests_apk',
791 '../cc/cc_tests.gyp:cc_unittests', 791 '../cc/cc_tests.gyp:cc_unittests',
792 '../chrome/chrome.gyp:unit_tests', 792 '../chrome/chrome.gyp:unit_tests',
793 '../components/components_tests.gyp:components_unittests', 793 '../components/components_tests.gyp:components_unittests',
794 '../content/content_shell_and_tests.gyp:content_browsertests', 794 '../content/content_shell_and_tests.gyp:content_browsertests',
795 '../content/content_shell_and_tests.gyp:content_gl_tests', 795 '../content/content_shell_and_tests.gyp:content_gl_tests',
796 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', 796 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
797 '../content/content_shell_and_tests.gyp:content_shell_test_apk', 797 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
798 '../content/content_shell_and_tests.gyp:content_unittests', 798 '../content/content_shell_and_tests.gyp:content_unittests',
799 '../gpu/gpu.gyp:gl_tests', 799 '../gpu/gpu.gyp:gl_tests',
800 '../gpu/gpu.gyp:gpu_unittests', 800 '../gpu/gpu.gyp:gpu_unittests',
801 '../ipc/ipc.gyp:ipc_tests', 801 '../ipc/ipc.gyp:ipc_tests',
802 '../media/media.gyp:media_perftests_apk', 802 '../media/media.gyp:media_perftests_apk',
803 '../media/media.gyp:media_unittests', 803 '../media/media.gyp:media_unittests',
804 '../net/net.gyp:net_unittests', 804 '../net/net.gyp:net_unittests',
805 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', 805 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
806 '../sql/sql.gyp:sql_unittests', 806 '../sql/sql.gyp:sql_unittests',
807 '../sync/sync.gyp:sync_unit_tests', 807 '../sync/sync.gyp:sync_unit_tests',
808 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 808 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
809 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 809 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
810 '../third_party/WebKit/public/all.gyp:*', 810 '../third_party/WebKit/public/all.gyp:*',
811 '../tools/android/android_tools.gyp:android_tools', 811 '../tools/android/android_tools.gyp:android_tools',
812 '../tools/android/android_tools.gyp:memconsumer', 812 '../tools/android/android_tools.gyp:memconsumer',
813 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 813 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
814 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 814 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
815 '../ui/base/ui_base_tests.gyp:ui_unittests', 815 '../ui/base/ui_base_tests.gyp:ui_unittests',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 }, 1172 },
1173 ], # targets 1173 ], # targets
1174 'conditions': [ 1174 'conditions': [
1175 ['branding=="Chrome"', { 1175 ['branding=="Chrome"', {
1176 'targets': [ 1176 'targets': [
1177 { 1177 {
1178 'target_name': 'chrome_official_builder', 1178 'target_name': 'chrome_official_builder',
1179 'type': 'none', 1179 'type': 'none',
1180 'dependencies': [ 1180 'dependencies': [
1181 '../base/base.gyp:base_unittests', 1181 '../base/base.gyp:base_unittests',
1182 # TODO(jackhou): Ensure that app_installer builds on trybots 1182 '../chrome/chrome.gyp:app_installer',
1183 # and waterfall, then de-comment here.
1184 #'../chrome/chrome.gyp:app_installer',
1185 '../chrome/chrome.gyp:browser_tests', 1183 '../chrome/chrome.gyp:browser_tests',
1186 '../chrome/chrome.gyp:sync_integration_tests', 1184 '../chrome/chrome.gyp:sync_integration_tests',
1187 '../chrome/chrome.gyp:crash_service', 1185 '../chrome/chrome.gyp:crash_service',
1188 '../chrome/chrome.gyp:gcapi_dll', 1186 '../chrome/chrome.gyp:gcapi_dll',
1189 '../chrome/chrome.gyp:pack_policy_templates', 1187 '../chrome/chrome.gyp:pack_policy_templates',
1190 '../chrome/installer/mini_installer.gyp:mini_installer', 1188 '../chrome/installer/mini_installer.gyp:mini_installer',
1191 '../cloud_print/cloud_print.gyp:cloud_print', 1189 '../cloud_print/cloud_print.gyp:cloud_print',
1192 '../courgette/courgette.gyp:courgette', 1190 '../courgette/courgette.gyp:courgette',
1193 '../courgette/courgette.gyp:courgette64', 1191 '../courgette/courgette.gyp:courgette64',
1194 '../ipc/ipc.gyp:ipc_tests', 1192 '../ipc/ipc.gyp:ipc_tests',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 'dependencies': [ 1361 'dependencies': [
1364 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1365 '../ui/views/views.gyp:views', 1363 '../ui/views/views.gyp:views',
1366 '../ui/views/views.gyp:views_unittests', 1364 '../ui/views/views.gyp:views_unittests',
1367 ], 1365 ],
1368 }, # target_name: macviews_builder 1366 }, # target_name: macviews_builder
1369 ], # targets 1367 ], # targets
1370 }], # os=='mac' and toolkit_views==1 1368 }], # os=='mac' and toolkit_views==1
1371 ], # conditions 1369 ], # conditions
1372 } 1370 }
OLDNEW
« no previous file with comments | « base/win/enum_variant.h ('k') | build/android/gyp/generate_v14_compatible_resources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698