OLD | NEW |
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 '../ui/gl/gl.gyp:gl', | 9 '../ui/gl/gl.gyp:gl', |
10 '../v8/tools/gyp/v8.gyp:v8', | 10 '../v8/tools/gyp/v8.gyp:v8', |
(...skipping 23 matching lines...) Expand all Loading... |
34 'apps/js/bindings/gl/module.h', | 34 'apps/js/bindings/gl/module.h', |
35 'apps/js/bindings/monotonic_clock.cc', | 35 'apps/js/bindings/monotonic_clock.cc', |
36 'apps/js/bindings/monotonic_clock.h', | 36 'apps/js/bindings/monotonic_clock.h', |
37 ], | 37 ], |
38 }, | 38 }, |
39 { | 39 { |
40 'target_name': 'mojo_apps_js_unittests', | 40 'target_name': 'mojo_apps_js_unittests', |
41 'type': 'executable', | 41 'type': 'executable', |
42 'dependencies': [ | 42 'dependencies': [ |
43 '../gin/gin.gyp:gin_test', | 43 '../gin/gin.gyp:gin_test', |
| 44 'mojo_common_test_support', |
44 'mojo_js_lib', | 45 'mojo_js_lib', |
45 'mojo_run_all_unittests', | 46 'mojo_run_all_unittests', |
46 'mojo_public_test_interfaces', | 47 'mojo_public_test_interfaces', |
47 ], | 48 ], |
48 'sources': [ | 49 'sources': [ |
49 'apps/js/test/run_apps_js_tests.cc', | 50 'apps/js/test/run_apps_js_tests.cc', |
50 ], | 51 ], |
51 }, | 52 }, |
52 { | 53 { |
53 'target_name': 'mojo_js', | 54 'target_name': 'mojo_js', |
(...skipping 21 matching lines...) Expand all Loading... |
75 'mojo_apps_js_unittests.isolate', | 76 'mojo_apps_js_unittests.isolate', |
76 ], | 77 ], |
77 'sources': [ | 78 'sources': [ |
78 'mojo_apps_js_unittests.isolate', | 79 'mojo_apps_js_unittests.isolate', |
79 ], | 80 ], |
80 }, | 81 }, |
81 ], | 82 ], |
82 }], | 83 }], |
83 ], | 84 ], |
84 } | 85 } |
OLD | NEW |