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

Side by Side Diff: mojo/mojo_services_public.gyp

Issue 830593003: Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cherry-pick mojo 9d3b8dd17f12d20035a14737fdc38dd926890ff8 Created 5 years, 11 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/edk/test/multiprocess_test_helper.cc ('k') | mojo/mojom_bindings_generator_variables.gypi » ('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 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'target_name': 'mojo_view_manager_bindings', 188 'target_name': 'mojo_view_manager_bindings',
189 'type': 'static_library', 189 'type': 'static_library',
190 'sources': [ 190 'sources': [
191 'services/view_manager/public/interfaces/view_manager.mojom', 191 'services/view_manager/public/interfaces/view_manager.mojom',
192 'services/view_manager/public/interfaces/view_manager_constants.mojom', 192 'services/view_manager/public/interfaces/view_manager_constants.mojom',
193 ], 193 ],
194 'includes': [ 'mojom_bindings_generator.gypi' ], 194 'includes': [ 'mojom_bindings_generator.gypi' ],
195 'dependencies': [ 195 'dependencies': [
196 'mojo_geometry_bindings', 196 'mojo_geometry_bindings',
197 'mojo_input_events_bindings', 197 'mojo_input_events_bindings',
198 'mojo_native_viewport_bindings',
198 'mojo_public.gyp:mojo_application_bindings', 199 'mojo_public.gyp:mojo_application_bindings',
199 'mojo_public.gyp:mojo_cpp_bindings', 200 'mojo_public.gyp:mojo_cpp_bindings',
200 'mojo_surface_id_bindings', 201 'mojo_surface_id_bindings',
201 ], 202 ],
202 'export_dependent_settings': [ 203 'export_dependent_settings': [
203 'mojo_geometry_bindings', 204 'mojo_geometry_bindings',
204 'mojo_input_events_bindings', 205 'mojo_input_events_bindings',
206 'mojo_native_viewport_bindings',
205 'mojo_public.gyp:mojo_application_bindings', 207 'mojo_public.gyp:mojo_application_bindings',
206 'mojo_public.gyp:mojo_cpp_bindings', 208 'mojo_public.gyp:mojo_cpp_bindings',
207 'mojo_surface_id_bindings', 209 'mojo_surface_id_bindings',
208 ], 210 ],
209 }, 211 },
210 { 212 {
211 # GN version: //mojo/services/surfaces/public/interfaces 213 # GN version: //mojo/services/surfaces/public/interfaces
212 'target_name': 'mojo_surfaces_bindings', 214 'target_name': 'mojo_surfaces_bindings',
213 'type': 'static_library', 215 'type': 'static_library',
214 'sources': [ 216 'sources': [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'mojo_public.gyp:mojo_cpp_bindings', 260 'mojo_public.gyp:mojo_cpp_bindings',
259 ], 261 ],
260 'export_dependent_settings': [ 262 'export_dependent_settings': [
261 'mojo_input_events_bindings', 263 'mojo_input_events_bindings',
262 'mojo_public.gyp:mojo_application_bindings', 264 'mojo_public.gyp:mojo_application_bindings',
263 'mojo_public.gyp:mojo_cpp_bindings', 265 'mojo_public.gyp:mojo_cpp_bindings',
264 ], 266 ],
265 }, 267 },
266 ], 268 ],
267 } 269 }
OLDNEW
« no previous file with comments | « mojo/edk/test/multiprocess_test_helper.cc ('k') | mojo/mojom_bindings_generator_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698