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

Unified Diff: device/usb/BUILD.gn

Issue 1642493005: Remove net/base/io_buffer.h include from usb_device_handle.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « chrome/browser/devtools/device/usb/usb_device_provider.cc ('k') | device/usb/mock_usb_device_handle.h » ('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 6adc36f4f58b10c2ba508e16687749256edf357f..0d3795bf291acf8e802ca5c58a0a7fb61eec4d0a 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -99,6 +99,7 @@ source_set("mocks") {
deps = [
":usb",
"//base",
+ "//net",
]
public_deps = [
« no previous file with comments | « chrome/browser/devtools/device/usb/usb_device_provider.cc ('k') | device/usb/mock_usb_device_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698