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

Side by Side Diff: build/all.gyp

Issue 1552293002: Build cygprofile_unittests as part of All on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | no next file » | 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', 829 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
830 '../skia/skia_tests.gyp:skia_unittests', 830 '../skia/skia_tests.gyp:skia_unittests',
831 '../sql/sql.gyp:sql_unittests', 831 '../sql/sql.gyp:sql_unittests',
832 '../sync/sync.gyp:sync_unit_tests', 832 '../sync/sync.gyp:sync_unit_tests',
833 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 833 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
834 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 834 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
835 '../third_party/WebKit/public/all.gyp:*', 835 '../third_party/WebKit/public/all.gyp:*',
836 '../tools/android/android_tools.gyp:android_tools', 836 '../tools/android/android_tools.gyp:android_tools',
837 '../tools/android/android_tools.gyp:memconsumer', 837 '../tools/android/android_tools.gyp:memconsumer',
838 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 838 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
839 '../tools/cygprofile/cygprofile.gyp:cygprofile_unittests',
839 '../ui/android/ui_android.gyp:ui_android_unittests', 840 '../ui/android/ui_android.gyp:ui_android_unittests',
840 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 841 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
841 '../ui/events/events_unittests.gyp:events_unittests', 842 '../ui/events/events_unittests.gyp:events_unittests',
842 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 843 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
843 # Unit test bundles packaged as an apk. 844 # Unit test bundles packaged as an apk.
844 '../base/base.gyp:base_unittests_apk', 845 '../base/base.gyp:base_unittests_apk',
845 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 846 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
846 '../cc/cc_tests.gyp:cc_unittests_apk', 847 '../cc/cc_tests.gyp:cc_unittests_apk',
847 '../components/components_tests.gyp:components_browsertests_apk', 848 '../components/components_tests.gyp:components_browsertests_apk',
848 '../components/components_tests.gyp:components_unittests_apk', 849 '../components/components_tests.gyp:components_unittests_apk',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 'dependencies': [ 1439 'dependencies': [
1439 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1440 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1440 '../ui/views/views.gyp:views', 1441 '../ui/views/views.gyp:views',
1441 '../ui/views/views.gyp:views_unittests', 1442 '../ui/views/views.gyp:views_unittests',
1442 ], 1443 ],
1443 }, # target_name: macviews_builder 1444 }, # target_name: macviews_builder
1444 ], # targets 1445 ], # targets
1445 }], # os=='mac' and toolkit_views==1 1446 }], # os=='mac' and toolkit_views==1
1446 ], # conditions 1447 ], # conditions
1447 } 1448 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698