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

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: rebase 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
« no previous file with comments | « device/usb/public/interfaces/chooser_service.mojom ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'dependencies': [ 121 'dependencies': [
122 '../../chromeos/chromeos.gyp:chromeos', 122 '../../chromeos/chromeos.gyp:chromeos',
123 ], 123 ],
124 }], 124 }],
125 ] 125 ]
126 }, 126 },
127 { 127 {
128 'target_name': 'device_usb_mojo_bindings', 128 'target_name': 'device_usb_mojo_bindings',
129 'type': 'static_library', 129 'type': 'static_library',
130 'sources': [ 130 'sources': [
131 'public/interfaces/chooser_service.mojom',
131 'public/interfaces/device.mojom', 132 'public/interfaces/device.mojom',
132 'public/interfaces/device_manager.mojom', 133 'public/interfaces/device_manager.mojom',
133 ], 134 ],
134 'includes': [ 135 'includes': [
135 '../../mojo/mojom_bindings_generator.gypi', 136 '../../mojo/mojom_bindings_generator.gypi',
136 ], 137 ],
137 }, 138 },
138 { 139 {
139 'target_name': 'device_usb_mocks', 140 'target_name': 'device_usb_mocks',
140 'type': 'static_library', 141 'type': 'static_library',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'type': 'none', 191 'type': 'none',
191 'variables': { 192 'variables': {
192 'source_file': 'usb_descriptors.h', 193 'source_file': 'usb_descriptors.h',
193 }, 194 },
194 'includes': [ '../../build/android/java_cpp_enum.gypi' ], 195 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
195 }, 196 },
196 ], 197 ],
197 }], 198 }],
198 ], 199 ],
199 } 200 }
OLDNEW
« no previous file with comments | « device/usb/public/interfaces/chooser_service.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698