| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'dependencies': [ | 98 'dependencies': [ |
| 99 '../base/base.gyp:base', | 99 '../base/base.gyp:base', |
| 100 '../testing/gtest.gyp:gtest', | 100 '../testing/gtest.gyp:gtest', |
| 101 'mojo_environment_standalone', | 101 'mojo_environment_standalone', |
| 102 'mojo_public_test_support', | 102 'mojo_public_test_support', |
| 103 'mojo_run_all_unittests', | 103 'mojo_run_all_unittests', |
| 104 'mojo_system', | 104 'mojo_system', |
| 105 'mojo_utility', | 105 'mojo_utility', |
| 106 ], | 106 ], |
| 107 'sources': [ | 107 'sources': [ |
| 108 'public/tests/environment/async_waiter_unittest.cc', | 108 'public/environment/tests/async_waiter_unittest.cc', |
| 109 ], | 109 ], |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 'target_name': 'mojo_public_system_unittests', | 112 'target_name': 'mojo_public_system_unittests', |
| 113 'type': 'executable', | 113 'type': 'executable', |
| 114 'dependencies': [ | 114 'dependencies': [ |
| 115 '../base/base.gyp:base', | 115 '../base/base.gyp:base', |
| 116 '../testing/gtest.gyp:gtest', | 116 '../testing/gtest.gyp:gtest', |
| 117 'mojo_bindings', | 117 'mojo_bindings', |
| 118 'mojo_public_test_support', | 118 'mojo_public_test_support', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 131 'dependencies': [ | 131 'dependencies': [ |
| 132 '../base/base.gyp:base', | 132 '../base/base.gyp:base', |
| 133 '../testing/gtest.gyp:gtest', | 133 '../testing/gtest.gyp:gtest', |
| 134 'mojo_bindings', | 134 'mojo_bindings', |
| 135 'mojo_public_test_support', | 135 'mojo_public_test_support', |
| 136 'mojo_run_all_unittests', | 136 'mojo_run_all_unittests', |
| 137 'mojo_system', | 137 'mojo_system', |
| 138 'mojo_utility', | 138 'mojo_utility', |
| 139 ], | 139 ], |
| 140 'sources': [ | 140 'sources': [ |
| 141 'public/tests/utility/run_loop_unittest.cc', | 141 'public/utility/tests/run_loop_unittest.cc', |
| 142 'public/tests/utility/thread_local_unittest.cc', | |
| 143 ], | 142 ], |
| 144 }, | 143 }, |
| 145 { | 144 { |
| 146 'target_name': 'mojo_public_system_perftests', | 145 'target_name': 'mojo_public_system_perftests', |
| 147 'type': 'executable', | 146 'type': 'executable', |
| 148 'dependencies': [ | 147 'dependencies': [ |
| 149 '../base/base.gyp:base', | 148 '../base/base.gyp:base', |
| 150 '../testing/gtest.gyp:gtest', | 149 '../testing/gtest.gyp:gtest', |
| 151 'mojo_public_test_support', | 150 'mojo_public_test_support', |
| 152 'mojo_run_all_perftests', | 151 'mojo_run_all_perftests', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], | 198 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], |
| 200 'export_dependent_settings': [ | 199 'export_dependent_settings': [ |
| 201 'mojo_bindings', | 200 'mojo_bindings', |
| 202 'mojo_system', | 201 'mojo_system', |
| 203 ], | 202 ], |
| 204 }, | 203 }, |
| 205 { | 204 { |
| 206 'target_name': 'mojo_environment_standalone', | 205 'target_name': 'mojo_environment_standalone', |
| 207 'type': 'static_library', | 206 'type': 'static_library', |
| 208 'sources': [ | 207 'sources': [ |
| 208 'public/environment/buffer_tls.h', |
| 209 'public/environment/default_async_waiter.h', | 209 'public/environment/default_async_waiter.h', |
| 210 'public/environment/buffer_tls.h', | |
| 211 'public/environment/environment.h', | 210 'public/environment/environment.h', |
| 212 'public/environment/standalone/default_async_waiter.cc', | 211 'public/environment/lib/default_async_waiter.cc', |
| 213 'public/environment/standalone/buffer_tls.cc', | 212 'public/environment/lib/buffer_tls.cc', |
| 214 'public/environment/standalone/buffer_tls_setup.h', | 213 'public/environment/lib/buffer_tls_setup.h', |
| 215 'public/environment/standalone/environment.cc', | 214 'public/environment/lib/environment.cc', |
| 216 ], | 215 ], |
| 217 'include_dirs': [ | 216 'include_dirs': [ |
| 218 '..', | 217 '..', |
| 219 ], | 218 ], |
| 220 }, | 219 }, |
| 221 { | 220 { |
| 222 'target_name': 'mojo_utility', | 221 'target_name': 'mojo_utility', |
| 223 'type': 'static_library', | 222 'type': 'static_library', |
| 224 'sources': [ | 223 'sources': [ |
| 225 'public/utility/run_loop.cc', | 224 'public/utility/lib/run_loop.cc', |
| 225 'public/utility/lib/thread_local.h', |
| 226 'public/utility/lib/thread_local_posix.cc', |
| 227 'public/utility/lib/thread_local_win.cc', |
| 226 'public/utility/run_loop.h', | 228 'public/utility/run_loop.h', |
| 227 'public/utility/run_loop_handler.h', | 229 'public/utility/run_loop_handler.h', |
| 228 'public/utility/thread_local.h', | |
| 229 'public/utility/thread_local_posix.cc', | |
| 230 'public/utility/thread_local_win.cc', | |
| 231 ], | 230 ], |
| 232 'include_dirs': [ | 231 'include_dirs': [ |
| 233 '..', | 232 '..', |
| 234 ], | 233 ], |
| 235 }, | 234 }, |
| 236 ], | 235 ], |
| 237 } | 236 } |
| OLD | NEW |