Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1906283002: Remove blink dependencies from mojo_public_bindings_unittests on ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'public/cpp/bindings/tests/struct_with_traits_impl.cc', 97 'public/cpp/bindings/tests/struct_with_traits_impl.cc',
98 'public/cpp/bindings/tests/struct_with_traits_impl.h', 98 'public/cpp/bindings/tests/struct_with_traits_impl.h',
99 'public/cpp/bindings/tests/struct_with_traits_impl_traits.cc', 99 'public/cpp/bindings/tests/struct_with_traits_impl_traits.cc',
100 'public/cpp/bindings/tests/struct_with_traits_impl_traits.h', 100 'public/cpp/bindings/tests/struct_with_traits_impl_traits.h',
101 'public/cpp/bindings/tests/sync_method_unittest.cc', 101 'public/cpp/bindings/tests/sync_method_unittest.cc',
102 'public/cpp/bindings/tests/type_conversion_unittest.cc', 102 'public/cpp/bindings/tests/type_conversion_unittest.cc',
103 'public/cpp/bindings/tests/union_unittest.cc', 103 'public/cpp/bindings/tests/union_unittest.cc',
104 'public/cpp/bindings/tests/validation_unittest.cc', 104 'public/cpp/bindings/tests/validation_unittest.cc',
105 'public/cpp/bindings/tests/variant_test_util.h', 105 'public/cpp/bindings/tests/variant_test_util.h',
106 ], 106 ],
107 'conditions': [
108 ['OS=="ios"', {
109 'dependencies!': [
110 'mojo_public.gyp:mojo_public_test_interfaces_blink',
111 ],
112 'sources!': [
113 'public/cpp/bindings/tests/pickle_unittest.cc',
114 'public/cpp/bindings/tests/pickled_struct_blink.cc',
115 'public/cpp/bindings/tests/pickled_struct_blink.h',
116 'public/cpp/bindings/tests/pickled_struct_chromium.cc',
117 'public/cpp/bindings/tests/pickled_struct_chromium.h',
118 'public/cpp/bindings/tests/rect_blink.h',
119 'public/cpp/bindings/tests/rect_blink_traits.h',
120 'public/cpp/bindings/tests/struct_traits_unittest.cc',
121 ],
122 }],
123 ],
107 }, 124 },
108 { 125 {
109 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests 126 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests
110 'target_name': 'mojo_public_bindings_for_blink_tests', 127 'target_name': 'mojo_public_bindings_for_blink_tests',
111 'type': 'static_library', 128 'type': 'static_library',
112 'dependencies': [ 129 'dependencies': [
113 '../testing/gtest.gyp:gtest', 130 '../testing/gtest.gyp:gtest',
114 'mojo_public.gyp:mojo_cpp_bindings', 131 'mojo_public.gyp:mojo_cpp_bindings',
115 'mojo_public.gyp:mojo_public_test_interfaces', 132 'mojo_public.gyp:mojo_public_test_interfaces',
116 'mojo_public.gyp:mojo_public_test_wtf_types', 133 'mojo_public.gyp:mojo_public_test_wtf_types',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 '../build/isolate.gypi', 322 '../build/isolate.gypi',
306 ], 323 ],
307 'sources': [ 324 'sources': [
308 'mojo_public_system_unittests.isolate', 325 'mojo_public_system_unittests.isolate',
309 ], 326 ],
310 }, 327 },
311 ], 328 ],
312 }], 329 }],
313 ], 330 ],
314 } 331 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698