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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 assert(!is_ios) 7 assert(!is_ios)
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") # For generate_jni(). 10 import("//build/config/android/rules.gni") # For generate_jni().
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "mock_usb_device.h", 92 "mock_usb_device.h",
93 "mock_usb_device_handle.cc", 93 "mock_usb_device_handle.cc",
94 "mock_usb_device_handle.h", 94 "mock_usb_device_handle.h",
95 "mock_usb_service.cc", 95 "mock_usb_service.cc",
96 "mock_usb_service.h", 96 "mock_usb_service.h",
97 ] 97 ]
98 98
99 deps = [ 99 deps = [
100 ":usb", 100 ":usb",
101 "//base", 101 "//base",
102 "//net",
102 ] 103 ]
103 104
104 public_deps = [ 105 public_deps = [
105 "//testing/gmock", 106 "//testing/gmock",
106 ] 107 ]
107 } 108 }
108 109
109 action("usb_device_ids") { 110 action("usb_device_ids") {
110 script = "//device/usb/tools/usb_ids.py" 111 script = "//device/usb/tools/usb_ids.py"
111 inputs = [ 112 inputs = [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 } 147 }
147 148
148 android_library("java") { 149 android_library("java") {
149 java_files = java_sources_needing_jni 150 java_files = java_sources_needing_jni
150 deps = [ 151 deps = [
151 "//base:base_java", 152 "//base:base_java",
152 ] 153 ]
153 srcjar_deps = [ ":usb_descriptors_javagen" ] 154 srcjar_deps = [ ":usb_descriptors_javagen" ]
154 } 155 }
155 } 156 }
OLDNEW
« 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