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

Unified Diff: chromecast/chromecast.gyp

Issue 467043002: Adds locale strings to Chromecast build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove build/gyp_chromium Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index d08cf33cf930cf800e5a3e6865038e60bd4d0402..c7eefb558959a370b16d290f94d5d8c425be3407 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -22,6 +22,8 @@
'sources': [
'common/cast_paths.cc',
'common/cast_paths.h',
+ 'common/cast_resource_delegate.cc',
+ 'common/cast_resource_delegate.h',
'common/chromecast_config.cc',
'common/chromecast_config.h',
],
@@ -113,6 +115,8 @@
'cast_service',
'cast_shell_pak',
'cast_version_header',
+ 'chromecast_locales.gyp:chromecast_locales_pak',
+ 'chromecast_locales.gyp:chromecast_settings',
'../ui/aura/aura.gyp:aura_test_support',
'../content/content.gyp:content',
'../content/content.gyp:content_app_browser',

Powered by Google App Engine
This is Rietveld 408576698