OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'mojo_system', | 4 'target_name': 'mojo_system', |
5 'type': 'shared_library', | 5 'type': 'shared_library', |
6 'defines': [ | 6 'defines': [ |
7 'MOJO_SYSTEM_IMPLEMENTATION', | 7 'MOJO_SYSTEM_IMPLEMENTATION', |
8 ], | 8 ], |
9 'include_dirs': [ | 9 'include_dirs': [ |
10 '..', | 10 '..', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'dependencies': [ | 170 'dependencies': [ |
171 '../base/base.gyp:base', | 171 '../base/base.gyp:base', |
172 '../testing/gtest.gyp:gtest', | 172 '../testing/gtest.gyp:gtest', |
173 'mojo_environment_standalone', | 173 'mojo_environment_standalone', |
174 'mojo_public_test_utils', | 174 'mojo_public_test_utils', |
175 'mojo_run_all_unittests', | 175 'mojo_run_all_unittests', |
176 'mojo_system', | 176 'mojo_system', |
177 'mojo_utility', | 177 'mojo_utility', |
178 ], | 178 ], |
179 'sources': [ | 179 'sources': [ |
180 'public/environment/tests/async_waiter_unittest.cc', | 180 'public/cpp/environment/tests/async_waiter_unittest.cc', |
181 ], | 181 ], |
182 }, | 182 }, |
183 { | 183 { |
184 'target_name': 'mojo_public_system_unittests', | 184 'target_name': 'mojo_public_system_unittests', |
185 'type': 'executable', | 185 'type': 'executable', |
186 'dependencies': [ | 186 'dependencies': [ |
187 '../base/base.gyp:base', | 187 '../base/base.gyp:base', |
188 '../testing/gtest.gyp:gtest', | 188 '../testing/gtest.gyp:gtest', |
189 'mojo_bindings', | 189 'mojo_bindings', |
190 'mojo_public_test_utils', | 190 'mojo_public_test_utils', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 ], | 307 ], |
308 'dependencies': [ | 308 'dependencies': [ |
309 'mojo_bindings', | 309 'mojo_bindings', |
310 'mojo_system', | 310 'mojo_system', |
311 ], | 311 ], |
312 }, | 312 }, |
313 { | 313 { |
314 'target_name': 'mojo_environment_standalone', | 314 'target_name': 'mojo_environment_standalone', |
315 'type': 'static_library', | 315 'type': 'static_library', |
316 'sources': [ | 316 'sources': [ |
317 'public/environment/buffer_tls.h', | 317 'public/cpp/environment/buffer_tls.h', |
318 'public/environment/default_async_waiter.h', | 318 'public/cpp/environment/default_async_waiter.h', |
319 'public/environment/environment.h', | 319 'public/cpp/environment/environment.h', |
320 'public/environment/lib/default_async_waiter.cc', | 320 'public/cpp/environment/lib/default_async_waiter.cc', |
321 'public/environment/lib/buffer_tls.cc', | 321 'public/cpp/environment/lib/buffer_tls.cc', |
322 'public/environment/lib/buffer_tls_setup.h', | 322 'public/cpp/environment/lib/buffer_tls_setup.h', |
323 'public/environment/lib/environment.cc', | 323 'public/cpp/environment/lib/environment.cc', |
324 ], | 324 ], |
325 'include_dirs': [ | 325 'include_dirs': [ |
326 '..', | 326 '..', |
327 ], | 327 ], |
328 }, | 328 }, |
329 { | 329 { |
330 'target_name': 'mojo_utility', | 330 'target_name': 'mojo_utility', |
331 'type': 'static_library', | 331 'type': 'static_library', |
332 'sources': [ | 332 'sources': [ |
333 'public/cpp/utility/mutex.h', | 333 'public/cpp/utility/mutex.h', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 ], | 385 ], |
386 'dependencies': [ | 386 'dependencies': [ |
387 'mojo_shell_bindings', | 387 'mojo_shell_bindings', |
388 ], | 388 ], |
389 'export_dependent_settings': [ | 389 'export_dependent_settings': [ |
390 'mojo_shell_bindings', | 390 'mojo_shell_bindings', |
391 ], | 391 ], |
392 }, | 392 }, |
393 ], | 393 ], |
394 } | 394 } |
OLD | NEW |