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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1239743002: Chromecast: adjust test generator GYP rules for ATV. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | 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 'variables': { 6 'variables': {
7 'chromium_code': 1 7 'chromium_code': 1
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'cast_crash_unittests', 208 'cast_crash_unittests',
209 ], 209 ],
210 'variables': { 210 'variables': {
211 'test_suite_name': 'cast_crash_unittests', 211 'test_suite_name': 'cast_crash_unittests',
212 }, 212 },
213 'includes': ['../build/apk_test.gypi'], 213 'includes': ['../build/apk_test.gypi'],
214 }, # end of target 'cast_crash_unittests_apk' 214 }, # end of target 'cast_crash_unittests_apk'
215 { 215 {
216 'target_name': 'cast_android_tests', 216 'target_name': 'cast_android_tests',
217 'type': 'none', 217 'type': 'none',
218 'dependencies': ['cast_android_tests_generator'],
219 'conditions': [
220 ['chromecast_branding=="Chrome"', {
221 'dependencies': [
222 'internal/chromecast_internal.gyp:cast_android_tests_internal',
223 ],
224 }],
225 ],
226 }, # end of target 'cast_android_tests',
227 {
228 'target_name': 'cast_android_tests_generator',
229 'type': 'none',
218 'variables': { 230 'variables': {
219 'filters': [ 231 'filters': [
220 # The following tests all crash on fugu. 232 # The following tests all crash on fugu.
221 'cc_unittests_apk --gtest_filter=*:-LayerTreeHostTestContinuousDra wWhenCreatingVisibleTiles.RunMultiThread_DelegatingRenderer_ImplSidePaint', 233 'cc_unittests_apk --gtest_filter=*:-LayerTreeHostTestContinuousDra wWhenCreatingVisibleTiles.RunMultiThread_DelegatingRenderer_ImplSidePaint',
222 'gfx_unittests_apk --gtest_filter=*:-FontListTest.Fonts_DeriveWith HeightUpperBound', 234 'gfx_unittests_apk --gtest_filter=*:-FontListTest.Fonts_DeriveWith HeightUpperBound',
223 'media_unittests_apk --gtest_filter=*-AudioInputTest.*:AudioAndroi dInputTest*', 235 'media_unittests_apk --gtest_filter=*-AudioInputTest.*:AudioAndroi dInputTest*',
224 ], 236 ],
225 }, 237 },
226 'dependencies': [ 238 'dependencies': [
227 'cast_base_unittests_apk', 239 'cast_base_unittests_apk',
228 'cast_crash_unittests_apk', 240 'cast_crash_unittests_apk',
229 '../base/base.gyp:base_unittests_apk', 241 '../base/base.gyp:base_unittests_apk',
230 '../cc/cc_tests.gyp:cc_unittests_apk', 242 '../cc/cc_tests.gyp:cc_unittests_apk',
231 '../ipc/ipc.gyp:ipc_tests_apk', 243 '../ipc/ipc.gyp:ipc_tests_apk',
232 '../media/media.gyp:media_unittests_apk', 244 '../media/media.gyp:media_unittests_apk',
233 '../media/midi/midi.gyp:midi_unittests_apk', 245 '../media/midi/midi.gyp:midi_unittests_apk',
234 '../net/net.gyp:net_unittests_apk', 246 '../net/net.gyp:net_unittests_apk',
235 # Note(gunsch): crashes 100% on Fugu. b/22489355 247 # Note(gunsch): crashes 100% on Fugu. b/22489355
236 # '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 248 # '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
237 '../sql/sql.gyp:sql_unittests_apk', 249 '../sql/sql.gyp:sql_unittests_apk',
238 '../sync/sync.gyp:sync_unit_tests_apk', 250 '../sync/sync.gyp:sync_unit_tests_apk',
239 '../ui/events/events.gyp:events_unittests_apk', 251 '../ui/events/events.gyp:events_unittests_apk',
240 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 252 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
241 ], 253 ],
242 'includes': ['build/tests/test_list.gypi'], 254 'includes': ['build/tests/test_list.gypi'],
243 'conditions': [ 255 }, # end of target 'cast_android_tests_generator'
244 ['chromecast_branding=="Chrome"', {
245 'dependencies': [
246 'internal/chromecast_internal.gyp:cast_android_tests_internal',
247 ],
248 }],
249 ],
250 },
251 { 256 {
252 'target_name': 'cast_android_test_lists', 257 'target_name': 'cast_android_test_lists',
253 'type': 'none', 258 'type': 'none',
254 'dependencies': [ 259 'dependencies': [
255 'cast_android_tests', 260 'cast_android_tests',
256 ], 261 ],
257 'variables': { 262 'variables': {
258 'test_generator_py': '<(DEPTH)/chromecast/tools/build/generate_test_ lists.py', 263 'test_generator_py': '<(DEPTH)/chromecast/tools/build/generate_test_ lists.py',
259 'test_inputs_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast/tests', 264 'test_inputs_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast/tests',
260 }, 265 },
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 '-a', '<(test_additional_options)', 377 '-a', '<(test_additional_options)',
373 'pack_run', 378 'pack_run',
374 ], 379 ],
375 } 380 }
376 ], 381 ],
377 }, 382 },
378 ], # end of targets 383 ], # end of targets
379 }], 384 }],
380 ], # end of conditions 385 ], # end of conditions
381 } 386 }
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