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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1190103002: Make lint fail builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix exported crash for ChromeShellTest Created 5 years, 6 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
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698