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

Side by Side Diff: build/all.gyp

Issue 655543005: Added support of shared_library build for tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments formatting in GYPs Created 6 years, 2 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 | « breakpad/breakpad.gyp ('k') | build/android/native_app_dependencies.gypi » ('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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 # WARNING: 751 # WARNING:
752 # Do not add targets here without communicating the implications 752 # Do not add targets here without communicating the implications
753 # on tryserver triggers and load. Discuss with 753 # on tryserver triggers and load. Discuss with
754 # chrome-infrastructure-team please. 754 # chrome-infrastructure-team please.
755 'target_name': 'android_builder_tests', 755 'target_name': 'android_builder_tests',
756 'type': 'none', 756 'type': 'none',
757 'dependencies': [ 757 'dependencies': [
758 '../android_webview/android_webview.gyp:android_webview_unittests', 758 '../android_webview/android_webview.gyp:android_webview_unittests',
759 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests ', 759 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests ',
760 '../base/base.gyp:base_unittests', 760 '../base/base.gyp:base_unittests',
761 '../breakpad/breakpad.gyp:breakpad_unittests_stripped', 761 '../breakpad/breakpad.gyp:breakpad_unittests_deps',
762 # Also compile the tools needed to deal with minidumps, they are 762 # Also compile the tools needed to deal with minidumps, they are
763 # needed to run minidump tests upstream. 763 # needed to run minidump tests upstream.
764 '../breakpad/breakpad.gyp:dump_syms#host', 764 '../breakpad/breakpad.gyp:dump_syms#host',
765 '../breakpad/breakpad.gyp:symupload#host', 765 '../breakpad/breakpad.gyp:symupload#host',
766 '../breakpad/breakpad.gyp:minidump_dump#host', 766 '../breakpad/breakpad.gyp:minidump_dump#host',
767 '../breakpad/breakpad.gyp:minidump_stackwalk#host', 767 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
768 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk', 768 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu ltiple_proguards_test_apk',
769 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds', 769 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds',
770 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 770 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
771 '../cc/cc_tests.gyp:cc_perftests_apk', 771 '../cc/cc_tests.gyp:cc_perftests_apk',
772 '../cc/cc_tests.gyp:cc_unittests', 772 '../cc/cc_tests.gyp:cc_unittests',
773 '../chrome/chrome.gyp:unit_tests', 773 '../chrome/chrome.gyp:unit_tests',
774 '../components/components_tests.gyp:components_unittests', 774 '../components/components_tests.gyp:components_unittests',
775 '../content/content_shell_and_tests.gyp:content_browsertests', 775 '../content/content_shell_and_tests.gyp:content_browsertests',
776 '../content/content_shell_and_tests.gyp:content_gl_tests', 776 '../content/content_shell_and_tests.gyp:content_gl_tests',
777 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', 777 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
778 '../content/content_shell_and_tests.gyp:content_shell_test_apk', 778 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
779 '../content/content_shell_and_tests.gyp:content_unittests', 779 '../content/content_shell_and_tests.gyp:content_unittests',
780 '../gpu/gpu.gyp:gl_tests', 780 '../gpu/gpu.gyp:gl_tests',
781 '../gpu/gpu.gyp:gpu_unittests', 781 '../gpu/gpu.gyp:gpu_unittests',
782 '../ipc/ipc.gyp:ipc_tests', 782 '../ipc/ipc.gyp:ipc_tests',
783 '../media/media.gyp:media_perftests_apk', 783 '../media/media.gyp:media_perftests_apk',
784 '../media/media.gyp:media_unittests', 784 '../media/media.gyp:media_unittests',
785 '../net/net.gyp:net_unittests', 785 '../net/net.gyp:net_unittests',
786 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', 786 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
787 '../sql/sql.gyp:sql_unittests', 787 '../sql/sql.gyp:sql_unittests',
788 '../sync/sync.gyp:sync_unit_tests', 788 '../sync/sync.gyp:sync_unit_tests',
789 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 789 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
790 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 790 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
791 '../third_party/WebKit/public/all.gyp:*', 791 '../third_party/WebKit/public/all.gyp:*',
792 '../tools/android/android_tools.gyp:android_tools', 792 '../tools/android/android_tools.gyp:android_tools',
793 '../tools/android/android_tools.gyp:memconsumer', 793 '../tools/android/android_tools.gyp:memconsumer',
794 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 794 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
795 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 795 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
796 '../ui/base/ui_base_tests.gyp:ui_unittests', 796 '../ui/base/ui_base_tests.gyp:ui_unittests',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'dependencies': [ 1331 'dependencies': [
1332 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1332 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1333 '../ui/views/views.gyp:views', 1333 '../ui/views/views.gyp:views',
1334 '../ui/views/views.gyp:views_unittests', 1334 '../ui/views/views.gyp:views_unittests',
1335 ], 1335 ],
1336 }, # target_name: macviews_builder 1336 }, # target_name: macviews_builder
1337 ], # targets 1337 ], # targets
1338 }], # os=='mac' and toolkit_views==1 1338 }], # os=='mac' and toolkit_views==1
1339 ], # conditions 1339 ], # conditions
1340 } 1340 }
OLDNEW
« no previous file with comments | « breakpad/breakpad.gyp ('k') | build/android/native_app_dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698