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

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

Issue 2734973002: Stop setting use_qualified_include to true now that that is the default. (Closed)
Patch Set: Created 3 years, 9 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/app/theme/BUILD.gn » ('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 0085ebacdf7fa40a9ea993eebd6abc1973ca7079..ee5bb1b158d9962983c7551db00177c5afdee921 100644
--- a/chrome/app/resources/BUILD.gn
+++ b/chrome/app/resources/BUILD.gn
@@ -8,7 +8,6 @@ import("//tools/grit/grit_rule.gni")
grit("locale_settings") {
source = "locale_settings.grd"
- use_qualified_include = true
defines = chrome_grit_defines
output_dir = "$root_gen_dir/chrome"
outputs = [
@@ -87,7 +86,6 @@ grit("platform_locale_settings") {
}
defines = chrome_grit_defines
- use_qualified_include = true
outputs = [
"grit/platform_locale_settings.h",
"platform_locale_settings_am.pak",
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/app/theme/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698