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

Unified Diff: components/webusb/BUILD.gn

Issue 1410683002: Add some components to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « components/web_resource/BUILD.gn ('k') | third_party/cld_2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webusb/BUILD.gn
diff --git a/components/webusb/BUILD.gn b/components/webusb/BUILD.gn
index c9e9ca1ff27fe2607960e21129527c58c40ed0b1..e15770d89ded22e0f3f4a461883f48093eb093cb 100644
--- a/components/webusb/BUILD.gn
+++ b/components/webusb/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("webusb") {
+source_set("webusb") {
sources = [
"webusb_browser_client.h",
"webusb_detector.cc",
@@ -24,9 +24,12 @@ source_set("unit_tests") {
deps = [
":webusb",
+ "//base",
+ "//device/core",
"//device/usb",
"//device/usb:mocks",
"//testing/gmock",
"//testing/gtest",
+ "//url",
]
}
« no previous file with comments | « components/web_resource/BUILD.gn ('k') | third_party/cld_2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698