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

Side by Side Diff: mojo/mojo_services.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 | « mojo/mojo_public_utility_unittests.isolate ('k') | mojo/mojo_shell.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'network_service_bindings_mojom', 8 'target_name': 'network_service_bindings_mojom',
9 'type': 'none', 9 'type': 'none',
10 'variables': { 10 'variables': {
(...skipping 10 matching lines...) Expand all
21 'services/network/public/interfaces/tcp_server_socket.mojom', 21 'services/network/public/interfaces/tcp_server_socket.mojom',
22 'services/network/public/interfaces/udp_socket.mojom', 22 'services/network/public/interfaces/udp_socket.mojom',
23 'services/network/public/interfaces/url_loader.mojom', 23 'services/network/public/interfaces/url_loader.mojom',
24 'services/network/public/interfaces/url_loader_factory.mojom', 24 'services/network/public/interfaces/url_loader_factory.mojom',
25 'services/network/public/interfaces/web_socket.mojom', 25 'services/network/public/interfaces/web_socket.mojom',
26 'services/network/public/interfaces/web_socket_factory.mojom', 26 'services/network/public/interfaces/web_socket_factory.mojom',
27 ], 27 ],
28 'mojom_include_path': '<(DEPTH)/mojo/services', 28 'mojom_include_path': '<(DEPTH)/mojo/services',
29 }, 29 },
30 'includes': [ 30 'includes': [
31 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', 31 'mojom_bindings_generator_explicit.gypi',
32 ], 32 ],
33 }, 33 },
34 { 34 {
35 # GN version: //mojo/services/network/public/interfaces 35 # GN version: //mojo/services/network/public/interfaces
36 'target_name': 'network_service_bindings_lib', 36 'target_name': 'network_service_bindings_lib',
37 'type': 'static_library', 37 'type': 'static_library',
38 'dependencies': [ 38 'dependencies': [
39 'network_service_bindings_mojom', 39 'network_service_bindings_mojom',
40 ], 40 ],
41 }, 41 },
(...skipping 22 matching lines...) Expand all
64 { 64 {
65 'target_name': 'updater_bindings_mojom', 65 'target_name': 'updater_bindings_mojom',
66 'type': 'none', 66 'type': 'none',
67 'variables': { 67 'variables': {
68 'mojom_files': [ 68 'mojom_files': [
69 'services/updater/updater.mojom', 69 'services/updater/updater.mojom',
70 ], 70 ],
71 'mojom_include_path': '<(DEPTH)/mojo/services', 71 'mojom_include_path': '<(DEPTH)/mojo/services',
72 }, 72 },
73 'includes': [ 73 'includes': [
74 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', 74 'mojom_bindings_generator_explicit.gypi',
75 ], 75 ],
76 }, 76 },
77 { 77 {
78 # GN version: //mojo/services/updater 78 # GN version: //mojo/services/updater
79 'target_name': 'updater_bindings_lib', 79 'target_name': 'updater_bindings_lib',
80 'type': 'static_library', 80 'type': 'static_library',
81 'dependencies': [ 81 'dependencies': [
82 'updater_bindings_mojom', 82 'updater_bindings_mojom',
83 ], 83 ],
84 }, 84 },
85 ], 85 ],
86 } 86 }
OLDNEW
« no previous file with comments | « mojo/mojo_public_utility_unittests.isolate ('k') | mojo/mojo_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698