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

Unified Diff: third_party/libaddressinput/BUILD.gn

Issue 2826113002: Remove use_qualified_include from grit_rule.gni (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | tools/grit/grit_rule.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/BUILD.gn
diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn
index dadb6c06b732058592282a92cd328a2751ca3b45..2ef85fbfd657ef65452732fe364023da7c30826e 100644
--- a/third_party/libaddressinput/BUILD.gn
+++ b/third_party/libaddressinput/BUILD.gn
@@ -15,14 +15,15 @@ config("internal_config") {
"-Wno-deprecated-register",
]
}
+
+ # libaddressinput just says `#include "messages.h"` for grit-generated
+ # headers.
+ include_dirs = [ target_gen_dir ]
}
grit("strings") {
source = "//chrome/app/address_input_strings.grd"
- # libaddressinput's tests just say `#include "messages.h"`.
- use_qualified_include = false
-
outputs = [
"messages.h",
"en_messages.cc",
« no previous file with comments | « no previous file | tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698