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

Side by Side Diff: build/all.gyp

Issue 180723005: [Android] Add event_unittests to the default cq/try runs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 10 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 | « no previous file | build/android/pylib/gtest/gtest_config.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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 '../media/media.gyp:media_perftests_apk', 743 '../media/media.gyp:media_perftests_apk',
744 '../media/media.gyp:media_unittests', 744 '../media/media.gyp:media_unittests',
745 '../net/net.gyp:net_unittests', 745 '../net/net.gyp:net_unittests',
746 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', 746 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped',
747 '../sql/sql.gyp:sql_unittests', 747 '../sql/sql.gyp:sql_unittests',
748 '../sync/sync.gyp:sync_unit_tests', 748 '../sync/sync.gyp:sync_unit_tests',
749 '../third_party/WebKit/public/all.gyp:*', 749 '../third_party/WebKit/public/all.gyp:*',
750 '../tools/android/android_tools.gyp:android_tools', 750 '../tools/android/android_tools.gyp:android_tools',
751 '../tools/android/android_tools.gyp:memconsumer', 751 '../tools/android/android_tools.gyp:memconsumer',
752 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 752 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
753 '../ui/events/events.gyp:events_unittests',
753 '../ui/ui_unittests.gyp:ui_unittests', 754 '../ui/ui_unittests.gyp:ui_unittests',
754 # Required by ui_unittests. 755 # Required by ui_unittests.
755 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but 756 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but
756 # this would cause circular gyp dependency which needs refactoring t he 757 # this would cause circular gyp dependency which needs refactoring t he
757 # gyps to resolve. 758 # gyps to resolve.
758 '../chrome/chrome_resources.gyp:packed_resources', 759 '../chrome/chrome_resources.gyp:packed_resources',
759 ], 760 ],
760 'conditions': [ 761 'conditions': [
761 ['"<(gtest_target_type)"=="shared_library"', { 762 ['"<(gtest_target_type)"=="shared_library"', {
762 'dependencies': [ 763 'dependencies': [
763 # Unit test bundles packaged as an apk. 764 # Unit test bundles packaged as an apk.
764 '../android_webview/android_webview.gyp:android_webview_unittest s_apk', 765 '../android_webview/android_webview.gyp:android_webview_unittest s_apk',
765 '../base/base.gyp:base_unittests_apk', 766 '../base/base.gyp:base_unittests_apk',
766 '../cc/cc_tests.gyp:cc_unittests_apk', 767 '../cc/cc_tests.gyp:cc_unittests_apk',
767 '../chrome/chrome.gyp:unit_tests_apk', 768 '../chrome/chrome.gyp:unit_tests_apk',
768 '../components/components_tests.gyp:components_unittests_apk', 769 '../components/components_tests.gyp:components_unittests_apk',
769 '../content/content_shell_and_tests.gyp:content_browsertests_apk ', 770 '../content/content_shell_and_tests.gyp:content_browsertests_apk ',
770 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 771 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
771 '../content/content_shell_and_tests.gyp:content_unittests_apk', 772 '../content/content_shell_and_tests.gyp:content_unittests_apk',
772 '../content/content_shell_and_tests.gyp:video_decode_accelerator _unittest_apk', 773 '../content/content_shell_and_tests.gyp:video_decode_accelerator _unittest_apk',
773 '../gpu/gpu.gyp:gl_tests_apk', 774 '../gpu/gpu.gyp:gl_tests_apk',
774 '../gpu/gpu.gyp:gpu_unittests_apk', 775 '../gpu/gpu.gyp:gpu_unittests_apk',
775 '../ipc/ipc.gyp:ipc_tests_apk', 776 '../ipc/ipc.gyp:ipc_tests_apk',
776 '../media/media.gyp:media_unittests_apk', 777 '../media/media.gyp:media_unittests_apk',
777 '../net/net.gyp:net_unittests_apk', 778 '../net/net.gyp:net_unittests_apk',
778 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 779 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
779 '../sql/sql.gyp:sql_unittests_apk', 780 '../sql/sql.gyp:sql_unittests_apk',
780 '../sync/sync.gyp:sync_unit_tests_apk', 781 '../sync/sync.gyp:sync_unit_tests_apk',
782 '../ui/events/events.gyp:events_unittests_apk',
781 '../ui/ui_unittests.gyp:ui_unittests_apk', 783 '../ui/ui_unittests.gyp:ui_unittests_apk',
782 '../android_webview/android_webview.gyp:android_webview_test_apk ', 784 '../android_webview/android_webview.gyp:android_webview_test_apk ',
783 '../chrome/chrome.gyp:chromium_testshell_test_apk', 785 '../chrome/chrome.gyp:chromium_testshell_test_apk',
784 '../chrome/chrome.gyp:chromium_testshell_uiautomator_tests', 786 '../chrome/chrome.gyp:chromium_testshell_uiautomator_tests',
785 '../webkit/renderer/compositor_bindings/compositor_bindings_test s.gyp:webkit_compositor_bindings_unittests_apk' 787 '../webkit/renderer/compositor_bindings/compositor_bindings_test s.gyp:webkit_compositor_bindings_unittests_apk'
786 ], 788 ],
787 }], 789 }],
788 ], 790 ],
789 }, 791 },
790 { 792 {
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 # http://crbug.com/157234 1235 # http://crbug.com/157234
1234 #'../chrome/chrome.gyp:sync_integration_tests_run', 1236 #'../chrome/chrome.gyp:sync_integration_tests_run',
1235 '../chrome/chrome.gyp:unit_tests_run', 1237 '../chrome/chrome.gyp:unit_tests_run',
1236 '../net/net.gyp:net_unittests_run', 1238 '../net/net.gyp:net_unittests_run',
1237 ], 1239 ],
1238 }, # target_name: chromium_swarm_tests 1240 }, # target_name: chromium_swarm_tests
1239 ], 1241 ],
1240 }], 1242 }],
1241 ], # conditions 1243 ], # conditions
1242 } 1244 }
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/gtest/gtest_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698