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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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/device_tests.gyp ('k') | device/nfc/nfc.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 12 matching lines...) Expand all
23 'usb/type_converters.cc', 23 'usb/type_converters.cc',
24 'usb/type_converters.h', 24 'usb/type_converters.h',
25 ], 25 ],
26 'dependencies': [ 26 'dependencies': [
27 'device_usb_mojo_bindings_lib', 27 'device_usb_mojo_bindings_lib',
28 '<(DEPTH)/device/core/core.gyp:device_core', 28 '<(DEPTH)/device/core/core.gyp:device_core',
29 '<(DEPTH)/device/usb/usb.gyp:device_usb', 29 '<(DEPTH)/device/usb/usb.gyp:device_usb',
30 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', 30 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', 31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', 32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters',
33 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 33 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
34 ], 34 ],
35 'export_dependent_settings': [ 35 'export_dependent_settings': [
36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', 37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
38 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 38 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
39 ], 39 ],
40 }, 40 },
41 { 41 {
42 'target_name': 'device_usb_mojo_bindings', 42 'target_name': 'device_usb_mojo_bindings',
43 'type': 'none', 43 'type': 'none',
44 'variables': { 44 'variables': {
45 'mojom_files': [ 45 'mojom_files': [
46 'usb/public/interfaces/device.mojom', 46 'usb/public/interfaces/device.mojom',
47 'usb/public/interfaces/device_manager.mojom', 47 'usb/public/interfaces/device_manager.mojom',
48 'usb/public/interfaces/permission_provider.mojom', 48 'usb/public/interfaces/permission_provider.mojom',
49 ], 49 ],
50 }, 50 },
51 'includes': [ 51 'includes': [
52 '../../third_party/mojo/mojom_bindings_generator_explicit.gypi', 52 '../../mojo/mojom_bindings_generator_explicit.gypi',
53 ], 53 ],
54 }, 54 },
55 { 55 {
56 'target_name': 'device_usb_mojo_bindings_lib', 56 'target_name': 'device_usb_mojo_bindings_lib',
57 'type': 'static_library', 57 'type': 'static_library',
58 'dependencies': [ 58 'dependencies': [
59 'device_usb_mojo_bindings', 59 'device_usb_mojo_bindings',
60 ], 60 ],
61 }, 61 },
62 { 62 {
(...skipping 13 matching lines...) Expand all
76 'sources': [ 76 'sources': [
77 'public/cpp/devices_app_factory.cc', 77 'public/cpp/devices_app_factory.cc',
78 'public/cpp/devices_app_factory.h', 78 'public/cpp/devices_app_factory.h',
79 ], 79 ],
80 'dependencies': [ 80 'dependencies': [
81 'devices_app_lib', 81 'devices_app_lib',
82 ], 82 ],
83 }, 83 },
84 ], 84 ],
85 } 85 }
OLDNEW
« no previous file with comments | « device/device_tests.gyp ('k') | device/nfc/nfc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698