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

Unified Diff: components/variations/service/BUILD.gn

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 | « components/variations.gypi ('k') | components/variations/service/ui_string_overrider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/service/BUILD.gn
diff --git a/components/variations/service/BUILD.gn b/components/variations/service/BUILD.gn
index 9880c951cb6792256516eb2d981625605d70c0cb..385c7243511bb59c2ff78208d70d33f91d385609 100644
--- a/components/variations/service/BUILD.gn
+++ b/components/variations/service/BUILD.gn
@@ -4,6 +4,8 @@
source_set("service") {
sources = [
+ "ui_string_overrider.cc",
+ "ui_string_overrider.h",
"variations_service.cc",
"variations_service.h",
"variations_service_client.h",
« no previous file with comments | « components/variations.gypi ('k') | components/variations/service/ui_string_overrider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698