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

Unified Diff: mojo/mojo_examples.gypi

Issue 120503003: run aura_demo as a mojo app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/native_viewport/native_viewport_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index bcd33c3e607f84012894feebcf24cfc198902b1e..44a0a90b3e304de3bfe8f045f44d49cf878304ec 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -97,4 +97,54 @@
],
},
],
+ 'conditions': [
+ ['use_aura==1', {
+ 'targets': [
+ {
+ 'target_name': 'mojo_aura_demo',
+ 'type': 'shared_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../cc/cc.gyp:cc',
+ '../gpu/gpu.gyp:gles2_c_lib',
+ '../gpu/gpu.gyp:gles2_implementation',
+ '../skia/skia.gyp:skia',
+ '../ui/aura/aura.gyp:aura',
+ '../ui/compositor/compositor.gyp:compositor',
+ '../ui/events/events.gyp:events',
+ '../ui/events/events.gyp:events_base',
+ '../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
+ '../ui/gl/gl.gyp:gl',
+ '../ui/ui.gyp:ui',
+ '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
+ 'mojo_common_lib',
+ 'mojo_gles2',
+ 'mojo_gles2_bindings',
+ 'mojo_native_viewport_bindings',
+ 'mojo_shell_bindings',
+ 'mojo_system',
+ ],
+ 'sources': [
+ 'examples/aura_demo/aura_demo.cc',
+ 'examples/aura_demo/demo_context_factory.cc',
+ 'examples/aura_demo/demo_context_factory.h',
+ 'examples/aura_demo/demo_screen.cc',
+ 'examples/aura_demo/demo_screen.h',
+ 'examples/aura_demo/root_window_host_mojo.cc',
+ 'examples/aura_demo/root_window_host_mojo.h',
+ 'examples/compositor_app/gles2_client_impl.cc',
+ 'examples/compositor_app/gles2_client_impl.cc',
+ ],
+ },
+ {
+ 'target_name': 'package_mojo_aura_demo',
+ 'variables': {
+ 'app_name': 'mojo_aura_demo',
+ },
+ 'includes': [ 'build/package_app.gypi' ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/native_viewport/native_viewport_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698