| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 '../../mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', | 49 '../../mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', |
| 50 '../../mojo/public/cpp/bindings/tests/buffer_unittest.cc', | 50 '../../mojo/public/cpp/bindings/tests/buffer_unittest.cc', |
| 51 '../../mojo/public/cpp/bindings/tests/connector_unittest.cc', | 51 '../../mojo/public/cpp/bindings/tests/connector_unittest.cc', |
| 52 '../../mojo/public/cpp/bindings/tests/container_test_util.cc', | 52 '../../mojo/public/cpp/bindings/tests/container_test_util.cc', |
| 53 '../../mojo/public/cpp/bindings/tests/equals_unittest.cc', | 53 '../../mojo/public/cpp/bindings/tests/equals_unittest.cc', |
| 54 '../../mojo/public/cpp/bindings/tests/handle_passing_unittest.cc', | 54 '../../mojo/public/cpp/bindings/tests/handle_passing_unittest.cc', |
| 55 '../../mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc', | 55 '../../mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc', |
| 56 '../../mojo/public/cpp/bindings/tests/map_unittest.cc', | 56 '../../mojo/public/cpp/bindings/tests/map_unittest.cc', |
| 57 '../../mojo/public/cpp/bindings/tests/message_queue.cc', | 57 '../../mojo/public/cpp/bindings/tests/message_queue.cc', |
| 58 '../../mojo/public/cpp/bindings/tests/message_queue.h', | 58 '../../mojo/public/cpp/bindings/tests/message_queue.h', |
| 59 '../../mojo/public/cpp/bindings/tests/multiplex_router_unittest.cc', |
| 59 '../../mojo/public/cpp/bindings/tests/request_response_unittest.cc', | 60 '../../mojo/public/cpp/bindings/tests/request_response_unittest.cc', |
| 61 '../../mojo/public/cpp/bindings/tests/router_test_util.cc', |
| 62 '../../mojo/public/cpp/bindings/tests/router_test_util.h', |
| 60 '../../mojo/public/cpp/bindings/tests/router_unittest.cc', | 63 '../../mojo/public/cpp/bindings/tests/router_unittest.cc', |
| 61 '../../mojo/public/cpp/bindings/tests/sample_service_unittest.cc', | 64 '../../mojo/public/cpp/bindings/tests/sample_service_unittest.cc', |
| 62 '../../mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc'
, | 65 '../../mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc'
, |
| 63 '../../mojo/public/cpp/bindings/tests/string_unittest.cc', | 66 '../../mojo/public/cpp/bindings/tests/string_unittest.cc', |
| 64 '../../mojo/public/cpp/bindings/tests/struct_unittest.cc', | 67 '../../mojo/public/cpp/bindings/tests/struct_unittest.cc', |
| 65 '../../mojo/public/cpp/bindings/tests/type_conversion_unittest.cc', | 68 '../../mojo/public/cpp/bindings/tests/type_conversion_unittest.cc', |
| 66 '../../mojo/public/cpp/bindings/tests/validation_unittest.cc', | 69 '../../mojo/public/cpp/bindings/tests/validation_unittest.cc', |
| 67 ], | 70 ], |
| 68 }, | 71 }, |
| 69 { | 72 { |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 '../../build/isolate.gypi', | 353 '../../build/isolate.gypi', |
| 351 ], | 354 ], |
| 352 'sources': [ | 355 'sources': [ |
| 353 'mojo_public_utility_unittests.isolate', | 356 'mojo_public_utility_unittests.isolate', |
| 354 ], | 357 ], |
| 355 }, | 358 }, |
| 356 ], | 359 ], |
| 357 }], | 360 }], |
| 358 ], | 361 ], |
| 359 } | 362 } |
| OLD | NEW |