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

Unified Diff: components/webusb.gypi

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/components_tests.gyp ('k') | components/webusb/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webusb.gypi
diff --git a/components/webusb.gypi b/components/webusb.gypi
deleted file mode 100644
index caf6c92064a30929a404fc9ec155e23d9be113f5..0000000000000000000000000000000000000000
--- a/components/webusb.gypi
+++ /dev/null
@@ -1,25 +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.
-
-{
- 'targets': [
- {
- 'target_name': 'webusb',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../device/core/core.gyp:device_core',
- '../device/usb/usb.gyp:device_usb',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'webusb/webusb_browser_client.h',
- 'webusb/webusb_detector.cc',
- 'webusb/webusb_detector.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/components_tests.gyp ('k') | components/webusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698