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

Unified Diff: components/strings/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 | « components/resources/BUILD.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/strings/BUILD.gn
diff --git a/components/strings/BUILD.gn b/components/strings/BUILD.gn
index c9896e8e3393efc4ffd4cdeeaaa8ee6dd9e8c2d3..a299d38baf7f0c82dad33dc37764eba5db4ba856 100644
--- a/components/strings/BUILD.gn
+++ b/components/strings/BUILD.gn
@@ -67,7 +67,6 @@ group("strings") {
grit("components_strings") {
source = "../components_strings.grd"
- use_qualified_include = true
defines = [ "enable_plugins=$enable_plugins" ]
outputs = [
@@ -95,7 +94,6 @@ if (is_android) {
grit("components_chromium_strings") {
source = "../components_chromium_strings.grd"
- use_qualified_include = true
outputs = [
"grit/components_chromium_strings.h",
]
@@ -106,7 +104,6 @@ grit("components_chromium_strings") {
grit("components_google_chrome_strings") {
source = "../components_google_chrome_strings.grd"
- use_qualified_include = true
outputs = [
"grit/components_google_chrome_strings.h",
]
@@ -166,7 +163,6 @@ if (is_android) {
grit("components_locale_settings") {
source = "../components_locale_settings.grd"
- use_qualified_include = true
outputs = [
"grit/components_locale_settings.h",
]
« no previous file with comments | « components/resources/BUILD.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698