| 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 22 matching lines...) Expand all Loading... |
| 33 # GN version: //mojo/edk/test:mojo_public_bindings_unittests | 33 # GN version: //mojo/edk/test:mojo_public_bindings_unittests |
| 34 'target_name': 'mojo_public_bindings_unittests', | 34 'target_name': 'mojo_public_bindings_unittests', |
| 35 'type': 'executable', | 35 'type': 'executable', |
| 36 'dependencies': [ | 36 'dependencies': [ |
| 37 '../../mojo/mojo_base.gyp:mojo_environment_chromium', | 37 '../../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 38 '../../mojo/mojo_base.gyp:mojo_message_pump_lib', | 38 '../../mojo/mojo_base.gyp:mojo_message_pump_lib', |
| 39 '../../testing/gtest.gyp:gtest', | 39 '../../testing/gtest.gyp:gtest', |
| 40 'mojo_edk.gyp:mojo_run_all_unittests', | 40 'mojo_edk.gyp:mojo_run_all_unittests', |
| 41 'mojo_public.gyp:mojo_cpp_bindings', | 41 'mojo_public.gyp:mojo_cpp_bindings', |
| 42 'mojo_public.gyp:mojo_public_bindings_test_utils', | 42 'mojo_public.gyp:mojo_public_bindings_test_utils', |
| 43 'mojo_public.gyp:mojo_public_test_associated_interfaces', |
| 43 'mojo_public.gyp:mojo_public_test_interfaces', | 44 'mojo_public.gyp:mojo_public_test_interfaces', |
| 44 'mojo_public.gyp:mojo_public_test_utils', | 45 'mojo_public.gyp:mojo_public_test_utils', |
| 45 'mojo_public.gyp:mojo_utility', | 46 'mojo_public.gyp:mojo_utility', |
| 46 ], | 47 ], |
| 47 'sources': [ | 48 'sources': [ |
| 48 '../../mojo/public/cpp/bindings/tests/array_unittest.cc', | 49 '../../mojo/public/cpp/bindings/tests/array_unittest.cc', |
| 50 '../../mojo/public/cpp/bindings/tests/associated_interface_unittest.cc', |
| 49 '../../mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', | 51 '../../mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', |
| 50 '../../mojo/public/cpp/bindings/tests/buffer_unittest.cc', | 52 '../../mojo/public/cpp/bindings/tests/buffer_unittest.cc', |
| 51 '../../mojo/public/cpp/bindings/tests/connector_unittest.cc', | 53 '../../mojo/public/cpp/bindings/tests/connector_unittest.cc', |
| 52 '../../mojo/public/cpp/bindings/tests/container_test_util.cc', | 54 '../../mojo/public/cpp/bindings/tests/container_test_util.cc', |
| 53 '../../mojo/public/cpp/bindings/tests/equals_unittest.cc', | 55 '../../mojo/public/cpp/bindings/tests/equals_unittest.cc', |
| 54 '../../mojo/public/cpp/bindings/tests/handle_passing_unittest.cc', | 56 '../../mojo/public/cpp/bindings/tests/handle_passing_unittest.cc', |
| 55 '../../mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc', | 57 '../../mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc', |
| 56 '../../mojo/public/cpp/bindings/tests/map_unittest.cc', | 58 '../../mojo/public/cpp/bindings/tests/map_unittest.cc', |
| 57 '../../mojo/public/cpp/bindings/tests/message_queue.cc', | 59 '../../mojo/public/cpp/bindings/tests/message_queue.cc', |
| 58 '../../mojo/public/cpp/bindings/tests/message_queue.h', | 60 '../../mojo/public/cpp/bindings/tests/message_queue.h', |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 '../../build/isolate.gypi', | 355 '../../build/isolate.gypi', |
| 354 ], | 356 ], |
| 355 'sources': [ | 357 'sources': [ |
| 356 'mojo_public_utility_unittests.isolate', | 358 'mojo_public_utility_unittests.isolate', |
| 357 ], | 359 ], |
| 358 }, | 360 }, |
| 359 ], | 361 ], |
| 360 }], | 362 }], |
| 361 ], | 363 ], |
| 362 } | 364 } |
| OLD | NEW |