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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 331563003: Launching + Views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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/mojo.gyp ('k') | mojo/services/launcher/launcher.cc » ('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_sample_app', 8 'target_name': 'mojo_sample_app',
9 'type': 'shared_library', 9 'type': 'shared_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'target_name': 'package_mojo_wget', 88 'target_name': 'package_mojo_wget',
89 'variables': { 89 'variables': {
90 'app_name': 'mojo_wget', 90 'app_name': 'mojo_wget',
91 }, 91 },
92 'includes': [ 'build/package_app.gypi' ], 92 'includes': [ 'build/package_app.gypi' ],
93 }, 93 },
94 { 94 {
95 'target_name': 'mojo_html_viewer', 95 'target_name': 'mojo_html_viewer',
96 'type': 'shared_library', 96 'type': 'shared_library',
97 'dependencies': [ 97 'dependencies': [
98 '../skia/skia.gyp:skia',
98 'mojo_application', 99 'mojo_application',
99 'mojo_cpp_bindings', 100 'mojo_cpp_bindings',
100 'mojo_environment_standalone', 101 'mojo_environment_chromium',
101 'mojo_network_bindings', 102 'mojo_network_bindings',
102 'mojo_launcher_bindings', 103 'mojo_launcher_bindings',
103 'mojo_system', 104 'mojo_system_impl',
104 'mojo_utility', 105 'mojo_utility',
106 'mojo_view_manager_lib',
105 ], 107 ],
106 'sources': [ 108 'sources': [
107 'examples/html_viewer/html_viewer.cc', 109 'examples/html_viewer/html_viewer.cc',
108 'public/cpp/application/lib/mojo_main_standalone.cc', 110 'public/cpp/application/lib/mojo_main_chromium.cc',
109 ], 111 ],
110 }, 112 },
111 { 113 {
114 'target_name': 'mojo_image_viewer',
115 'type': 'shared_library',
116 'dependencies': [
117 '../skia/skia.gyp:skia',
118 '../ui/gfx/gfx.gyp:gfx',
119 'mojo_application',
120 'mojo_cpp_bindings',
121 'mojo_environment_chromium',
122 'mojo_network_bindings',
123 'mojo_launcher_bindings',
124 'mojo_system_impl',
125 'mojo_utility',
126 'mojo_view_manager_lib',
127 ],
128 'sources': [
129 'examples/image_viewer/image_viewer.cc',
130 'public/cpp/application/lib/mojo_main_chromium.cc',
131 ],
132 },
133 {
112 'target_name': 'mojo_pepper_container_app', 134 'target_name': 'mojo_pepper_container_app',
113 'type': 'shared_library', 135 'type': 'shared_library',
114 'dependencies': [ 136 'dependencies': [
115 '../base/base.gyp:base', 137 '../base/base.gyp:base',
116 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 138 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
117 '../gpu/gpu.gyp:command_buffer_common', 139 '../gpu/gpu.gyp:command_buffer_common',
118 '../ppapi/ppapi.gyp:ppapi_c', 140 '../ppapi/ppapi.gyp:ppapi_c',
119 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', 141 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube',
120 '../ui/events/events.gyp:events_base', 142 '../ui/events/events.gyp:events_base',
121 'mojo_application', 143 'mojo_application',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 ], 438 ],
417 'sources': [ 439 'sources': [
418 'examples/dbus_echo/dbus_echo_app.cc', 440 'examples/dbus_echo/dbus_echo_app.cc',
419 'public/cpp/application/lib/mojo_main_standalone.cc', 441 'public/cpp/application/lib/mojo_main_standalone.cc',
420 ], 442 ],
421 }, 443 },
422 ], 444 ],
423 }], 445 }],
424 ], 446 ],
425 } 447 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/launcher/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698