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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 607233002: Nukes NativeViewportClient::OnCreated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 6 years, 2 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
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 # GN version: //mojo/examples/echo:client 8 # GN version: //mojo/examples/echo:client
9 'target_name': 'mojo_echo_client', 9 'target_name': 'mojo_echo_client',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'variables': { 61 'variables': {
62 'app_name': 'mojo_echo_service', 62 'app_name': 'mojo_echo_service',
63 }, 63 },
64 'includes': [ 'build/package_app.gypi' ], 64 'includes': [ 'build/package_app.gypi' ],
65 }, 65 },
66 { 66 {
67 # GN version: //mojo/examples/sample_app 67 # GN version: //mojo/examples/sample_app
68 'target_name': 'mojo_sample_app', 68 'target_name': 'mojo_sample_app',
69 'type': 'loadable_module', 69 'type': 'loadable_module',
70 'dependencies': [ 70 'dependencies': [
71 '../base/base.gyp:base',
71 'mojo_base.gyp:mojo_application_standalone', 72 'mojo_base.gyp:mojo_application_standalone',
72 'mojo_base.gyp:mojo_cpp_bindings', 73 'mojo_base.gyp:mojo_cpp_bindings',
73 'mojo_base.gyp:mojo_utility', 74 'mojo_base.gyp:mojo_utility',
74 'mojo_geometry_bindings', 75 'mojo_geometry_bindings',
75 'mojo_gpu_bindings', 76 'mojo_gpu_bindings',
76 'mojo_native_viewport_bindings', 77 'mojo_native_viewport_bindings',
77 '<(mojo_system_for_loadable_module)', 78 '<(mojo_system_for_loadable_module)',
78 ], 79 ],
79 'includes': [ 80 'includes': [
80 'mojo_public_gles2_for_loadable_module.gypi', 81 'mojo_public_gles2_for_loadable_module.gypi',
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 ], 897 ],
897 'sources': [ 898 'sources': [
898 'examples/dbus_echo/dbus_echo_service.cc', 899 'examples/dbus_echo/dbus_echo_service.cc',
899 ], 900 ],
900 }, 901 },
901 ], 902 ],
902 903
903 }], 904 }],
904 ], 905 ],
905 } 906 }
OLDNEW
« no previous file with comments | « mojo/examples/surfaces_app/surfaces_app.cc ('k') | mojo/services/native_viewport/native_viewport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698