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

Side by Side Diff: build/all.gyp

Issue 1075783002: Enable components_browsertests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DistillerPageWebContentsTest and DomDistillerDistillablePageUtilsTest Created 5 years, 8 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 '../tools/android/android_tools.gyp:memconsumer', 823 '../tools/android/android_tools.gyp:memconsumer',
824 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 824 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
825 '../ui/android/ui_android.gyp:ui_android_unittests', 825 '../ui/android/ui_android.gyp:ui_android_unittests',
826 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 826 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
827 '../ui/events/events.gyp:events_unittests', 827 '../ui/events/events.gyp:events_unittests',
828 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 828 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
829 # Unit test bundles packaged as an apk. 829 # Unit test bundles packaged as an apk.
830 '../base/base.gyp:base_unittests_apk', 830 '../base/base.gyp:base_unittests_apk',
831 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 831 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
832 '../cc/cc_tests.gyp:cc_unittests_apk', 832 '../cc/cc_tests.gyp:cc_unittests_apk',
833 '../components/components_tests.gyp:components_browsertests_apk',
833 '../components/components_tests.gyp:components_unittests_apk', 834 '../components/components_tests.gyp:components_unittests_apk',
834 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 835 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
835 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 836 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
836 '../content/content_shell_and_tests.gyp:content_unittests_apk', 837 '../content/content_shell_and_tests.gyp:content_unittests_apk',
837 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 838 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
838 '../gpu/gpu.gyp:gl_tests_apk', 839 '../gpu/gpu.gyp:gl_tests_apk',
839 '../gpu/gpu.gyp:gpu_unittests_apk', 840 '../gpu/gpu.gyp:gpu_unittests_apk',
840 '../ipc/ipc.gyp:ipc_tests_apk', 841 '../ipc/ipc.gyp:ipc_tests_apk',
841 '../media/media.gyp:media_unittests_apk', 842 '../media/media.gyp:media_unittests_apk',
842 '../net/net.gyp:net_unittests_apk', 843 '../net/net.gyp:net_unittests_apk',
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 'dependencies': [ 1373 'dependencies': [
1373 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1374 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1374 '../ui/views/views.gyp:views', 1375 '../ui/views/views.gyp:views',
1375 '../ui/views/views.gyp:views_unittests', 1376 '../ui/views/views.gyp:views_unittests',
1376 ], 1377 ],
1377 }, # target_name: macviews_builder 1378 }, # target_name: macviews_builder
1378 ], # targets 1379 ], # targets
1379 }], # os=='mac' and toolkit_views==1 1380 }], # os=='mac' and toolkit_views==1
1380 ], # conditions 1381 ], # conditions
1381 } 1382 }
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/constants.py » ('j') | build/android/pylib/gtest/gtest_config.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698