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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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) 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 { 328 {
329 'target_name': 'cast_shell_test_support', 329 'target_name': 'cast_shell_test_support',
330 'type': '<(component)', 330 'type': '<(component)',
331 'defines': [ 331 'defines': [
332 'HAS_OUT_OF_PROC_TEST_RUNNER', 332 'HAS_OUT_OF_PROC_TEST_RUNNER',
333 ], 333 ],
334 'dependencies': [ 334 'dependencies': [
335 'cast_shell_core', 335 'cast_shell_core',
336 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 336 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
337 '../testing/gtest.gyp:gtest', 337 '../testing/gtest.gyp:gtest',
338 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 338 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
339 ], 339 ],
340 'sources': [ 340 'sources': [
341 'browser/test/chromecast_browser_test.cc', 341 'browser/test/chromecast_browser_test.cc',
342 'browser/test/chromecast_browser_test.h', 342 'browser/test/chromecast_browser_test.h',
343 'browser/test/chromecast_browser_test_runner.cc', 343 'browser/test/chromecast_browser_test_runner.cc',
344 ], 344 ],
345 }, # end of target 'cast_shell_test_support' 345 }, # end of target 'cast_shell_test_support'
346 { 346 {
347 'target_name': 'cast_shell_browser_test', 347 'target_name': 'cast_shell_browser_test',
348 'type': '<(gtest_target_type)', 348 'type': '<(gtest_target_type)',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 '-a', '<(test_additional_options)', 412 '-a', '<(test_additional_options)',
413 'pack_run', 413 'pack_run',
414 ], 414 ],
415 } 415 }
416 ], 416 ],
417 }, 417 },
418 ], # end of targets 418 ], # end of targets
419 }], 419 }],
420 ], # end of conditions 420 ], # end of conditions
421 } 421 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698