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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 129633005: Introduce a monotonic_clock module for Mojo.js. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blech 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/apps/js/test/run_js_tests.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 '../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 19 matching lines...) Expand all
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/handle.cc', 38 'apps/js/bindings/handle.cc',
39 'apps/js/bindings/handle.h', 39 'apps/js/bindings/handle.h',
40 'apps/js/bindings/monotonic_clock.cc',
41 'apps/js/bindings/monotonic_clock.h',
40 'apps/js/bindings/support.cc', 42 'apps/js/bindings/support.cc',
41 'apps/js/bindings/support.h', 43 'apps/js/bindings/support.h',
42 'apps/js/bindings/waiting_callback.cc', 44 'apps/js/bindings/waiting_callback.cc',
43 'apps/js/bindings/waiting_callback.h', 45 'apps/js/bindings/waiting_callback.h',
44 ], 46 ],
45 }, 47 },
46 { 48 {
47 'target_name': 'mojo_js_unittests', 49 'target_name': 'mojo_js_unittests',
48 'type': 'executable', 50 'type': 'executable',
49 'dependencies': [ 51 'dependencies': [
(...skipping 11 matching lines...) Expand all
61 'type': 'shared_library', 63 'type': 'shared_library',
62 'dependencies': [ 64 'dependencies': [
63 'mojo_js_lib', 65 'mojo_js_lib',
64 ], 66 ],
65 'sources': [ 67 'sources': [
66 'apps/js/main.cc', 68 'apps/js/main.cc',
67 ], 69 ],
68 }, 70 },
69 ], 71 ],
70 } 72 }
OLDNEW
« no previous file with comments | « mojo/apps/js/test/run_js_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698