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

Side by Side Diff: mojo/mojo_services.gyp

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
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 '../mojo/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 10 matching lines...) Expand all
52 { 52 {
53 'target_name': 'updater_bindings_mojom', 53 'target_name': 'updater_bindings_mojom',
54 'type': 'none', 54 'type': 'none',
55 'variables': { 55 'variables': {
56 'mojom_files': [ 56 'mojom_files': [
57 'services/updater/updater.mojom', 57 'services/updater/updater.mojom',
58 ], 58 ],
59 'mojom_include_path': '<(DEPTH)/mojo/services', 59 'mojom_include_path': '<(DEPTH)/mojo/services',
60 }, 60 },
61 'includes': [ 61 'includes': [
62 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', 62 '../mojo/mojom_bindings_generator_explicit.gypi',
63 ], 63 ],
64 }, 64 },
65 { 65 {
66 # GN version: //mojo/services/updater 66 # GN version: //mojo/services/updater
67 'target_name': 'updater_bindings_lib', 67 'target_name': 'updater_bindings_lib',
68 'type': 'static_library', 68 'type': 'static_library',
69 'dependencies': [ 69 'dependencies': [
70 'updater_bindings_mojom', 70 'updater_bindings_mojom',
71 ], 71 ],
72 }, 72 },
73 ], 73 ],
74 } 74 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698