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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 383393002: Fix mojo_surfaces_app_bindings deps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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': 'mojo_sample_app', 8 'target_name': 'mojo_sample_app',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'dependencies': [ 10 'dependencies': [
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'type': 'static_library', 303 'type': 'static_library',
304 'sources': [ 304 'sources': [
305 'examples/surfaces_app/child.mojom', 305 'examples/surfaces_app/child.mojom',
306 ], 306 ],
307 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 307 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
308 'export_dependent_settings': [ 308 'export_dependent_settings': [
309 'mojo_cpp_bindings', 309 'mojo_cpp_bindings',
310 ], 310 ],
311 'dependencies': [ 311 'dependencies': [
312 'mojo_cpp_bindings', 312 'mojo_cpp_bindings',
313 'mojo_geometry_bindings',
314 'mojo_surfaces_bindings',
313 ], 315 ],
314 }, 316 },
315 { 317 {
316 'target_name': 'package_mojo_surfaces_app', 318 'target_name': 'package_mojo_surfaces_app',
317 'variables': { 319 'variables': {
318 'app_name': 'mojo_surfaces_app', 320 'app_name': 'mojo_surfaces_app',
319 }, 321 },
320 'includes': [ 'build/package_app.gypi' ], 322 'includes': [ 'build/package_app.gypi' ],
321 }, 323 },
322 { 324 {
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 ], 656 ],
655 'sources': [ 657 'sources': [
656 'examples/dbus_echo/dbus_echo_app.cc', 658 'examples/dbus_echo/dbus_echo_app.cc',
657 'public/cpp/application/lib/mojo_main_standalone.cc', 659 'public/cpp/application/lib/mojo_main_standalone.cc',
658 ], 660 ],
659 }, 661 },
660 ], 662 ],
661 }], 663 }],
662 ], 664 ],
663 } 665 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698