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

Unified Diff: components/webusb/BUILD.gn

Issue 2146663002: Move //components/webusb/ to //chrome/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged web_usb_browser_client.* to web_usb_detector.* Created 4 years, 5 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/webusb.gypi ('k') | components/webusb/DEPS » ('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
deleted file mode 100644
index 44afe3d2fe3caf774908f8d5a97b589da51e3cbb..0000000000000000000000000000000000000000
--- a/components/webusb/BUILD.gn
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-source_set("webusb") {
- sources = [
- "webusb_browser_client.h",
- "webusb_detector.cc",
- "webusb_detector.h",
- ]
-
- public_deps = [
- "//base",
- "//device/usb",
- ]
- deps = [
- "//device/core",
- ]
-}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "webusb_detector_unittest.cc",
- ]
-
- deps = [
- ":webusb",
- "//base",
- "//device/core",
- "//device/core:mocks",
- "//device/usb",
- "//device/usb:test_support",
- "//testing/gmock",
- "//testing/gtest",
- "//url",
- ]
-}
« no previous file with comments | « components/webusb.gypi ('k') | components/webusb/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698