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

Side by Side Diff: build/all.gyp

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 months 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 | « build/OWNERS ('k') | build/android/buildbot/bb_device_steps.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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 59 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts', 60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts',
61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests', 61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests',
62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ', 62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ',
63 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s', 63 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s',
64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
65 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 65 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
66 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils', 66 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils',
67 '../third_party/mojo/mojo_public.gyp:mojo_system', 67 '../third_party/mojo/mojo_public.gyp:mojo_system',
68 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 68 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
69 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
70 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 69 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
71 ], 70 ],
72 }], 71 }],
73 ['OS=="android"', { 72 ['OS=="android"', {
74 'dependencies': [ 73 'dependencies': [
75 '../content/content_shell_and_tests.gyp:content_shell_apk', 74 '../content/content_shell_and_tests.gyp:content_shell_apk',
76 '<@(android_app_targets)', 75 '<@(android_app_targets)',
77 'android_builder_tests', 76 'android_builder_tests',
78 '../android_webview/android_webview.gyp:android_webview_apk', 77 '../android_webview/android_webview.gyp:android_webview_apk',
79 '../android_webview/android_webview.gyp:system_webview_apk', 78 '../android_webview/android_webview.gyp:system_webview_apk',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 ], 634 ],
636 }], 635 }],
637 ['OS=="win" and target_arch=="ia32"', { 636 ['OS=="win" and target_arch=="ia32"', {
638 'dependencies': [ 637 'dependencies': [
639 '../chrome/chrome.gyp:crash_service_win64', 638 '../chrome/chrome.gyp:crash_service_win64',
640 ], 639 ],
641 }], 640 }],
642 ], 641 ],
643 }, # target_name: chromium_gpu_debug_builder 642 }, # target_name: chromium_gpu_debug_builder
644 { 643 {
645 'target_name': 'chromium_builder_perf_av',
646 'type': 'none',
647 'dependencies': [
648 'blink_tests', # to run layout tests
649 ],
650 }, # target_name: chromium_builder_perf_av
651 {
652 # This target contains everything we need to run tests on the special 644 # This target contains everything we need to run tests on the special
653 # device-equipped WebRTC bots. We have device-requiring tests in 645 # device-equipped WebRTC bots. We have device-requiring tests in
654 # browser_tests and content_browsertests. 646 # browser_tests and content_browsertests.
655 'target_name': 'chromium_builder_webrtc', 647 'target_name': 'chromium_builder_webrtc',
656 'type': 'none', 648 'type': 'none',
657 'dependencies': [ 649 'dependencies': [
658 'chromium_builder_perf', 650 'chromium_builder_perf',
659 '../chrome/chrome.gyp:browser_tests', 651 '../chrome/chrome.gyp:browser_tests',
660 '../content/content_shell_and_tests.gyp:content_browsertests', 652 '../content/content_shell_and_tests.gyp:content_browsertests',
661 '../content/content_shell_and_tests.gyp:content_unittests', 653 '../content/content_shell_and_tests.gyp:content_unittests',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 '../cc/cc_tests.gyp:cc_perftests_apk', 774 '../cc/cc_tests.gyp:cc_perftests_apk',
783 '../cc/cc_tests.gyp:cc_unittests', 775 '../cc/cc_tests.gyp:cc_unittests',
784 '../chrome/chrome.gyp:unit_tests', 776 '../chrome/chrome.gyp:unit_tests',
785 '../components/components_tests.gyp:components_unittests', 777 '../components/components_tests.gyp:components_unittests',
786 '../content/content_shell_and_tests.gyp:content_browsertests', 778 '../content/content_shell_and_tests.gyp:content_browsertests',
787 '../content/content_shell_and_tests.gyp:content_gl_tests', 779 '../content/content_shell_and_tests.gyp:content_gl_tests',
788 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', 780 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
789 '../content/content_shell_and_tests.gyp:content_shell_test_apk', 781 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
790 '../content/content_shell_and_tests.gyp:content_unittests', 782 '../content/content_shell_and_tests.gyp:content_unittests',
791 '../gpu/gpu.gyp:gl_tests', 783 '../gpu/gpu.gyp:gl_tests',
784 '../gpu/gpu.gyp:gpu_perftests_apk',
792 '../gpu/gpu.gyp:gpu_unittests', 785 '../gpu/gpu.gyp:gpu_unittests',
793 '../ipc/ipc.gyp:ipc_tests', 786 '../ipc/ipc.gyp:ipc_tests',
794 '../media/media.gyp:media_perftests_apk', 787 '../media/media.gyp:media_perftests_apk',
795 '../media/media.gyp:media_unittests', 788 '../media/media.gyp:media_unittests',
796 '../net/net.gyp:net_unittests', 789 '../net/net.gyp:net_unittests',
797 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', 790 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
798 '../skia/skia_tests.gyp:skia_unittests', 791 '../skia/skia_tests.gyp:skia_unittests',
799 '../sql/sql.gyp:sql_unittests', 792 '../sql/sql.gyp:sql_unittests',
800 '../sync/sync.gyp:sync_unit_tests', 793 '../sync/sync.gyp:sync_unit_tests',
801 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 794 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 'dependencies': [ 1323 'dependencies': [
1331 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1324 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1332 '../ui/views/views.gyp:views', 1325 '../ui/views/views.gyp:views',
1333 '../ui/views/views.gyp:views_unittests', 1326 '../ui/views/views.gyp:views_unittests',
1334 ], 1327 ],
1335 }, # target_name: macviews_builder 1328 }, # target_name: macviews_builder
1336 ], # targets 1329 ], # targets
1337 }], # os=='mac' and toolkit_views==1 1330 }], # os=='mac' and toolkit_views==1
1338 ], # conditions 1331 ], # conditions
1339 } 1332 }
OLDNEW
« no previous file with comments | « build/OWNERS ('k') | build/android/buildbot/bb_device_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698