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

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

Issue 2037513002: Convert device_sensors to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@conversion--mime-registry
Patch Set: Created 4 years, 5 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/sensors/public/interfaces/orientation.mojom ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 'mojom_files': [
9 'public/interfaces/light.mojom',
10 'public/interfaces/motion.mojom',
11 'public/interfaces/orientation.mojom',
12 ],
13 },
14 'targets': [
15 {
16 'target_name': 'device_sensors_mojo_bindings',
17 'type': 'static_library',
18 'sources': [ '<@(mojom_files)' ],
19 'includes': [
20 '../../mojo/mojom_bindings_generator.gypi',
21 ],
22 },
23 {
24 'target_name': 'device_sensors_mojo_bindings_for_blink',
25 'type': 'static_library',
26 'sources': [ '<@(mojom_files)' ],
27 'variables': {
28 'for_blink': 'true',
29 },
30 'includes': [
31 '../../mojo/mojom_bindings_generator.gypi',
32 ],
33 },
34 ],
35 }
OLDNEW
« no previous file with comments | « device/sensors/public/interfaces/orientation.mojom ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698