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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 331323007: Eliminate Launchable. Use Navigator instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 '../skia/skia.gyp:skia',
99 'mojo_application', 99 'mojo_application',
100 'mojo_cpp_bindings', 100 'mojo_cpp_bindings',
101 'mojo_environment_chromium', 101 'mojo_environment_chromium',
102 'mojo_navigation_bindings',
102 'mojo_network_bindings', 103 'mojo_network_bindings',
103 'mojo_launcher_bindings', 104 'mojo_launcher_bindings',
104 'mojo_system_impl', 105 'mojo_system_impl',
105 'mojo_utility', 106 'mojo_utility',
106 'mojo_view_manager_lib', 107 'mojo_view_manager_lib',
107 ], 108 ],
108 'sources': [ 109 'sources': [
109 'examples/html_viewer/html_viewer.cc', 110 'examples/html_viewer/html_viewer.cc',
110 'public/cpp/application/lib/mojo_main_chromium.cc', 111 'public/cpp/application/lib/mojo_main_chromium.cc',
111 ], 112 ],
112 }, 113 },
113 { 114 {
114 'target_name': 'mojo_image_viewer', 115 'target_name': 'mojo_image_viewer',
115 'type': 'shared_library', 116 'type': 'shared_library',
116 'dependencies': [ 117 'dependencies': [
117 '../skia/skia.gyp:skia', 118 '../skia/skia.gyp:skia',
118 '../ui/gfx/gfx.gyp:gfx', 119 '../ui/gfx/gfx.gyp:gfx',
119 'mojo_application', 120 'mojo_application',
120 'mojo_cpp_bindings', 121 'mojo_cpp_bindings',
121 'mojo_environment_chromium', 122 'mojo_environment_chromium',
123 'mojo_navigation_bindings',
122 'mojo_network_bindings', 124 'mojo_network_bindings',
123 'mojo_launcher_bindings', 125 'mojo_launcher_bindings',
124 'mojo_system_impl', 126 'mojo_system_impl',
125 'mojo_utility', 127 'mojo_utility',
126 'mojo_view_manager_lib', 128 'mojo_view_manager_lib',
127 ], 129 ],
128 'sources': [ 130 'sources': [
129 'examples/image_viewer/image_viewer.cc', 131 'examples/image_viewer/image_viewer.cc',
130 'public/cpp/application/lib/mojo_main_chromium.cc', 132 'public/cpp/application/lib/mojo_main_chromium.cc',
131 ], 133 ],
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 '../ui/views/views.gyp:views', 290 '../ui/views/views.gyp:views',
289 '../url/url.gyp:url_lib', 291 '../url/url.gyp:url_lib',
290 'mojo_application', 292 'mojo_application',
291 'mojo_aura_support', 293 'mojo_aura_support',
292 'mojo_common_lib', 294 'mojo_common_lib',
293 'mojo_environment_chromium', 295 'mojo_environment_chromium',
294 'mojo_geometry_bindings', 296 'mojo_geometry_bindings',
295 'mojo_geometry_lib', 297 'mojo_geometry_lib',
296 'mojo_input_events_lib', 298 'mojo_input_events_lib',
297 'mojo_launcher_bindings', 299 'mojo_launcher_bindings',
300 'mojo_navigation_bindings',
298 'mojo_system_impl', 301 'mojo_system_impl',
299 'mojo_views_support', 302 'mojo_views_support',
300 'mojo_view_manager_bindings', 303 'mojo_view_manager_bindings',
301 'mojo_view_manager_lib', 304 'mojo_view_manager_lib',
302 ], 305 ],
303 'sources': [ 306 'sources': [
304 'examples/browser/browser.cc', 307 'examples/browser/browser.cc',
305 'public/cpp/application/lib/mojo_main_chromium.cc', 308 'public/cpp/application/lib/mojo_main_chromium.cc',
306 ], 309 ],
307 }, 310 },
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 ], 441 ],
439 'sources': [ 442 'sources': [
440 'examples/dbus_echo/dbus_echo_app.cc', 443 'examples/dbus_echo/dbus_echo_app.cc',
441 'public/cpp/application/lib/mojo_main_standalone.cc', 444 'public/cpp/application/lib/mojo_main_standalone.cc',
442 ], 445 ],
443 }, 446 },
444 ], 447 ],
445 }], 448 }],
446 ], 449 ],
447 } 450 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698