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

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

Issue 1374773002: Componentize script to generate UI string overrides mapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-resources-index
Patch Set: Rebase and fix //components/variations:unit_tests build with gn 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/components_tests.gyp ('k') | components/variations/service/generate_ui_string_overrider.gni » ('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 385c7243511bb59c2ff78208d70d33f91d385609..c6cf5b1107a2117b50c038687bfae0b9c933d29f 100644
--- a/components/variations/service/BUILD.gn
+++ b/components/variations/service/BUILD.gn
@@ -30,6 +30,7 @@ source_set("service") {
source_set("unit_tests") {
testonly = true
sources = [
+ "ui_string_overrider_unittest.cc",
"variations_service_unittest.cc",
]
« no previous file with comments | « components/components_tests.gyp ('k') | components/variations/service/generate_ui_string_overrider.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698