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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 111083005: Beginning of JS Mojo API to GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years 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
« mojo/apps/js/main.js ('K') | « mojo/apps/js/mojo_runner_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_js_lib', 4 'target_name': 'mojo_js_lib',
5 'type': 'static_library', 5 'type': 'static_library',
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../gin/gin.gyp:gin', 8 '../gin/gin.gyp:gin',
9 'mojo_common_lib', 9 'mojo_common_lib',
10 'mojo_gles2', 10 'mojo_gles2',
(...skipping 10 matching lines...) Expand all
21 'mojo_native_viewport_bindings', 21 'mojo_native_viewport_bindings',
22 'mojo_system', 22 'mojo_system',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 'apps/js/mojo_runner_delegate.cc', 25 'apps/js/mojo_runner_delegate.cc',
26 'apps/js/mojo_runner_delegate.h', 26 'apps/js/mojo_runner_delegate.h',
27 'apps/js/bindings/threading.cc', 27 'apps/js/bindings/threading.cc',
28 'apps/js/bindings/threading.h', 28 'apps/js/bindings/threading.h',
29 'apps/js/bindings/core.cc', 29 'apps/js/bindings/core.cc',
30 'apps/js/bindings/core.h', 30 'apps/js/bindings/core.h',
31 'apps/js/bindings/gl/context.cc',
32 'apps/js/bindings/gl/context.h',
33 'apps/js/bindings/gl/module.cc',
34 'apps/js/bindings/gl/module.h',
35 'apps/js/bindings/gl/opaque.cc',
36 'apps/js/bindings/gl/opaque.h',
31 'apps/js/bindings/handle.cc', 37 'apps/js/bindings/handle.cc',
32 'apps/js/bindings/handle.h', 38 'apps/js/bindings/handle.h',
33 'apps/js/bindings/support.cc', 39 'apps/js/bindings/support.cc',
34 'apps/js/bindings/support.h', 40 'apps/js/bindings/support.h',
35 'apps/js/bindings/waiting_callback.cc', 41 'apps/js/bindings/waiting_callback.cc',
36 'apps/js/bindings/waiting_callback.h', 42 'apps/js/bindings/waiting_callback.h',
37 ], 43 ],
38 }, 44 },
39 { 45 {
40 'target_name': 'mojo_js_unittests', 46 'target_name': 'mojo_js_unittests',
(...skipping 13 matching lines...) Expand all
54 'type': 'shared_library', 60 'type': 'shared_library',
55 'dependencies': [ 61 'dependencies': [
56 'mojo_js_lib', 62 'mojo_js_lib',
57 ], 63 ],
58 'sources': [ 64 'sources': [
59 'apps/js/main.cc', 65 'apps/js/main.cc',
60 ], 66 ],
61 }, 67 },
62 ], 68 ],
63 } 69 }
OLDNEW
« mojo/apps/js/main.js ('K') | « mojo/apps/js/mojo_runner_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698