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

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: unit test Created 6 years, 8 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 | « base/test/BUILD.gn ('k') | third_party/modp_b64/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « base/test/BUILD.gn ('k') | third_party/modp_b64/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698