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

Unified Diff: ui/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 | « ui/resources/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/strings/BUILD.gn
diff --git a/ui/strings/BUILD.gn b/ui/strings/BUILD.gn
index a0be10ffbfe9fae45441dbc84f84f498e728b486..be2ce72092d9521c0b45a78c26ab22af238aea18 100644
--- a/ui/strings/BUILD.gn
+++ b/ui/strings/BUILD.gn
@@ -16,7 +16,6 @@ group("strings") {
grit("ui_strings") {
source = "ui_strings.grd"
- use_qualified_include = true
outputs = [
"grit/ui_strings.h",
]
@@ -27,7 +26,6 @@ grit("ui_strings") {
grit("app_locale_settings") {
source = "app_locale_settings.grd"
- use_qualified_include = true
outputs = [
"grit/app_locale_settings.h",
]
« no previous file with comments | « ui/resources/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698