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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 134253004: Mojo: AsyncWaiter and mojo/public/environment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing files 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/mojo_apps.gypi ('k') | mojo/mojo_public.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': [
11 '../gpu/gpu.gyp:gles2_c_lib', 11 '../gpu/gpu.gyp:gles2_c_lib',
12 '../ui/gfx/gfx.gyp:gfx', 12 '../ui/gfx/gfx.gyp:gfx',
13 '../ui/gfx/gfx.gyp:gfx_geometry', 13 '../ui/gfx/gfx.gyp:gfx_geometry',
14 '../ui/gl/gl.gyp:gl', 14 '../ui/gl/gl.gyp:gl',
15 'mojo_environment_chromium',
piman 2014/01/14 23:44:20 This should have been mojo_environment_standalone.
15 'mojo_gles2', 16 'mojo_gles2',
16 'mojo_gles2_bindings', 17 'mojo_gles2_bindings',
17 'mojo_native_viewport_bindings', 18 'mojo_native_viewport_bindings',
18 'mojo_shell_bindings', 19 'mojo_shell_bindings',
19 'mojo_system', 20 'mojo_system',
20 'mojo_utility', 21 'mojo_utility',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 'examples/sample_app/gles2_client_impl.cc', 24 'examples/sample_app/gles2_client_impl.cc',
24 'examples/sample_app/gles2_client_impl.cc', 25 'examples/sample_app/gles2_client_impl.cc',
(...skipping 15 matching lines...) Expand all
40 'dependencies': [ 41 'dependencies': [
41 '../base/base.gyp:base', 42 '../base/base.gyp:base',
42 '../cc/cc.gyp:cc', 43 '../cc/cc.gyp:cc',
43 '../gpu/gpu.gyp:gles2_c_lib', 44 '../gpu/gpu.gyp:gles2_c_lib',
44 '../gpu/gpu.gyp:gles2_implementation', 45 '../gpu/gpu.gyp:gles2_implementation',
45 '../skia/skia.gyp:skia', 46 '../skia/skia.gyp:skia',
46 '../ui/gfx/gfx.gyp:gfx', 47 '../ui/gfx/gfx.gyp:gfx',
47 '../ui/gfx/gfx.gyp:gfx_geometry', 48 '../ui/gfx/gfx.gyp:gfx_geometry',
48 '../ui/gl/gl.gyp:gl', 49 '../ui/gl/gl.gyp:gl',
49 'mojo_common_lib', 50 'mojo_common_lib',
51 'mojo_environment_chromium',
50 'mojo_gles2', 52 'mojo_gles2',
51 'mojo_gles2_bindings', 53 'mojo_gles2_bindings',
52 'mojo_native_viewport_bindings', 54 'mojo_native_viewport_bindings',
53 'mojo_shell_bindings', 55 'mojo_shell_bindings',
54 'mojo_system', 56 'mojo_system',
55 ], 57 ],
56 'sources': [ 58 'sources': [
57 'examples/compositor_app/compositor_app.cc', 59 'examples/compositor_app/compositor_app.cc',
58 'examples/compositor_app/compositor_host.cc', 60 'examples/compositor_app/compositor_host.cc',
59 'examples/compositor_app/compositor_host.h', 61 'examples/compositor_app/compositor_host.h',
(...skipping 24 matching lines...) Expand all
84 '../ui/aura/aura.gyp:aura', 86 '../ui/aura/aura.gyp:aura',
85 '../ui/compositor/compositor.gyp:compositor', 87 '../ui/compositor/compositor.gyp:compositor',
86 '../ui/events/events.gyp:events', 88 '../ui/events/events.gyp:events',
87 '../ui/events/events.gyp:events_base', 89 '../ui/events/events.gyp:events_base',
88 '../ui/gfx/gfx.gyp:gfx', 90 '../ui/gfx/gfx.gyp:gfx',
89 '../ui/gfx/gfx.gyp:gfx_geometry', 91 '../ui/gfx/gfx.gyp:gfx_geometry',
90 '../ui/gl/gl.gyp:gl', 92 '../ui/gl/gl.gyp:gl',
91 '../ui/ui.gyp:ui', 93 '../ui/ui.gyp:ui',
92 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 94 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
93 'mojo_common_lib', 95 'mojo_common_lib',
96 'mojo_environment_chromium',
94 'mojo_gles2', 97 'mojo_gles2',
95 'mojo_gles2_bindings', 98 'mojo_gles2_bindings',
96 'mojo_native_viewport_bindings', 99 'mojo_native_viewport_bindings',
97 'mojo_shell_bindings', 100 'mojo_shell_bindings',
98 'mojo_system', 101 'mojo_system',
99 ], 102 ],
100 'sources': [ 103 'sources': [
101 'examples/aura_demo/aura_demo.cc', 104 'examples/aura_demo/aura_demo.cc',
102 'examples/aura_demo/demo_context_factory.cc', 105 'examples/aura_demo/demo_context_factory.cc',
103 'examples/aura_demo/demo_context_factory.h', 106 'examples/aura_demo/demo_context_factory.h',
104 'examples/aura_demo/demo_screen.cc', 107 'examples/aura_demo/demo_screen.cc',
105 'examples/aura_demo/demo_screen.h', 108 'examples/aura_demo/demo_screen.h',
106 'examples/aura_demo/root_window_host_mojo.cc', 109 'examples/aura_demo/root_window_host_mojo.cc',
107 'examples/aura_demo/root_window_host_mojo.h', 110 'examples/aura_demo/root_window_host_mojo.h',
108 'examples/compositor_app/gles2_client_impl.cc', 111 'examples/compositor_app/gles2_client_impl.cc',
109 'examples/compositor_app/gles2_client_impl.cc', 112 'examples/compositor_app/gles2_client_impl.cc',
110 ], 113 ],
111 }, 114 },
112 { 115 {
113 'target_name': 'package_mojo_aura_demo', 116 'target_name': 'package_mojo_aura_demo',
114 'variables': { 117 'variables': {
115 'app_name': 'mojo_aura_demo', 118 'app_name': 'mojo_aura_demo',
116 }, 119 },
117 'includes': [ 'build/package_app.gypi' ], 120 'includes': [ 'build/package_app.gypi' ],
118 }, 121 },
119 ], 122 ],
120 }], 123 }],
121 ], 124 ],
122 } 125 }
OLDNEW
« no previous file with comments | « mojo/mojo_apps.gypi ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698