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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2659523002: Generate better catalog C++ sources (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index e78d03795626f7aeca2225f0dfba2149327c379f..981d813b568ef6f55a11787b9c20d180918903e5 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -11,7 +11,7 @@ source_set("mash") {
"mash_runner.h",
]
deps = [
- ":catalog_cpp_source",
+ ":chrome_mash_catalog",
"//base:i18n",
"//components/tracing:startup_tracing",
"//content/public/common",
@@ -77,7 +77,7 @@ catalog("catalog") {
catalog_deps = [ "//chrome/app:catalog" ]
}
-catalog_cpp_source("catalog_cpp_source") {
+catalog_cpp_source("chrome_mash_catalog") {
catalog = ":catalog"
- output_symbol_name = "kChromeMashCatalogContents"
+ generated_function_name = "CreateChromeMashCatalog"
}
« no previous file with comments | « no previous file | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698