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

Unified Diff: chrome/browser/metrics/variations/generated_resources_map.h

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: 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: chrome/browser/metrics/variations/generated_resources_map.h
diff --git a/chrome/browser/metrics/variations/generated_resources_map.h b/chrome/browser/metrics/variations/generated_resources_map.h
index c4c6cd863be62d7008455402791615567f48b896..d70809138f31f8a6c61e38975279da8a3c73f458 100644
--- a/chrome/browser/metrics/variations/generated_resources_map.h
+++ b/chrome/browser/metrics/variations/generated_resources_map.h
@@ -17,8 +17,8 @@ namespace chrome_variations {
// kResourceHashes[i] = HASH("IDS_FOO") and kResourceIndices[i] = 12345. Both
// arrays are of length |kNumResources|.
-// The definitions of the arrays are generated by generate_resources_map.py from
-// the content of generated_resources.h.
+// The definitions of the arrays are generated by
+// generate_ui_string_overrider.py from the content of generated_resources.h.
// Length of |kResourceHashes| and |kResourceIndices|.
extern const size_t kNumResources;

Powered by Google App Engine
This is Rietveld 408576698