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

Unified Diff: components/variations.gypi

Issue 1363243004: Allow embedders to share code to override UI strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment to test and class and fix typo Created 5 years, 3 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 | « chrome/chrome_tests_unit.gypi ('k') | components/variations/service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations.gypi
diff --git a/components/variations.gypi b/components/variations.gypi
index f58486826ec502380c25c476fc10b575f641506c..d1fc8c6712a41e686b301a1f3d1c61eedea89391 100644
--- a/components/variations.gypi
+++ b/components/variations.gypi
@@ -108,6 +108,8 @@
'web_resource',
],
'sources': [
+ 'variations/service/ui_string_overrider.h',
+ 'variations/service/ui_string_overrider.cc',
'variations/service/variations_service.cc',
'variations/service/variations_service.h',
'variations/service/variations_service_client.h',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/variations/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698