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

Unified Diff: printing/BUILD.gn

Issue 489223002: Add chrome, installer_util targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index 0c88889f3755a989d867fde63bffd62781421e39..720382d3b1f14dec6aa427045e1924e3c90e4623 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -87,7 +87,7 @@ component("printing") {
]
if (use_aura) {
- # deps += [ "//ui/aura" ] TODO(GYP)
+ deps += [ "//ui/aura" ]
}
if (is_mac) {
« chrome/version.gni ('K') | « chrome/version.gni ('k') | ui/snapshot/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698