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

Unified Diff: chrome/common/BUILD.gn

Issue 468733003: GN: Fix build after r289163 / r289149. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « chrome/browser/BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 34a177877684fd046495dd6f4d49d942a84c5feb..4af74c84e2e1559c873435b4701f4d46d6da3e21 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -14,6 +14,7 @@ gypi_values = exec_script(
# (generate_common_resources action)
grit("resources") {
source = "common_resources.grd"
+ output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/common_resources.h",
"common_resources.pak",
@@ -24,6 +25,7 @@ grit("resources") {
# (generate_extensions_api_resources action)
grit("extensions_api_resources") {
source = "extensions_api_resources.grd"
+ output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/extensions_api_resources.h",
"extensions_api_resources.pak",
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698