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

Side by Side Diff: device/usb/usb.gyp

Issue 1742753002: Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated usb_chooser_bubble_controller.cc/h Created 4 years, 9 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'dependencies': [ 119 'dependencies': [
120 '../../chromeos/chromeos.gyp:chromeos', 120 '../../chromeos/chromeos.gyp:chromeos',
121 ], 121 ],
122 }], 122 }],
123 ] 123 ]
124 }, 124 },
125 { 125 {
126 'target_name': 'device_usb_mojo_bindings', 126 'target_name': 'device_usb_mojo_bindings',
127 'type': 'static_library', 127 'type': 'static_library',
128 'sources': [ 128 'sources': [
129 'public/interfaces/chooser_service.mojom',
129 'public/interfaces/device.mojom', 130 'public/interfaces/device.mojom',
130 'public/interfaces/device_manager.mojom', 131 'public/interfaces/device_manager.mojom',
131 'public/interfaces/permission_provider.mojom', 132 'public/interfaces/permission_provider.mojom',
132 ], 133 ],
133 'includes': [ 134 'includes': [
134 '../../mojo/mojom_bindings_generator.gypi', 135 '../../mojo/mojom_bindings_generator.gypi',
135 ], 136 ],
136 }, 137 },
137 { 138 {
138 'target_name': 'device_usb_mocks', 139 'target_name': 'device_usb_mocks',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'type': 'none', 190 'type': 'none',
190 'variables': { 191 'variables': {
191 'source_file': 'usb_descriptors.h', 192 'source_file': 'usb_descriptors.h',
192 }, 193 },
193 'includes': [ '../../build/android/java_cpp_enum.gypi' ], 194 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
194 }, 195 },
195 ], 196 ],
196 }], 197 }],
197 ], 198 ],
198 } 199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698