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

Side by Side Diff: mojo/services/public/mojo_services_public.gyp

Issue 793243002: Restructure public side of content_handler service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 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 'includes': [ 6 'includes': [
7 '../../mojo_variables.gypi', 7 '../../mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 128 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
129 'export_dependent_settings': [ 129 'export_dependent_settings': [
130 '../../public/mojo_public.gyp:mojo_cpp_bindings', 130 '../../public/mojo_public.gyp:mojo_cpp_bindings',
131 ], 131 ],
132 'dependencies': [ 132 'dependencies': [
133 'mojo_network_bindings', 133 'mojo_network_bindings',
134 '../../public/mojo_public.gyp:mojo_cpp_bindings', 134 '../../public/mojo_public.gyp:mojo_cpp_bindings',
135 ], 135 ],
136 }, 136 },
137 { 137 {
138 # GN version: //mojo/services/public/interfaces/content_handler 138 # GN version: //mojo/services/content_handler/public/interfaces
139 'target_name': 'mojo_content_handler_bindings', 139 'target_name': 'mojo_content_handler_bindings',
140 'type': 'static_library', 140 'type': 'static_library',
141 'sources': [ 141 'sources': [
142 'interfaces/content_handler/content_handler.mojom', 142 '../content_handler/public/interfaces/content_handler.mojom',
143 ], 143 ],
144 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 144 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
145 'export_dependent_settings': [ 145 'export_dependent_settings': [
146 '../../public/mojo_public.gyp:mojo_cpp_bindings', 146 '../../public/mojo_public.gyp:mojo_cpp_bindings',
147 ], 147 ],
148 'dependencies': [ 148 'dependencies': [
149 'mojo_network_bindings', 149 'mojo_network_bindings',
150 '../../public/mojo_public.gyp:mojo_application_bindings', 150 '../../public/mojo_public.gyp:mojo_application_bindings',
151 '../../public/mojo_public.gyp:mojo_cpp_bindings', 151 '../../public/mojo_public.gyp:mojo_cpp_bindings',
152 ], 152 ],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 '../../public/mojo_public.gyp:mojo_cpp_bindings', 258 '../../public/mojo_public.gyp:mojo_cpp_bindings',
259 ], 259 ],
260 'export_dependent_settings': [ 260 'export_dependent_settings': [
261 'mojo_input_events_bindings', 261 'mojo_input_events_bindings',
262 '../../public/mojo_public.gyp:mojo_application_bindings', 262 '../../public/mojo_public.gyp:mojo_application_bindings',
263 '../../public/mojo_public.gyp:mojo_cpp_bindings', 263 '../../public/mojo_public.gyp:mojo_cpp_bindings',
264 ], 264 ],
265 }, 265 },
266 ], 266 ],
267 } 267 }
OLDNEW
« no previous file with comments | « mojo/services/public/interfaces/content_handler/content_handler.mojom ('k') | mojo/tools/roll/rev_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698