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

Unified Diff: components/resources/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 | « components/policy/BUILD.gn ('k') | components/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/BUILD.gn
diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
index e33ac509962d55b642f2c6933f2f29886c4da674..6ead4c71c74a72606066f48a2d67bf57a01915ea 100644
--- a/components/resources/BUILD.gn
+++ b/components/resources/BUILD.gn
@@ -18,7 +18,6 @@ group("resources") {
grit("components_resources") {
source = "components_resources.grd"
- use_qualified_include = true
# TODO(hashimoto): Remove this line.
output_name = "components_resources_new"
@@ -42,9 +41,6 @@ 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 = [
« no previous file with comments | « components/policy/BUILD.gn ('k') | components/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698