| OLD | NEW |
| 1 { | 1 { |
| 2 'targets': [ | 2 'targets': [ |
| 3 { | 3 { |
| 4 'target_name': 'mojo_system', | 4 'target_name': 'mojo_system', |
| 5 'type': 'static_library', | 5 'type': 'static_library', |
| 6 'defines': [ | 6 'defines': [ |
| 7 'MOJO_SYSTEM_IMPLEMENTATION', | 7 'MOJO_SYSTEM_IMPLEMENTATION', |
| 8 ], | 8 ], |
| 9 'include_dirs': [ | 9 'include_dirs': [ |
| 10 '..', | 10 '..', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'public/cpp/bindings/tests/buffer_unittest.cc', | 136 'public/cpp/bindings/tests/buffer_unittest.cc', |
| 137 'public/cpp/bindings/tests/connector_unittest.cc', | 137 'public/cpp/bindings/tests/connector_unittest.cc', |
| 138 'public/cpp/bindings/tests/handle_passing_unittest.cc', | 138 'public/cpp/bindings/tests/handle_passing_unittest.cc', |
| 139 'public/cpp/bindings/tests/interface_ptr_unittest.cc', | 139 'public/cpp/bindings/tests/interface_ptr_unittest.cc', |
| 140 'public/cpp/bindings/tests/request_response_unittest.cc', | 140 'public/cpp/bindings/tests/request_response_unittest.cc', |
| 141 'public/cpp/bindings/tests/router_unittest.cc', | 141 'public/cpp/bindings/tests/router_unittest.cc', |
| 142 'public/cpp/bindings/tests/sample_service_unittest.cc', | 142 'public/cpp/bindings/tests/sample_service_unittest.cc', |
| 143 'public/cpp/bindings/tests/string_unittest.cc', | 143 'public/cpp/bindings/tests/string_unittest.cc', |
| 144 'public/cpp/bindings/tests/struct_unittest.cc', | 144 'public/cpp/bindings/tests/struct_unittest.cc', |
| 145 'public/cpp/bindings/tests/type_conversion_unittest.cc', | 145 'public/cpp/bindings/tests/type_conversion_unittest.cc', |
| 146 'public/cpp/bindings/tests/validation_test_input_parser.cc', |
| 147 'public/cpp/bindings/tests/validation_test_input_parser.h', |
| 146 'public/cpp/bindings/tests/validation_unittest.cc', | 148 'public/cpp/bindings/tests/validation_unittest.cc', |
| 147 ], | 149 ], |
| 148 }, | 150 }, |
| 149 { | 151 { |
| 150 'target_name': 'mojo_public_environment_unittests', | 152 'target_name': 'mojo_public_environment_unittests', |
| 151 'type': 'executable', | 153 'type': 'executable', |
| 152 'dependencies': [ | 154 'dependencies': [ |
| 153 '../base/base.gyp:base', | 155 '../base/base.gyp:base', |
| 154 '../testing/gtest.gyp:gtest', | 156 '../testing/gtest.gyp:gtest', |
| 155 'mojo_environment_standalone', | 157 'mojo_environment_standalone', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 }, | 430 }, |
| 429 'dependencies': [ | 431 'dependencies': [ |
| 430 'mojo_public_java', | 432 'mojo_public_java', |
| 431 ], | 433 ], |
| 432 'includes': [ '../build/java.gypi' ], | 434 'includes': [ '../build/java.gypi' ], |
| 433 }, | 435 }, |
| 434 ], | 436 ], |
| 435 }], | 437 }], |
| 436 ], | 438 ], |
| 437 } | 439 } |
| OLD | NEW |