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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 428413002: Make async waiter explicit MojoGLES2CreateContext param (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « mojo/gles2/gles2_impl.cc ('k') | mojo/public/c/gles2/gles2.h » ('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 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_echo_client', 8 'target_name': 'mojo_echo_client',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'dependencies': [ 10 'dependencies': [
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'mojo_base.gyp:mojo_application_chromium', 372 'mojo_base.gyp:mojo_application_chromium',
373 'mojo_base.gyp:mojo_common_lib', 373 'mojo_base.gyp:mojo_common_lib',
374 'mojo_base.gyp:mojo_environment_chromium', 374 'mojo_base.gyp:mojo_environment_chromium',
375 'mojo_base.gyp:mojo_system_impl', 375 'mojo_base.gyp:mojo_system_impl',
376 'mojo_geometry_bindings', 376 'mojo_geometry_bindings',
377 'mojo_geometry_lib', 377 'mojo_geometry_lib',
378 'mojo_native_viewport_bindings', 378 'mojo_native_viewport_bindings',
379 'mojo_surfaces_bindings', 379 'mojo_surfaces_bindings',
380 'mojo_surfaces_app_bindings', 380 'mojo_surfaces_app_bindings',
381 'mojo_surfaces_lib', 381 'mojo_surfaces_lib',
382 '<(mojo_gles2_for_loadable_module)',
383 '<(mojo_system_for_loadable_module)', 382 '<(mojo_system_for_loadable_module)',
384 ], 383 ],
385 'sources': [ 384 'sources': [
386 'examples/surfaces_app/embedder.cc', 385 'examples/surfaces_app/embedder.cc',
387 'examples/surfaces_app/embedder.h', 386 'examples/surfaces_app/embedder.h',
388 'examples/surfaces_app/surfaces_app.cc', 387 'examples/surfaces_app/surfaces_app.cc',
389 'examples/surfaces_app/surfaces_util.cc', 388 'examples/surfaces_app/surfaces_util.cc',
390 'examples/surfaces_app/surfaces_util.h', 389 'examples/surfaces_app/surfaces_util.h',
391 'public/cpp/application/lib/mojo_main_chromium.cc', 390 'public/cpp/application/lib/mojo_main_chromium.cc',
392 ], 391 ],
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 ], 844 ],
846 'sources': [ 845 'sources': [
847 'examples/dbus_echo/dbus_echo_app.cc', 846 'examples/dbus_echo/dbus_echo_app.cc',
848 'public/cpp/application/lib/mojo_main_standalone.cc', 847 'public/cpp/application/lib/mojo_main_standalone.cc',
849 ], 848 ],
850 }, 849 },
851 ], 850 ],
852 }], 851 }],
853 ], 852 ],
854 } 853 }
OLDNEW
« no previous file with comments | « mojo/gles2/gles2_impl.cc ('k') | mojo/public/c/gles2/gles2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698