OLD | NEW |
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 'use_alsa%': 0, | 8 'use_alsa%': 0, |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 { | 318 { |
319 'target_name': 'cast_shell_test_support', | 319 'target_name': 'cast_shell_test_support', |
320 'type': '<(component)', | 320 'type': '<(component)', |
321 'defines': [ | 321 'defines': [ |
322 'HAS_OUT_OF_PROC_TEST_RUNNER', | 322 'HAS_OUT_OF_PROC_TEST_RUNNER', |
323 ], | 323 ], |
324 'dependencies': [ | 324 'dependencies': [ |
325 'cast_shell_core', | 325 'cast_shell_core', |
326 '../content/content_shell_and_tests.gyp:content_browser_test_base', | 326 '../content/content_shell_and_tests.gyp:content_browser_test_base', |
327 '../content/content_shell_and_tests.gyp:content_browser_test_support
', | 327 '../content/content_shell_and_tests.gyp:content_browser_test_support
', |
| 328 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
328 '../testing/gtest.gyp:gtest', | 329 '../testing/gtest.gyp:gtest', |
329 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | |
330 ], | 330 ], |
331 'export_dependent_settings': [ | 331 'export_dependent_settings': [ |
332 '../content/content_shell_and_tests.gyp:content_browser_test_base', | 332 '../content/content_shell_and_tests.gyp:content_browser_test_base', |
333 ], | 333 ], |
334 'sources': [ | 334 'sources': [ |
335 'browser/test/chromecast_browser_test.cc', | 335 'browser/test/chromecast_browser_test.cc', |
336 'browser/test/chromecast_browser_test.h', | 336 'browser/test/chromecast_browser_test.h', |
337 'browser/test/chromecast_browser_test_runner.cc', | 337 'browser/test/chromecast_browser_test_runner.cc', |
338 ], | 338 ], |
339 }, # end of target 'cast_shell_test_support' | 339 }, # end of target 'cast_shell_test_support' |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 '-a', '<(test_additional_options)', | 417 '-a', '<(test_additional_options)', |
418 'pack_run', | 418 'pack_run', |
419 ], | 419 ], |
420 } | 420 } |
421 ], | 421 ], |
422 }, | 422 }, |
423 ], # end of targets | 423 ], # end of targets |
424 }], | 424 }], |
425 ], # end of conditions | 425 ], # end of conditions |
426 } | 426 } |
OLD | NEW |