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

Side by Side Diff: build/all.gyp

Issue 351183003: [Android] Add heap_profiler_unittests to Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@libheap_profiler
Patch Set: Depend on _stripped target for unittests Created 6 years, 5 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 '../media/media.gyp:media_unittests', 747 '../media/media.gyp:media_unittests',
748 '../net/net.gyp:net_unittests', 748 '../net/net.gyp:net_unittests',
749 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', 749 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped',
750 '../sql/sql.gyp:sql_unittests', 750 '../sql/sql.gyp:sql_unittests',
751 '../sync/sync.gyp:sync_unit_tests', 751 '../sync/sync.gyp:sync_unit_tests',
752 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 752 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
753 '../third_party/WebKit/public/all.gyp:*', 753 '../third_party/WebKit/public/all.gyp:*',
754 '../tools/android/android_tools.gyp:android_tools', 754 '../tools/android/android_tools.gyp:android_tools',
755 '../tools/android/android_tools.gyp:memconsumer', 755 '../tools/android/android_tools.gyp:memconsumer',
756 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 756 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
757 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_stripped',
757 '../ui/events/events.gyp:events_unittests', 758 '../ui/events/events.gyp:events_unittests',
758 '../ui/ui_unittests.gyp:ui_unittests', 759 '../ui/ui_unittests.gyp:ui_unittests',
759 # Unit test bundles packaged as an apk. 760 # Unit test bundles packaged as an apk.
760 '../android_webview/android_webview.gyp:android_webview_test_apk', 761 '../android_webview/android_webview.gyp:android_webview_test_apk',
761 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', 762 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
762 '../base/base.gyp:base_unittests_apk', 763 '../base/base.gyp:base_unittests_apk',
763 '../cc/cc_tests.gyp:cc_unittests_apk', 764 '../cc/cc_tests.gyp:cc_unittests_apk',
764 '../chrome/chrome.gyp:chrome_shell_test_apk', 765 '../chrome/chrome.gyp:chrome_shell_test_apk',
765 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 766 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
766 '../chrome/chrome.gyp:unit_tests_apk', 767 '../chrome/chrome.gyp:unit_tests_apk',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 'dependencies': [ 1260 'dependencies': [
1260 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1261 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1261 '../ui/views/views.gyp:views', 1262 '../ui/views/views.gyp:views',
1262 '../ui/views/views.gyp:views_unittests', 1263 '../ui/views/views.gyp:views_unittests',
1263 ], 1264 ],
1264 }, # target_name: macviews_builder 1265 }, # target_name: macviews_builder
1265 ], # targets 1266 ], # targets
1266 }], # os=='mac' and toolkit_views==1 1267 }], # os=='mac' and toolkit_views==1
1267 ], # conditions 1268 ], # conditions
1268 } 1269 }
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