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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'mojo_run_all_unittests', | 62 'mojo_run_all_unittests', |
63 'mojo_public_test_interfaces', | 63 'mojo_public_test_interfaces', |
64 ], | 64 ], |
65 'sources': [ | 65 'sources': [ |
66 'apps/js/test/js_to_cpp_unittest.cc', | 66 'apps/js/test/js_to_cpp_unittest.cc', |
67 'apps/js/test/run_apps_js_tests.cc', | 67 'apps/js/test/run_apps_js_tests.cc', |
68 ], | 68 ], |
69 }, | 69 }, |
70 { | 70 { |
71 'target_name': 'mojo_js', | 71 'target_name': 'mojo_js', |
72 'type': 'shared_library', | 72 'type': 'loadable_module', |
73 'dependencies': [ | 73 'dependencies': [ |
74 'mojo_js_lib', | 74 'mojo_js_lib', |
75 'mojo_system_impl', | 75 'mojo_system_impl', |
76 ], | 76 ], |
77 'sources': [ | 77 'sources': [ |
78 'apps/js/main.cc', | 78 'apps/js/main.cc', |
79 ], | 79 ], |
80 }, | 80 }, |
81 ], | 81 ], |
82 'conditions': [ | 82 'conditions': [ |
(...skipping 10 matching lines...) Expand all Loading... |
93 'mojo_apps_js_unittests.isolate', | 93 'mojo_apps_js_unittests.isolate', |
94 ], | 94 ], |
95 'sources': [ | 95 'sources': [ |
96 'mojo_apps_js_unittests.isolate', | 96 'mojo_apps_js_unittests.isolate', |
97 ], | 97 ], |
98 }, | 98 }, |
99 ], | 99 ], |
100 }], | 100 }], |
101 ], | 101 ], |
102 } | 102 } |
OLD | NEW |