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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1044203003: Chromecast: don't build cast_media_unittests on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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) 2014 Google Inc. All Rights Reserved. 1 # Copyright (c) 2014 Google Inc. 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'cast_tests', 8 'target_name': 'cast_tests',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
11 'cast_test_generator', 11 'cast_test_generator',
12 ], 12 ],
13 'conditions': [ 13 'conditions': [
14 ['chromecast_branding=="Chrome"', { 14 ['chromecast_branding=="Chrome"', {
15 'dependencies': [ 15 'dependencies': [
16 'internal/chromecast_internal.gyp:cast_tests_internal', 16 'internal/chromecast_internal.gyp:cast_tests_internal',
17 ], 17 ],
18 }], 18 }],
19 ], 19 ],
20 }, 20 },
21 # This target only depends on targets that generate test binaries. 21 # This target only depends on targets that generate test binaries.
22 { 22 {
23 'target_name': 'cast_test_generator', 23 'target_name': 'cast_test_generator',
24 'type': 'none', 24 'type': 'none',
25 'dependencies': [ 25 'dependencies': [
26 'media/media.gyp:cast_media_unittests',
27 '../base/base.gyp:base_unittests', 26 '../base/base.gyp:base_unittests',
28 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 27 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
29 '../content/content_shell_and_tests.gyp:content_unittests', 28 '../content/content_shell_and_tests.gyp:content_unittests',
30 '../crypto/crypto.gyp:crypto_unittests', 29 '../crypto/crypto.gyp:crypto_unittests',
31 '../ipc/ipc.gyp:ipc_tests', 30 '../ipc/ipc.gyp:ipc_tests',
32 '../jingle/jingle.gyp:jingle_unittests', 31 '../jingle/jingle.gyp:jingle_unittests',
33 '../media/media.gyp:media_unittests', 32 '../media/media.gyp:media_unittests',
34 '../net/net.gyp:net_unittests', 33 '../net/net.gyp:net_unittests',
35 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 34 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
36 '../sql/sql.gyp:sql_unittests', 35 '../sql/sql.gyp:sql_unittests',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 } 92 }
94 }], 93 }],
95 ['disable_display==0', { 94 ['disable_display==0', {
96 'dependencies': [ 95 'dependencies': [
97 '../gpu/gpu.gyp:gpu_unittests', 96 '../gpu/gpu.gyp:gpu_unittests',
98 ], 97 ],
99 }], 98 }],
100 ['OS!="android"', { 99 ['OS!="android"', {
101 'dependencies': [ 100 'dependencies': [
102 'cast_shell_browser_test', 101 'cast_shell_browser_test',
102 'media/media.gyp:cast_media_unittests',
103 ], 103 ],
104 'variables': { 104 'variables': {
105 'filters': [ 105 'filters': [
106 'cast_shell_browser_test --no-sandbox --disable-gpu', 106 'cast_shell_browser_test --no-sandbox --disable-gpu',
107 ], 107 ],
108 }, 108 },
109 }], 109 }],
110 ], 110 ],
111 'includes': ['build/tests/test_list.gypi'], 111 'includes': ['build/tests/test_list.gypi'],
112 }, 112 },
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'HAS_OUT_OF_PROC_TEST_RUNNER', 242 'HAS_OUT_OF_PROC_TEST_RUNNER',
243 ], 243 ],
244 'sources': [ 244 'sources': [
245 'browser/test/chromecast_shell_browser_test.cc', 245 'browser/test/chromecast_shell_browser_test.cc',
246 ], 246 ],
247 }, 247 },
248 ], # end of targets 248 ], # end of targets
249 }], 249 }],
250 ], # end of conditions 250 ], # end of conditions
251 } 251 }
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