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

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

Issue 698883005: Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « mojo/services/public/interfaces/window_manager2/window_manager2.mojom ('k') | no next file » | 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'mojo_input_events_bindings', 254 'mojo_input_events_bindings',
255 '../../public/mojo_public.gyp:mojo_application_bindings', 255 '../../public/mojo_public.gyp:mojo_application_bindings',
256 '../../public/mojo_public.gyp:mojo_cpp_bindings', 256 '../../public/mojo_public.gyp:mojo_cpp_bindings',
257 ], 257 ],
258 'export_dependent_settings': [ 258 'export_dependent_settings': [
259 'mojo_input_events_bindings', 259 'mojo_input_events_bindings',
260 '../../public/mojo_public.gyp:mojo_application_bindings', 260 '../../public/mojo_public.gyp:mojo_application_bindings',
261 '../../public/mojo_public.gyp:mojo_cpp_bindings', 261 '../../public/mojo_public.gyp:mojo_cpp_bindings',
262 ], 262 ],
263 }, 263 },
264 {
265 # GN version: //mojo/services/public/interfaces/window_manager2
266 'target_name': 'mojo_window_manager2_bindings',
267 'type': 'static_library',
268 'sources': [
269 'interfaces/window_manager2/window_manager2.mojom',
270 ],
271 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
272 'export_dependent_settings': [
273 '../../public/mojo_public.gyp:mojo_cpp_bindings',
274 ],
275 'dependencies': [
276 '../../public/mojo_public.gyp:mojo_cpp_bindings',
277 ],
278 },
279 ], 264 ],
280 } 265 }
OLDNEW
« no previous file with comments | « mojo/services/public/interfaces/window_manager2/window_manager2.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698