OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'mojo_public_test_support', | 4 'target_name': 'mojo_public_test_support', |
5 'type': 'static_library', | 5 'type': 'static_library', |
6 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../testing/gtest.gyp:gtest', | 8 '../testing/gtest.gyp:gtest', |
9 'mojo_system', | 9 'mojo_system', |
10 ], | 10 ], |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'dependencies': [ | 132 'dependencies': [ |
133 '../gin/gin.gyp:gin_test', | 133 '../gin/gin.gyp:gin_test', |
134 'mojo_js_bindings', | 134 'mojo_js_bindings', |
135 'mojo_run_all_unittests', | 135 'mojo_run_all_unittests', |
136 'sample_service', | 136 'sample_service', |
137 ], | 137 ], |
138 'sources': [ | 138 'sources': [ |
139 'public/bindings/js/test/run_js_tests.cc', | 139 'public/bindings/js/test/run_js_tests.cc', |
140 ], | 140 ], |
141 }, | 141 }, |
142 { | |
143 'target_name': 'gles2_client_impl', | |
144 'type': 'static_library', | |
145 'dependencies': [ | |
146 '../gpu/gpu.gyp:gles2_c_lib', | |
147 'gles2', | |
148 ], | |
149 'export_dependent_settings': [ | |
150 'gles2', | |
151 ], | |
152 'sources': [ | |
153 'public/bindings/gles2_client/gles2_client_impl.cc', | |
154 'public/bindings/gles2_client/gles2_client_impl.h', | |
155 ], | |
156 }, | |
157 ], | 142 ], |
158 } | 143 } |
OLD | NEW |