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

Unified Diff: cloud_print/virtual_driver/win/install/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 | « chromecast/browser/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/win/install/BUILD.gn
diff --git a/cloud_print/virtual_driver/win/install/BUILD.gn b/cloud_print/virtual_driver/win/install/BUILD.gn
index 2762974b154163e4b3a0aaee802d8f6c0e0e5793..2c8fbaa0bcd821c24064c468c7c4f1e76a0524ba 100644
--- a/cloud_print/virtual_driver/win/install/BUILD.gn
+++ b/cloud_print/virtual_driver/win/install/BUILD.gn
@@ -59,9 +59,9 @@ grit("resources") {
visibility = [ ":*" ]
source = "virtual_driver_setup_resources.grd"
- use_qualified_include = true
- # TODO(thakis): Consider removing this in favor of the default directory.
+ # TODO(thakis): Consider removing this in favor of the default directory,
+ # https://crbug.com/697092
output_dir = "$root_gen_dir/virtual_driver_setup_resources"
outputs = [
« no previous file with comments | « chromecast/browser/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698