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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 341953002: Clean up WTH creation (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/examples/browser/browser.cc ('k') | mojo/mojo_services.gypi » ('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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 '../ui/compositor/compositor.gyp:compositor', 243 '../ui/compositor/compositor.gyp:compositor',
244 '../ui/gfx/gfx.gyp:gfx', 244 '../ui/gfx/gfx.gyp:gfx',
245 '../ui/gfx/gfx.gyp:gfx_geometry', 245 '../ui/gfx/gfx.gyp:gfx_geometry',
246 'mojo_application', 246 'mojo_application',
247 'mojo_aura_support', 247 'mojo_aura_support',
248 'mojo_common_lib', 248 'mojo_common_lib',
249 'mojo_environment_chromium', 249 'mojo_environment_chromium',
250 'mojo_geometry_bindings', 250 'mojo_geometry_bindings',
251 'mojo_geometry_lib', 251 'mojo_geometry_lib',
252 'mojo_system_impl', 252 'mojo_system_impl',
253 'mojo_view_manager_bindings', 253 'mojo_view_manager_lib',
254 ], 254 ],
255 'sources': [ 255 'sources': [
256 'examples/aura_demo/aura_demo.cc', 256 'examples/aura_demo/aura_demo.cc',
257 'public/cpp/application/lib/mojo_main_chromium.cc', 257 'public/cpp/application/lib/mojo_main_chromium.cc',
258 ], 258 ],
259 }, 259 },
260 { 260 {
261 'target_name': 'mojo_aura_demo_init', 261 'target_name': 'mojo_aura_demo_init',
262 'type': 'shared_library', 262 'type': 'shared_library',
263 'dependencies': [ 263 'dependencies': [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 ], 441 ],
442 'sources': [ 442 'sources': [
443 'examples/dbus_echo/dbus_echo_app.cc', 443 'examples/dbus_echo/dbus_echo_app.cc',
444 'public/cpp/application/lib/mojo_main_standalone.cc', 444 'public/cpp/application/lib/mojo_main_standalone.cc',
445 ], 445 ],
446 }, 446 },
447 ], 447 ],
448 }], 448 }],
449 ], 449 ],
450 } 450 }
OLDNEW
« no previous file with comments | « mojo/examples/browser/browser.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698