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

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

Issue 1902263004: Mojo: Change the blink variant from "wtf" to "blink". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « no previous file | mojo/mojo_public.gyp » ('j') | 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 'mojom_files': [ 8 'mojom_files': [
9 'public/interfaces/chooser_service.mojom', 9 'public/interfaces/chooser_service.mojom',
10 'public/interfaces/device.mojom', 10 'public/interfaces/device.mojom',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'sources': [ '<@(mojom_files)' ], 149 'sources': [ '<@(mojom_files)' ],
150 'includes': [ 150 'includes': [
151 '../../mojo/mojom_bindings_generator.gypi', 151 '../../mojo/mojom_bindings_generator.gypi',
152 ], 152 ],
153 }, 153 },
154 { 154 {
155 'target_name': 'device_usb_mojo_bindings_for_blink', 155 'target_name': 'device_usb_mojo_bindings_for_blink',
156 'type': 'static_library', 156 'type': 'static_library',
157 'sources': [ '<@(mojom_files)' ], 157 'sources': [ '<@(mojom_files)' ],
158 'variables': { 158 'variables': {
159 'mojom_variant': 'wtf',
160 'for_blink': 'true', 159 'for_blink': 'true',
161 }, 160 },
162 'includes': [ 161 'includes': [
163 '../../mojo/mojom_bindings_generator.gypi', 162 '../../mojo/mojom_bindings_generator.gypi',
164 ], 163 ],
165 }, 164 },
166 { 165 {
167 'target_name': 'device_usb_mocks', 166 'target_name': 'device_usb_mocks',
168 'type': 'static_library', 167 'type': 'static_library',
169 'include_dirs': [ 168 'include_dirs': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'type': 'none', 217 'type': 'none',
219 'variables': { 218 'variables': {
220 'source_file': 'usb_descriptors.h', 219 'source_file': 'usb_descriptors.h',
221 }, 220 },
222 'includes': [ '../../build/android/java_cpp_enum.gypi' ], 221 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
223 }, 222 },
224 ], 223 ],
225 }], 224 }],
226 ], 225 ],
227 } 226 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698