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

Unified Diff: components/resources/BUILD.gn

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change slashes Created 4 years, 5 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_resources.gyp ('k') | components/resources/version_ui_resources.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/BUILD.gn
diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
index 6f2f2a109cd59987b30e68f6d80a19efc45ddd1c..8d296897d6607a6cc33315007655fead61c0d239 100644
--- a/components/resources/BUILD.gn
+++ b/components/resources/BUILD.gn
@@ -32,6 +32,8 @@ grit("components_resources") {
grit_flags = [
"-E",
"about_credits_file=" + rebase_path(about_credits_file_bro, root_build_dir),
+ "-E",
+ "output_dir=" + rebase_path(output_dir, root_build_dir),
]
deps = [
« no previous file with comments | « components/components_resources.gyp ('k') | components/resources/version_ui_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698