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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 114883003: Implement more of the JavaScript GL API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: asdf 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
« no previous file with comments | « mojo/apps/js/main.js ('k') | mojo/services/gles2/gles2_impl.cc » ('j') | 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 '../gpu/gpu.gyp:gles2_c_lib', 8 '../gpu/gpu.gyp:gles2_c_lib',
9 '../gin/gin.gyp:gin', 9 '../gin/gin.gyp:gin',
10 '../ui/gl/gl.gyp:gl', 10 '../ui/gl/gl.gyp:gl',
(...skipping 17 matching lines...) Expand all
28 'apps/js/mojo_runner_delegate.cc', 28 'apps/js/mojo_runner_delegate.cc',
29 'apps/js/mojo_runner_delegate.h', 29 'apps/js/mojo_runner_delegate.h',
30 'apps/js/bindings/threading.cc', 30 'apps/js/bindings/threading.cc',
31 'apps/js/bindings/threading.h', 31 'apps/js/bindings/threading.h',
32 'apps/js/bindings/core.cc', 32 'apps/js/bindings/core.cc',
33 'apps/js/bindings/core.h', 33 'apps/js/bindings/core.h',
34 'apps/js/bindings/gl/context.cc', 34 'apps/js/bindings/gl/context.cc',
35 'apps/js/bindings/gl/context.h', 35 'apps/js/bindings/gl/context.h',
36 'apps/js/bindings/gl/module.cc', 36 'apps/js/bindings/gl/module.cc',
37 'apps/js/bindings/gl/module.h', 37 'apps/js/bindings/gl/module.h',
38 'apps/js/bindings/gl/opaque.cc',
39 'apps/js/bindings/gl/opaque.h',
40 'apps/js/bindings/handle.cc', 38 'apps/js/bindings/handle.cc',
41 'apps/js/bindings/handle.h', 39 'apps/js/bindings/handle.h',
42 'apps/js/bindings/support.cc', 40 'apps/js/bindings/support.cc',
43 'apps/js/bindings/support.h', 41 'apps/js/bindings/support.h',
44 'apps/js/bindings/waiting_callback.cc', 42 'apps/js/bindings/waiting_callback.cc',
45 'apps/js/bindings/waiting_callback.h', 43 'apps/js/bindings/waiting_callback.h',
46 ], 44 ],
47 }, 45 },
48 { 46 {
49 'target_name': 'mojo_js_unittests', 47 'target_name': 'mojo_js_unittests',
(...skipping 13 matching lines...) Expand all
63 'type': 'shared_library', 61 'type': 'shared_library',
64 'dependencies': [ 62 'dependencies': [
65 'mojo_js_lib', 63 'mojo_js_lib',
66 ], 64 ],
67 'sources': [ 65 'sources': [
68 'apps/js/main.cc', 66 'apps/js/main.cc',
69 ], 67 ],
70 }, 68 },
71 ], 69 ],
72 } 70 }
OLDNEW
« no previous file with comments | « mojo/apps/js/main.js ('k') | mojo/services/gles2/gles2_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698