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

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: Address comments by asvitkine 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
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",

Powered by Google App Engine
This is Rietveld 408576698