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

Unified Diff: chrome/app/resources/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/app/DEPS ('k') | chrome/app/resources/DEPS » ('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 97323f1d2a076c46054b29befeb41f88eda95ccb..486f423d02f469aa156d446c0553978344620c84 100644
--- a/chrome/app/resources/BUILD.gn
+++ b/chrome/app/resources/BUILD.gn
@@ -9,8 +9,8 @@ import("//tools/grit/grit_rule.gni")
# (generate_locale_settings action)
grit("locale_settings") {
source = "locale_settings.grd"
- output_dir = "$root_gen_dir/chrome"
use_qualified_include = true
+ output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/locale_settings.h",
"locale_settings_am.pak",
@@ -87,6 +87,7 @@ grit("platform_locale_settings") {
source = "locale_settings_linux.grd"
}
+ use_qualified_include = true
outputs = [
"grit/platform_locale_settings.h",
"platform_locale_settings_am.pak",
« no previous file with comments | « chrome/app/DEPS ('k') | chrome/app/resources/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698