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

Unified Diff: components/resources/BUILD.gn

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: more checkdeps 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/resources/BUILD.gn
diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
index 6ead4c71c74a72606066f48a2d67bf57a01915ea..e33ac509962d55b642f2c6933f2f29886c4da674 100644
--- a/components/resources/BUILD.gn
+++ b/components/resources/BUILD.gn
@@ -18,6 +18,7 @@ group("resources") {
grit("components_resources") {
source = "components_resources.grd"
+ use_qualified_include = true
# TODO(hashimoto): Remove this line.
output_name = "components_resources_new"
@@ -41,6 +42,9 @@ grit("components_resources") {
grit("components_scaled_resources") {
source = "components_scaled_resources.grd"
+ # TODO(thakis): Enable this, https://crbug.com/401588
+ #use_qualified_include = true
+
# TODO(hashimoto): Remove this line.
output_name = "components_scaled_resources_new"
outputs = [

Powered by Google App Engine
This is Rietveld 408576698