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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 'public/cpp/bindings/tests/validation_unittest.cc', | 100 'public/cpp/bindings/tests/validation_unittest.cc', |
101 ], | 101 ], |
102 }, | 102 }, |
103 { | 103 { |
104 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests | 104 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests |
105 'target_name': 'mojo_public_bindings_for_blink_tests', | 105 'target_name': 'mojo_public_bindings_for_blink_tests', |
106 'type': 'static_library', | 106 'type': 'static_library', |
107 'dependencies': [ | 107 'dependencies': [ |
108 '../testing/gtest.gyp:gtest', | 108 '../testing/gtest.gyp:gtest', |
109 'mojo_public.gyp:mojo_cpp_bindings', | 109 'mojo_public.gyp:mojo_cpp_bindings', |
110 'mojo_public.gyp:mojo_public_test_utils', | |
111 'mojo_public.gyp:mojo_public_test_wtf_types', | 110 'mojo_public.gyp:mojo_public_test_wtf_types', |
112 'mojo_public.gyp:mojo_public_test_wtf_types_blink', | 111 'mojo_public.gyp:mojo_public_test_wtf_types_blink', |
113 ], | 112 ], |
114 'sources': [ | 113 'sources': [ |
115 'public/cpp/bindings/tests/wtf_types_unittest.cc', | 114 'public/cpp/bindings/tests/wtf_types_unittest.cc', |
116 ], | 115 ], |
117 }, | 116 }, |
118 { | 117 { |
119 # GN version: //mojo/edk/test:mojo_public_bindings_perftests | 118 # GN version: //mojo/edk/test:mojo_public_bindings_perftests |
120 'target_name': 'mojo_public_bindings_perftests', | 119 'target_name': 'mojo_public_bindings_perftests', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 '../build/isolate.gypi', | 294 '../build/isolate.gypi', |
296 ], | 295 ], |
297 'sources': [ | 296 'sources': [ |
298 'mojo_public_system_unittests.isolate', | 297 'mojo_public_system_unittests.isolate', |
299 ], | 298 ], |
300 }, | 299 }, |
301 ], | 300 ], |
302 }], | 301 }], |
303 ], | 302 ], |
304 } | 303 } |
OLD | NEW |