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

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: rebase 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
« no previous file with comments | « chromecast/DEPS ('k') | chromecast/chromecast_locales.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 4ec76561270a86b32cff3d70391db14c7ef63869..3198931e79ff36dd454ce43dab5e7ea92f1a04dd 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',
'common/pref_names.cc',
@@ -130,6 +132,8 @@
'cast_shell_pak',
'cast_shell_resources',
'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',
« no previous file with comments | « chromecast/DEPS ('k') | chromecast/chromecast_locales.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698