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

Unified Diff: ios/chrome/app/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 | « ios/chrome/app/resources/BUILD.gn ('k') | ios/chrome/share_extension/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/strings/BUILD.gn
diff --git a/ios/chrome/app/strings/BUILD.gn b/ios/chrome/app/strings/BUILD.gn
index 6d0e504ae76b2a7c2fe5bf422d21eb3f60416545..be6b02b5a19945a57e7a7fd1db181df952941d25 100644
--- a/ios/chrome/app/strings/BUILD.gn
+++ b/ios/chrome/app/strings/BUILD.gn
@@ -16,7 +16,6 @@ group("strings") {
grit("ios_strings") {
source = "ios_strings.grd"
output_dir = "$root_gen_dir/ios/chrome"
- use_qualified_include = true
outputs = [
"grit/ios_strings.h",
]
@@ -28,7 +27,6 @@ grit("ios_strings") {
grit("ios_chromium_strings") {
source = "ios_chromium_strings.grd"
output_dir = "$root_gen_dir/ios/chrome"
- use_qualified_include = true
outputs = [
"grit/ios_chromium_strings.h",
]
@@ -40,7 +38,6 @@ grit("ios_chromium_strings") {
grit("ios_google_chrome_strings") {
source = "ios_google_chrome_strings.grd"
output_dir = "$root_gen_dir/ios/chrome"
- use_qualified_include = true
outputs = [
"grit/ios_google_chrome_strings.h",
]
« no previous file with comments | « ios/chrome/app/resources/BUILD.gn ('k') | ios/chrome/share_extension/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698