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

Unified Diff: chrome/app/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 | « ash/strings/BUILD.gn ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 77d4efe999fc53bc9d0155dbf917dd572d139f42..bc1cc2eda43219210d53048ea7cd9d35c87d069f 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -103,7 +103,6 @@ if (is_android) {
grit("generated_resources") {
source = "generated_resources.grd"
- use_qualified_include = true
defines = chrome_grit_defines
output_dir = "$root_gen_dir/chrome"
outputs = [
@@ -182,7 +181,6 @@ if (is_android) {
grit("google_chrome_strings") {
source = "google_chrome_strings.grd"
- use_qualified_include = true
defines = chrome_grit_defines
output_dir = "$root_gen_dir/chrome"
outputs = [
@@ -246,7 +244,6 @@ grit("google_chrome_strings") {
grit("chromium_strings") {
source = "chromium_strings.grd"
- use_qualified_include = true
defines = chrome_grit_defines
output_dir = "$root_gen_dir/chrome"
outputs = [
« no previous file with comments | « ash/strings/BUILD.gn ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698