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

Unified Diff: device/usb/BUILD.gn

Issue 216903004: Add optional public header checking to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: device/usb/BUILD.gn
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn
index d7fa6d05fca94122745fed64c87f3a5f474e7ecd..428a7172d6ab93c66b0f6cfd4b7dc15990bb57c4 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -12,7 +12,10 @@ static_library("usb") {
"usb_ids.h",
generated_ids,
]
- deps = [ ":usb_device_ids" ]
+ deps = [
+ ":usb_device_ids",
+ "//base",
+ ]
}
action("usb_device_ids") {

Powered by Google App Engine
This is Rietveld 408576698