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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1751563002: Mojo C++ bindings: support mapping mojo string to WTF::String. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync & rebase Created 4 years, 9 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/mojo_public.gyp » ('j') | mojo/mojo_public.gyp » ('J')
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'public/cpp/bindings/tests/struct_unittest.cc', 94 'public/cpp/bindings/tests/struct_unittest.cc',
95 'public/cpp/bindings/tests/struct_with_traits_impl.cc', 95 'public/cpp/bindings/tests/struct_with_traits_impl.cc',
96 'public/cpp/bindings/tests/struct_with_traits_impl.h', 96 'public/cpp/bindings/tests/struct_with_traits_impl.h',
97 'public/cpp/bindings/tests/sync_method_unittest.cc', 97 'public/cpp/bindings/tests/sync_method_unittest.cc',
98 'public/cpp/bindings/tests/type_conversion_unittest.cc', 98 'public/cpp/bindings/tests/type_conversion_unittest.cc',
99 'public/cpp/bindings/tests/union_unittest.cc', 99 'public/cpp/bindings/tests/union_unittest.cc',
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
105 'target_name': 'mojo_public_bindings_for_blink_tests',
106 'type': 'static_library',
107 'dependencies': [
108 '../testing/gtest.gyp:gtest',
109 'mojo_public.gyp:mojo_cpp_bindings',
110 'mojo_public.gyp:mojo_public_test_utils',
111 'mojo_public.gyp:mojo_public_test_wtf_types',
112 'mojo_public.gyp:mojo_public_test_wtf_types_blink',
113 ],
114 'sources': [
115 'public/cpp/bindings/tests/wtf_types_unittest.cc',
116 ],
117 },
118 {
104 # GN version: //mojo/edk/test:mojo_public_bindings_perftests 119 # GN version: //mojo/edk/test:mojo_public_bindings_perftests
105 'target_name': 'mojo_public_bindings_perftests', 120 'target_name': 'mojo_public_bindings_perftests',
106 'type': 'executable', 121 'type': 'executable',
107 'dependencies': [ 122 'dependencies': [
108 '../base/base.gyp:test_support_base', 123 '../base/base.gyp:test_support_base',
109 '../testing/gtest.gyp:gtest', 124 '../testing/gtest.gyp:gtest',
110 'mojo_base.gyp:mojo_common_lib', 125 'mojo_base.gyp:mojo_common_lib',
111 'mojo_edk.gyp:mojo_run_all_perftests', 126 'mojo_edk.gyp:mojo_run_all_perftests',
112 'mojo_public.gyp:mojo_cpp_bindings', 127 'mojo_public.gyp:mojo_cpp_bindings',
113 'mojo_public.gyp:mojo_message_pump_lib', 128 'mojo_public.gyp:mojo_message_pump_lib',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 '../build/isolate.gypi', 295 '../build/isolate.gypi',
281 ], 296 ],
282 'sources': [ 297 'sources': [
283 'mojo_public_system_unittests.isolate', 298 'mojo_public_system_unittests.isolate',
284 ], 299 ],
285 }, 300 },
286 ], 301 ],
287 }], 302 }],
288 ], 303 ],
289 } 304 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_public.gyp » ('j') | mojo/mojo_public.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698