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

Unified Diff: third_party/WebKit/public/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 | « net/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 2f1c3c2c7e7b85a521b3aa4d951f74ff269af824..2729027175a967ed61086c7d5c639bb47e5f21c3 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -613,7 +613,6 @@ group("blink_generate_devtools_grd") {
grit("resources") {
output_dir = "$root_gen_dir/blink/public/resources"
- use_qualified_include = true
source = "blink_resources.grd"
outputs = [
"grit/blink_resources.h",
@@ -637,7 +636,6 @@ grit("resources") {
grit("image_resources") {
output_dir = "$root_gen_dir/blink/public/resources"
- use_qualified_include = true
source = "blink_image_resources.grd"
outputs = [
"grit/blink_image_resources.h",
« no previous file with comments | « net/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698