OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'android_support_v13_target%': | 7 'android_support_v13_target%': |
8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java
lib', | 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java
lib', |
9 'cast_build_release': 'internal/build/cast_build_release', | 9 'cast_build_release': 'internal/build/cast_build_release', |
10 'cast_is_debug_build%': 0, | 10 'cast_is_debug_build%': 0, |
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 # Android either. | 360 # Android either. |
361 ['OS=="linux"', { | 361 ['OS=="linux"', { |
362 'sources': [ | 362 'sources': [ |
363 'browser/metrics/external_metrics.cc', | 363 'browser/metrics/external_metrics.cc', |
364 'browser/metrics/external_metrics.h', | 364 'browser/metrics/external_metrics.h', |
365 'graphics/cast_screen.cc', | 365 'graphics/cast_screen.cc', |
366 'graphics/cast_screen.h', | 366 'graphics/cast_screen.h', |
367 ], | 367 ], |
368 'dependencies': [ | 368 'dependencies': [ |
369 '../components/components.gyp:metrics_serialization', | 369 '../components/components.gyp:metrics_serialization', |
370 '../ui/aura/aura.gyp:aura_test_support', | |
371 ], | 370 ], |
372 }], | 371 }], |
373 ['OS=="android"', { | 372 ['OS=="android"', { |
374 'dependencies': [ | 373 'dependencies': [ |
375 '../components/components.gyp:cdm_browser', | 374 '../components/components.gyp:cdm_browser', |
376 ], | 375 ], |
377 }], | 376 }], |
378 ], | 377 ], |
379 }, | 378 }, |
380 { | 379 { |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 'sources': [ | 695 'sources': [ |
697 'graphics/cast_egl_platform_default.cc', | 696 'graphics/cast_egl_platform_default.cc', |
698 'graphics/graphics_properties_default.cc', | 697 'graphics/graphics_properties_default.cc', |
699 'graphics/osd_plane_default.cc' | 698 'graphics/osd_plane_default.cc' |
700 ], | 699 ], |
701 } | 700 } |
702 ] | 701 ] |
703 }], | 702 }], |
704 ], # end of conditions | 703 ], # end of conditions |
705 } | 704 } |
OLD | NEW |