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

Unified Diff: chrome/common/BUILD.gn

Issue 2290753004: Finish changing chrome/ grit includes to use qualified paths. (Closed)
Patch Set: Rebase, fix new unqualified include Created 4 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/web_applications/web_app_mac.mm ('k') | chrome/common/DEPS » ('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 0bf66429999ae6ee343a2ef7bf3c24e479983ddd..8646d785b028d8017f9444ae4e0c5c91ba61e2af 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -17,6 +17,7 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
# (generate_common_resources action)
grit("resources") {
source = "common_resources.grd"
+ use_qualified_include = true
output_dir = "$root_gen_dir/chrome"
output_name = "common_resources"
outputs = [
« no previous file with comments | « chrome/browser/web_applications/web_app_mac.mm ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698