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

Unified Diff: components/components_tests.gyp

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.gyp ('k') | components/webusb.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index ce15fdaca9cfbbac453b1b15b850a4fe91341b11..69057ea74f59fb398a58e586aef863f25a70eb78 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -984,9 +984,6 @@
'webdata_unittest_sources': [
'webdata/common/web_database_migration_unittest.cc',
],
- 'webusb_detector_unittest_sources': [
- 'webusb/webusb_detector_unittest.cc',
- ],
},
'targets': [
{
@@ -1521,7 +1518,6 @@
'sources': [
'<@(feedback_unittest_sources)',
'<@(proximity_auth_unittest_sources)',
- '<@(webusb_detector_unittest_sources)',
],
'sources!': [
'variations/variations_request_scheduler_mobile_unittest.cc',
@@ -1543,7 +1539,6 @@
'components.gyp:pref_registry_test_support',
'components.gyp:proximity_auth',
'components.gyp:proximity_auth_test_support',
- 'components.gyp:webusb',
],
}],
['chromeos==1', {
« no previous file with comments | « components/components.gyp ('k') | components/webusb.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698