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

Side by Side Diff: build/all_android.gyp

Issue 23455019: Compile content_gl_tests on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix component build Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/content_tests.gypi » ('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 # This is all.gyp file for Android to prevent breakage in Android and other 5 # This is all.gyp file for Android to prevent breakage in Android and other
6 # platform; It will be churning a lot in the short term and eventually be merged 6 # platform; It will be churning a lot in the short term and eventually be merged
7 # into all.gyp. 7 # into all.gyp.
8 8
9 { 9 {
10 'variables': { 10 'variables': {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 '../breakpad/breakpad.gyp:dump_syms#host', 58 '../breakpad/breakpad.gyp:dump_syms#host',
59 '../breakpad/breakpad.gyp:symupload#host', 59 '../breakpad/breakpad.gyp:symupload#host',
60 '../breakpad/breakpad.gyp:minidump_dump#host', 60 '../breakpad/breakpad.gyp:minidump_dump#host',
61 '../breakpad/breakpad.gyp:minidump_stackwalk#host', 61 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
62 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multip le_proguards_test_apk', 62 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multip le_proguards_test_apk',
63 '../cc/cc_tests.gyp:cc_perftests_apk', 63 '../cc/cc_tests.gyp:cc_perftests_apk',
64 '../cc/cc_tests.gyp:cc_unittests', 64 '../cc/cc_tests.gyp:cc_unittests',
65 '../chrome/chrome.gyp:unit_tests', 65 '../chrome/chrome.gyp:unit_tests',
66 '../components/components.gyp:components_unittests', 66 '../components/components.gyp:components_unittests',
67 '../content/content.gyp:content_browsertests', 67 '../content/content.gyp:content_browsertests',
68 '../content/content.gyp:content_gl_tests',
68 '../content/content.gyp:content_shell_test_apk', 69 '../content/content.gyp:content_shell_test_apk',
69 '../content/content.gyp:content_unittests', 70 '../content/content.gyp:content_unittests',
70 '../gpu/gpu.gyp:gl_tests', 71 '../gpu/gpu.gyp:gl_tests',
71 '../gpu/gpu.gyp:gpu_unittests', 72 '../gpu/gpu.gyp:gpu_unittests',
72 '../ipc/ipc.gyp:ipc_tests', 73 '../ipc/ipc.gyp:ipc_tests',
73 '../media/media.gyp:media_unittests', 74 '../media/media.gyp:media_unittests',
74 '../net/net.gyp:net_unittests', 75 '../net/net.gyp:net_unittests',
75 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 76 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
76 '../sql/sql.gyp:sql_unittests', 77 '../sql/sql.gyp:sql_unittests',
77 '../sync/sync.gyp:sync_unit_tests', 78 '../sync/sync.gyp:sync_unit_tests',
(...skipping 11 matching lines...) Expand all
89 'conditions': [ 90 'conditions': [
90 ['"<(gtest_target_type)"=="shared_library"', { 91 ['"<(gtest_target_type)"=="shared_library"', {
91 'dependencies': [ 92 'dependencies': [
92 # Unit test bundles packaged as an apk. 93 # Unit test bundles packaged as an apk.
93 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', 94 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
94 '../base/base.gyp:base_unittests_apk', 95 '../base/base.gyp:base_unittests_apk',
95 '../cc/cc_tests.gyp:cc_unittests_apk', 96 '../cc/cc_tests.gyp:cc_unittests_apk',
96 '../chrome/chrome.gyp:unit_tests_apk', 97 '../chrome/chrome.gyp:unit_tests_apk',
97 '../components/components.gyp:components_unittests_apk', 98 '../components/components.gyp:components_unittests_apk',
98 '../content/content.gyp:content_browsertests_apk', 99 '../content/content.gyp:content_browsertests_apk',
100 '../content/content.gyp:content_gl_tests_apk',
99 '../content/content.gyp:content_unittests_apk', 101 '../content/content.gyp:content_unittests_apk',
100 '../content/content.gyp:video_decode_accelerator_unittest_apk', 102 '../content/content.gyp:video_decode_accelerator_unittest_apk',
101 '../gpu/gpu.gyp:gl_tests_apk', 103 '../gpu/gpu.gyp:gl_tests_apk',
102 '../gpu/gpu.gyp:gpu_unittests_apk', 104 '../gpu/gpu.gyp:gpu_unittests_apk',
103 '../ipc/ipc.gyp:ipc_tests_apk', 105 '../ipc/ipc.gyp:ipc_tests_apk',
104 '../media/media.gyp:media_unittests_apk', 106 '../media/media.gyp:media_unittests_apk',
105 '../net/net.gyp:net_unittests_apk', 107 '../net/net.gyp:net_unittests_apk',
106 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 108 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
107 '../sql/sql.gyp:sql_unittests_apk', 109 '../sql/sql.gyp:sql_unittests_apk',
108 '../sync/sync.gyp:sync_unit_tests_apk', 110 '../sync/sync.gyp:sync_unit_tests_apk',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 { 145 {
144 # In-progress targets that are expected to fail and are NOT run 146 # In-progress targets that are expected to fail and are NOT run
145 # on any bot. 147 # on any bot.
146 'target_name': 'android_in_progress', 148 'target_name': 'android_in_progress',
147 'type': 'none', 149 'type': 'none',
148 'dependencies': [ 150 'dependencies': [
149 ], 151 ],
150 }, 152 },
151 ], # targets 153 ], # targets
152 } 154 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698