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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'clang_warning_flags_unset': [ '-Wglobal-constructors' ], | 45 'clang_warning_flags_unset': [ '-Wglobal-constructors' ], |
46 }, | 46 }, |
47 'sources': [ | 47 'sources': [ |
48 'public/cpp/bindings/tests/array_common_test.h', | 48 'public/cpp/bindings/tests/array_common_test.h', |
49 'public/cpp/bindings/tests/array_unittest.cc', | 49 'public/cpp/bindings/tests/array_unittest.cc', |
50 'public/cpp/bindings/tests/associated_interface_unittest.cc', | 50 'public/cpp/bindings/tests/associated_interface_unittest.cc', |
51 'public/cpp/bindings/tests/bind_task_runner_unittest.cc', | 51 'public/cpp/bindings/tests/bind_task_runner_unittest.cc', |
52 'public/cpp/bindings/tests/binding_callback_unittest.cc', | 52 'public/cpp/bindings/tests/binding_callback_unittest.cc', |
53 'public/cpp/bindings/tests/binding_unittest.cc', | 53 'public/cpp/bindings/tests/binding_unittest.cc', |
54 'public/cpp/bindings/tests/buffer_unittest.cc', | 54 'public/cpp/bindings/tests/buffer_unittest.cc', |
55 'public/cpp/bindings/tests/callback_unittest.cc', | |
56 'public/cpp/bindings/tests/connector_unittest.cc', | 55 'public/cpp/bindings/tests/connector_unittest.cc', |
57 'public/cpp/bindings/tests/constant_unittest.cc', | 56 'public/cpp/bindings/tests/constant_unittest.cc', |
58 'public/cpp/bindings/tests/container_test_util.cc', | 57 'public/cpp/bindings/tests/container_test_util.cc', |
59 'public/cpp/bindings/tests/container_test_util.h', | 58 'public/cpp/bindings/tests/container_test_util.h', |
60 'public/cpp/bindings/tests/equals_unittest.cc', | 59 'public/cpp/bindings/tests/equals_unittest.cc', |
61 'public/cpp/bindings/tests/handle_passing_unittest.cc', | 60 'public/cpp/bindings/tests/handle_passing_unittest.cc', |
62 'public/cpp/bindings/tests/interface_ptr_unittest.cc', | 61 'public/cpp/bindings/tests/interface_ptr_unittest.cc', |
63 'public/cpp/bindings/tests/map_common_test.h', | 62 'public/cpp/bindings/tests/map_common_test.h', |
64 'public/cpp/bindings/tests/map_unittest.cc', | 63 'public/cpp/bindings/tests/map_unittest.cc', |
65 'public/cpp/bindings/tests/message_queue.cc', | 64 'public/cpp/bindings/tests/message_queue.cc', |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 ], | 388 ], |
390 'variables': { | 389 'variables': { |
391 'test_suite_name': 'mojo_system_unittests', | 390 'test_suite_name': 'mojo_system_unittests', |
392 }, | 391 }, |
393 'includes': [ '../build/apk_test.gypi' ], | 392 'includes': [ '../build/apk_test.gypi' ], |
394 }, | 393 }, |
395 ], | 394 ], |
396 }], | 395 }], |
397 ], | 396 ], |
398 } | 397 } |
OLD | NEW |