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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 311373005: Nesting (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/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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'mojo_view_manager_lib', 316 'mojo_view_manager_lib',
317 'mojo_window_manager_bindings', 317 'mojo_window_manager_bindings',
318 'mojo_system_impl', 318 'mojo_system_impl',
319 'mojo_utility', 319 'mojo_utility',
320 ], 320 ],
321 'sources': [ 321 'sources': [
322 'examples/embedded_app/embedded_app.cc', 322 'examples/embedded_app/embedded_app.cc',
323 'public/cpp/application/lib/mojo_main_chromium.cc', 323 'public/cpp/application/lib/mojo_main_chromium.cc',
324 ], 324 ],
325 }, 325 },
326 {
327 'target_name': 'mojo_nesting_app',
328 'type': 'shared_library',
329 'dependencies': [
330 '../base/base.gyp:base',
331 '../ui/gfx/gfx.gyp:gfx_geometry',
332 '../ui/gl/gl.gyp:gl',
333 'mojo_application',
334 'mojo_cpp_bindings',
335 'mojo_environment_chromium',
336 'mojo_geometry_bindings',
337 'mojo_gles2',
338 'mojo_view_manager_lib',
339 'mojo_window_manager_bindings',
340 'mojo_system_impl',
341 'mojo_utility',
342 ],
343 'sources': [
344 'examples/nesting_app/nesting_app.cc',
345 'public/cpp/application/lib/mojo_main_chromium.cc',
346 ],
347 },
326 ], 348 ],
327 }], 349 }],
328 ['OS=="linux"', { 350 ['OS=="linux"', {
329 'targets': [ 351 'targets': [
330 { 352 {
331 'target_name': 'mojo_dbus_echo', 353 'target_name': 'mojo_dbus_echo',
332 'type': 'shared_library', 354 'type': 'shared_library',
333 'dependencies': [ 355 'dependencies': [
334 '../base/base.gyp:base', 356 '../base/base.gyp:base',
335 'mojo_application', 357 'mojo_application',
336 'mojo_cpp_bindings', 358 'mojo_cpp_bindings',
337 'mojo_environment_standalone', 359 'mojo_environment_standalone',
338 'mojo_echo_bindings', 360 'mojo_echo_bindings',
339 'mojo_system', 361 'mojo_system',
340 'mojo_utility', 362 'mojo_utility',
341 ], 363 ],
342 'sources': [ 364 'sources': [
343 'examples/dbus_echo/dbus_echo_app.cc', 365 'examples/dbus_echo/dbus_echo_app.cc',
344 'public/cpp/application/lib/mojo_main_standalone.cc', 366 'public/cpp/application/lib/mojo_main_standalone.cc',
345 ], 367 ],
346 }, 368 },
347 ], 369 ],
348 }], 370 }],
349 ], 371 ],
350 } 372 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698