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

Unified Diff: cloud_print/virtual_driver/win/port_monitor/BUILD.gn

Issue 1503483003: Add chrome_elf and cloud_print to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « cloud_print/virtual_driver/win/install/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/win/port_monitor/BUILD.gn
diff --git a/cloud_print/virtual_driver/win/port_monitor/BUILD.gn b/cloud_print/virtual_driver/win/port_monitor/BUILD.gn
index bda788b155320931183e65a12c6df64f9379b2c6..7107258925140da725b2e7120f7f2b66fcb743fd 100644
--- a/cloud_print/virtual_driver/win/port_monitor/BUILD.gn
+++ b/cloud_print/virtual_driver/win/port_monitor/BUILD.gn
@@ -51,6 +51,8 @@ shared_library("port_monitor_dll") {
"//base",
"//chrome/common:constants",
"//chrome/common:version_header",
+ "//cloud_print/common",
+ "//cloud_print/virtual_driver/win",
]
libs = [ "userenv.lib" ]
@@ -66,6 +68,7 @@ source_set("lib") {
"//base",
"//chrome/common:constants",
"//chrome/installer/launcher_support",
+ "//cloud_print/common",
"//cloud_print/virtual_driver/win",
]
}
« no previous file with comments | « cloud_print/virtual_driver/win/install/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698