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, |
11 # Refers to enum CastProductType in components/metrics/proto/cast_logs.proto | 11 # Refers to enum CastProductType in components/metrics/proto/cast_logs.proto |
12 'cast_product_type%': 0, # CAST_PRODUCT_TYPE_UNKNOWN | 12 'cast_product_type%': 0, # CAST_PRODUCT_TYPE_UNKNOWN |
13 'chromium_code': 1, | 13 'chromium_code': 1, |
| 14 'never_lint': 1, |
14 'chromecast_branding%': 'Chromium', | 15 'chromecast_branding%': 'Chromium', |
15 'disable_display%': 0, | 16 'disable_display%': 0, |
16 'enable_default_cast_graphics%': 1, | 17 'enable_default_cast_graphics%': 1, |
17 'ozone_platform_cast%': 0, | 18 'ozone_platform_cast%': 0, |
18 'use_chromecast_webui%': 0, | 19 'use_chromecast_webui%': 0, |
19 }, | 20 }, |
20 'includes': [ | 21 'includes': [ |
21 'chromecast_tests.gypi', | 22 'chromecast_tests.gypi', |
22 ], | 23 ], |
23 'target_defaults': { | 24 'target_defaults': { |
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 'sources': [ | 665 'sources': [ |
665 'graphics/cast_egl_platform_default.cc', | 666 'graphics/cast_egl_platform_default.cc', |
666 'graphics/graphics_properties_default.cc', | 667 'graphics/graphics_properties_default.cc', |
667 'graphics/osd_plane_default.cc' | 668 'graphics/osd_plane_default.cc' |
668 ], | 669 ], |
669 } | 670 } |
670 ] | 671 ] |
671 }], | 672 }], |
672 ], # end of conditions | 673 ], # end of conditions |
673 } | 674 } |
OLD | NEW |