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

Unified Diff: components/strings/BUILD.gn

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: res Created 3 years, 10 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
Index: components/strings/BUILD.gn
diff --git a/components/strings/BUILD.gn b/components/strings/BUILD.gn
index a299d38baf7f0c82dad33dc37764eba5db4ba856..c9896e8e3393efc4ffd4cdeeaaa8ee6dd9e8c2d3 100644
--- a/components/strings/BUILD.gn
+++ b/components/strings/BUILD.gn
@@ -67,6 +67,7 @@ group("strings") {
grit("components_strings") {
source = "../components_strings.grd"
+ use_qualified_include = true
defines = [ "enable_plugins=$enable_plugins" ]
outputs = [
@@ -94,6 +95,7 @@ if (is_android) {
grit("components_chromium_strings") {
source = "../components_chromium_strings.grd"
+ use_qualified_include = true
outputs = [
"grit/components_chromium_strings.h",
]
@@ -104,6 +106,7 @@ 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",
]
@@ -163,6 +166,7 @@ if (is_android) {
grit("components_locale_settings") {
source = "../components_locale_settings.grd"
+ use_qualified_include = true
outputs = [
"grit/components_locale_settings.h",
]

Powered by Google App Engine
This is Rietveld 408576698