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

Side by Side Diff: build/all.gyp

Issue 302533009: Android: cleanup gtest_target_type conditions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit on all.gyp Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | media/media.gyp » ('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 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 '../net/net.gyp:net_unittests', 742 '../net/net.gyp:net_unittests',
743 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', 743 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped',
744 '../sql/sql.gyp:sql_unittests', 744 '../sql/sql.gyp:sql_unittests',
745 '../sync/sync.gyp:sync_unit_tests', 745 '../sync/sync.gyp:sync_unit_tests',
746 '../third_party/WebKit/public/all.gyp:*', 746 '../third_party/WebKit/public/all.gyp:*',
747 '../tools/android/android_tools.gyp:android_tools', 747 '../tools/android/android_tools.gyp:android_tools',
748 '../tools/android/android_tools.gyp:memconsumer', 748 '../tools/android/android_tools.gyp:memconsumer',
749 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 749 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
750 '../ui/events/events.gyp:events_unittests', 750 '../ui/events/events.gyp:events_unittests',
751 '../ui/ui_unittests.gyp:ui_unittests', 751 '../ui/ui_unittests.gyp:ui_unittests',
752 ], 752 # Unit test bundles packaged as an apk.
753 'conditions': [ 753 '../android_webview/android_webview.gyp:android_webview_test_apk',
754 ['"<(gtest_target_type)"=="shared_library"', { 754 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
755 'dependencies': [ 755 '../base/base.gyp:base_unittests_apk',
756 # Unit test bundles packaged as an apk. 756 '../cc/cc_tests.gyp:cc_unittests_apk',
757 '../android_webview/android_webview.gyp:android_webview_unittest s_apk', 757 '../chrome/chrome.gyp:chrome_shell_test_apk',
758 '../base/base.gyp:base_unittests_apk', 758 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
759 '../cc/cc_tests.gyp:cc_unittests_apk', 759 '../chrome/chrome.gyp:unit_tests_apk',
760 '../chrome/chrome.gyp:unit_tests_apk', 760 '../components/components_tests.gyp:components_unittests_apk',
761 '../components/components_tests.gyp:components_unittests_apk', 761 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
762 '../content/content_shell_and_tests.gyp:content_browsertests_apk ', 762 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
763 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 763 '../content/content_shell_and_tests.gyp:content_unittests_apk',
764 '../content/content_shell_and_tests.gyp:content_unittests_apk', 764 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
765 '../content/content_shell_and_tests.gyp:video_decode_accelerator _unittest_apk', 765 '../gpu/gpu.gyp:gl_tests_apk',
766 '../gpu/gpu.gyp:gl_tests_apk', 766 '../gpu/gpu.gyp:gpu_unittests_apk',
767 '../gpu/gpu.gyp:gpu_unittests_apk', 767 '../ipc/ipc.gyp:ipc_tests_apk',
768 '../ipc/ipc.gyp:ipc_tests_apk', 768 '../media/media.gyp:media_unittests_apk',
769 '../media/media.gyp:media_unittests_apk', 769 '../net/net.gyp:net_unittests_apk',
770 '../net/net.gyp:net_unittests_apk', 770 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
771 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 771 '../sql/sql.gyp:sql_unittests_apk',
772 '../sql/sql.gyp:sql_unittests_apk', 772 '../sync/sync.gyp:sync_unit_tests_apk',
773 '../sync/sync.gyp:sync_unit_tests_apk', 773 '../ui/events/events.gyp:events_unittests_apk',
774 '../ui/events/events.gyp:events_unittests_apk', 774 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
775 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 775 '../ui/ui_unittests.gyp:ui_unittests_apk',
776 '../ui/ui_unittests.gyp:ui_unittests_apk', 776 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests_apk'
777 '../android_webview/android_webview.gyp:android_webview_test_apk ',
778 '../chrome/chrome.gyp:chrome_shell_test_apk',
779 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
780 '../webkit/renderer/compositor_bindings/compositor_bindings_test s.gyp:webkit_compositor_bindings_unittests_apk'
781 ],
782 }],
783 ], 777 ],
784 }, 778 },
785 { 779 {
786 # WebRTC Android APK tests. 780 # WebRTC Android APK tests.
787 'target_name': 'android_builder_webrtc', 781 'target_name': 'android_builder_webrtc',
788 'type': 'none', 782 'type': 'none',
789 'variables': { 783 'variables': {
790 # Set default value for include_tests to '0'. It is normally only 784 # Set default value for include_tests to '0'. It is normally only
791 # used in WebRTC GYP files. It is set to '1' only when building 785 # used in WebRTC GYP files. It is set to '1' only when building
792 # WebRTC for Android, inside a Chromium checkout. 786 # WebRTC for Android, inside a Chromium checkout.
793 'include_tests%': 0, 787 'include_tests%': 0,
794 }, 788 },
795 'conditions': [ 789 'conditions': [
796 ['"<(gtest_target_type)"=="shared_library" and include_tests==1', { 790 ['include_tests==1', {
797 'dependencies': [ 791 'dependencies': [
798 '../third_party/webrtc/build/apk_tests.gyp:*', 792 '../third_party/webrtc/build/apk_tests.gyp:*',
799 ], 793 ],
800 }], 794 }],
801 ], 795 ],
802 }, # target_name: android_builder_webrtc 796 }, # target_name: android_builder_webrtc
803 { 797 {
804 # WebRTC Chromium tests to run on Android. 798 # WebRTC Chromium tests to run on Android.
805 'target_name': 'android_builder_chromium_webrtc', 799 'target_name': 'android_builder_chromium_webrtc',
806 'type': 'none', 800 'type': 'none',
807 'dependencies': [ 801 'dependencies': [
808 '../content/content_shell_and_tests.gyp:content_browsertests', 802 '../content/content_shell_and_tests.gyp:content_browsertests',
809 '../tools/android/android_tools.gyp:android_tools', 803 '../tools/android/android_tools.gyp:android_tools',
810 '../tools/android/android_tools.gyp:memconsumer', 804 '../tools/android/android_tools.gyp:memconsumer',
811 ], 805 # Unit test bundles packaged as an apk.
812 'conditions': [ 806 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
813 ['"<(gtest_target_type)"=="shared_library"', {
814 'dependencies': [
815 # Unit test bundles packaged as an apk.
816 '../content/content_shell_and_tests.gyp:content_browsertests_apk ',
817 ],
818 }],
819 ], 807 ],
820 }, # target_name: android_builder_chromium_webrtc 808 }, # target_name: android_builder_chromium_webrtc
821 ], # targets 809 ], # targets
822 }], # OS="android" 810 }], # OS="android"
823 ['OS=="mac"', { 811 ['OS=="mac"', {
824 'targets': [ 812 'targets': [
825 { 813 {
826 # Target to build everything plus the dmg. We don't put the dmg 814 # Target to build everything plus the dmg. We don't put the dmg
827 # in the All target because developers really don't need it. 815 # in the All target because developers really don't need it.
828 'target_name': 'all_and_dmg', 816 'target_name': 'all_and_dmg',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 # http://crbug.com/157234 1215 # http://crbug.com/157234
1228 #'../chrome/chrome.gyp:sync_integration_tests_run', 1216 #'../chrome/chrome.gyp:sync_integration_tests_run',
1229 '../chrome/chrome.gyp:unit_tests_run', 1217 '../chrome/chrome.gyp:unit_tests_run',
1230 '../net/net.gyp:net_unittests_run', 1218 '../net/net.gyp:net_unittests_run',
1231 ], 1219 ],
1232 }, # target_name: chromium_swarm_tests 1220 }, # target_name: chromium_swarm_tests
1233 ], 1221 ],
1234 }], 1222 }],
1235 ], # conditions 1223 ], # conditions
1236 } 1224 }
OLDNEW
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698