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

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

Issue 507913002: Finish converting chrome_strings target to use qualified paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/app/BUILD.gn ('k') | chrome/browser/android/browser_version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/BUILD.gn
diff --git a/chrome/app/resources/BUILD.gn b/chrome/app/resources/BUILD.gn
index 1eec16c6fc3d26627e802f9f2a83e12151210552..44e942c34a3d35ae6741fdbb93bc006ac8f9ddcf 100644
--- a/chrome/app/resources/BUILD.gn
+++ b/chrome/app/resources/BUILD.gn
@@ -9,6 +9,7 @@ import("//tools/grit/grit_rule.gni")
grit("locale_settings") {
source = "locale_settings.grd"
output_dir = "$root_gen_dir/chrome"
+ use_qualified_include = true
outputs = [
"grit/locale_settings.h",
"locale_settings_am.pak",
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/browser/android/browser_version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698