| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'public/cpp/bindings/tests/bounds_checker_unittest.cc', | 54 'public/cpp/bindings/tests/bounds_checker_unittest.cc', |
| 55 'public/cpp/bindings/tests/buffer_unittest.cc', | 55 'public/cpp/bindings/tests/buffer_unittest.cc', |
| 56 'public/cpp/bindings/tests/callback_unittest.cc', | 56 'public/cpp/bindings/tests/callback_unittest.cc', |
| 57 'public/cpp/bindings/tests/connector_unittest.cc', | 57 'public/cpp/bindings/tests/connector_unittest.cc', |
| 58 'public/cpp/bindings/tests/constant_unittest.cc', | 58 'public/cpp/bindings/tests/constant_unittest.cc', |
| 59 'public/cpp/bindings/tests/container_test_util.cc', | 59 'public/cpp/bindings/tests/container_test_util.cc', |
| 60 'public/cpp/bindings/tests/container_test_util.h', | 60 'public/cpp/bindings/tests/container_test_util.h', |
| 61 'public/cpp/bindings/tests/equals_unittest.cc', | 61 'public/cpp/bindings/tests/equals_unittest.cc', |
| 62 'public/cpp/bindings/tests/handle_passing_unittest.cc', | 62 'public/cpp/bindings/tests/handle_passing_unittest.cc', |
| 63 'public/cpp/bindings/tests/interface_ptr_unittest.cc', | 63 'public/cpp/bindings/tests/interface_ptr_unittest.cc', |
| 64 'public/cpp/bindings/tests/map_common_test.h', |
| 64 'public/cpp/bindings/tests/map_unittest.cc', | 65 'public/cpp/bindings/tests/map_unittest.cc', |
| 65 'public/cpp/bindings/tests/message_queue.cc', | 66 'public/cpp/bindings/tests/message_queue.cc', |
| 66 'public/cpp/bindings/tests/message_queue.h', | 67 'public/cpp/bindings/tests/message_queue.h', |
| 67 'public/cpp/bindings/tests/multiplex_router_unittest.cc', | 68 'public/cpp/bindings/tests/multiplex_router_unittest.cc', |
| 68 'public/cpp/bindings/tests/pickle_unittest.cc', | 69 'public/cpp/bindings/tests/pickle_unittest.cc', |
| 69 'public/cpp/bindings/tests/pickled_struct_blink.cc', | 70 'public/cpp/bindings/tests/pickled_struct_blink.cc', |
| 70 'public/cpp/bindings/tests/pickled_struct_blink.h', | 71 'public/cpp/bindings/tests/pickled_struct_blink.h', |
| 71 'public/cpp/bindings/tests/pickled_struct_chromium.cc', | 72 'public/cpp/bindings/tests/pickled_struct_chromium.cc', |
| 72 'public/cpp/bindings/tests/pickled_struct_chromium.h', | 73 'public/cpp/bindings/tests/pickled_struct_chromium.h', |
| 73 'public/cpp/bindings/tests/rect_blink.h', | 74 'public/cpp/bindings/tests/rect_blink.h', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'mojo_public.gyp:mojo_public_test_wtf_types', | 127 'mojo_public.gyp:mojo_public_test_wtf_types', |
| 127 'mojo_public.gyp:mojo_public_test_wtf_types_blink', | 128 'mojo_public.gyp:mojo_public_test_wtf_types_blink', |
| 128 ], | 129 ], |
| 129 'variables': { | 130 'variables': { |
| 130 'clang_warning_flags_unset': [ '-Wglobal-constructors' ], | 131 'clang_warning_flags_unset': [ '-Wglobal-constructors' ], |
| 131 }, | 132 }, |
| 132 'sources': [ | 133 'sources': [ |
| 133 'public/cpp/bindings/tests/array_common_test.h', | 134 'public/cpp/bindings/tests/array_common_test.h', |
| 134 'public/cpp/bindings/tests/container_test_util.cc', | 135 'public/cpp/bindings/tests/container_test_util.cc', |
| 135 'public/cpp/bindings/tests/container_test_util.h', | 136 'public/cpp/bindings/tests/container_test_util.h', |
| 137 'public/cpp/bindings/tests/map_common_test.h', |
| 136 'public/cpp/bindings/tests/variant_test_util.h', | 138 'public/cpp/bindings/tests/variant_test_util.h', |
| 137 'public/cpp/bindings/tests/wtf_array_unittest.cc', | 139 'public/cpp/bindings/tests/wtf_array_unittest.cc', |
| 140 'public/cpp/bindings/tests/wtf_map_unittest.cc', |
| 138 'public/cpp/bindings/tests/wtf_types_unittest.cc', | 141 'public/cpp/bindings/tests/wtf_types_unittest.cc', |
| 139 ], | 142 ], |
| 140 }, | 143 }, |
| 141 { | 144 { |
| 142 # GN version: //mojo/edk/test:mojo_public_bindings_perftests | 145 # GN version: //mojo/edk/test:mojo_public_bindings_perftests |
| 143 'target_name': 'mojo_public_bindings_perftests', | 146 'target_name': 'mojo_public_bindings_perftests', |
| 144 'type': 'executable', | 147 'type': 'executable', |
| 145 'dependencies': [ | 148 'dependencies': [ |
| 146 '../base/base.gyp:test_support_base', | 149 '../base/base.gyp:test_support_base', |
| 147 '../testing/gtest.gyp:gtest', | 150 '../testing/gtest.gyp:gtest', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 ], | 382 ], |
| 380 'variables': { | 383 'variables': { |
| 381 'test_suite_name': 'mojo_system_unittests', | 384 'test_suite_name': 'mojo_system_unittests', |
| 382 }, | 385 }, |
| 383 'includes': [ '../build/apk_test.gypi' ], | 386 'includes': [ '../build/apk_test.gypi' ], |
| 384 }, | 387 }, |
| 385 ], | 388 ], |
| 386 }], | 389 }], |
| 387 ], | 390 ], |
| 388 } | 391 } |
| OLD | NEW |