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

Side by Side Diff: build/all.gyp

Issue 574433003: [Android] JUnit runner + gyp changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@deps-changes
Patch Set: Created 6 years, 3 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
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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 '../content/content_shell_and_tests.gyp:content_unittests', 776 '../content/content_shell_and_tests.gyp:content_unittests',
777 '../gpu/gpu.gyp:gl_tests', 777 '../gpu/gpu.gyp:gl_tests',
778 '../gpu/gpu.gyp:gpu_unittests', 778 '../gpu/gpu.gyp:gpu_unittests',
779 '../ipc/ipc.gyp:ipc_tests', 779 '../ipc/ipc.gyp:ipc_tests',
780 '../media/media.gyp:media_perftests_apk', 780 '../media/media.gyp:media_perftests_apk',
781 '../media/media.gyp:media_unittests', 781 '../media/media.gyp:media_unittests',
782 '../net/net.gyp:net_unittests', 782 '../net/net.gyp:net_unittests',
783 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', 783 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped',
784 '../sql/sql.gyp:sql_unittests', 784 '../sql/sql.gyp:sql_unittests',
785 '../sync/sync.gyp:sync_unit_tests', 785 '../sync/sync.gyp:sync_unit_tests',
786 '../testing/android/junit_test.gyp:junit_unit_tests',
786 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 787 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
787 '../third_party/WebKit/public/all.gyp:*', 788 '../third_party/WebKit/public/all.gyp:*',
788 '../tools/android/android_tools.gyp:android_tools', 789 '../tools/android/android_tools.gyp:android_tools',
789 '../tools/android/android_tools.gyp:memconsumer', 790 '../tools/android/android_tools.gyp:memconsumer',
790 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 791 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
791 '../ui/base/ui_base_tests.gyp:ui_unittests', 792 '../ui/base/ui_base_tests.gyp:ui_unittests',
792 '../ui/events/events.gyp:events_unittests', 793 '../ui/events/events.gyp:events_unittests',
793 # Unit test bundles packaged as an apk. 794 # Unit test bundles packaged as an apk.
794 '../android_webview/android_webview.gyp:android_webview_test_apk', 795 '../android_webview/android_webview.gyp:android_webview_test_apk',
795 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', 796 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 'dependencies': [ 1308 'dependencies': [
1308 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1309 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1309 '../ui/views/views.gyp:views', 1310 '../ui/views/views.gyp:views',
1310 '../ui/views/views.gyp:views_unittests', 1311 '../ui/views/views.gyp:views_unittests',
1311 ], 1312 ],
1312 }, # target_name: macviews_builder 1313 }, # target_name: macviews_builder
1313 ], # targets 1314 ], # targets
1314 }], # os=='mac' and toolkit_views==1 1315 }], # os=='mac' and toolkit_views==1
1315 ], # conditions 1316 ], # conditions
1316 } 1317 }
OLDNEW
« no previous file with comments | « no previous file | build/android/gyp/jar.py » ('j') | testing/android/java/src/org/chromium/testing/local/GtestListener.java » ('J')

Powered by Google App Engine
This is Rietveld 408576698