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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1701423002: Mojo C++ bindings: support sync methods - part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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') | 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'public/cpp/bindings/tests/request_response_unittest.cc', 87 'public/cpp/bindings/tests/request_response_unittest.cc',
88 'public/cpp/bindings/tests/router_test_util.cc', 88 'public/cpp/bindings/tests/router_test_util.cc',
89 'public/cpp/bindings/tests/router_test_util.h', 89 'public/cpp/bindings/tests/router_test_util.h',
90 'public/cpp/bindings/tests/router_unittest.cc', 90 'public/cpp/bindings/tests/router_unittest.cc',
91 'public/cpp/bindings/tests/sample_service_unittest.cc', 91 'public/cpp/bindings/tests/sample_service_unittest.cc',
92 'public/cpp/bindings/tests/serialization_warning_unittest.cc', 92 'public/cpp/bindings/tests/serialization_warning_unittest.cc',
93 'public/cpp/bindings/tests/stl_converters_unittest.cc', 93 'public/cpp/bindings/tests/stl_converters_unittest.cc',
94 'public/cpp/bindings/tests/string_unittest.cc', 94 'public/cpp/bindings/tests/string_unittest.cc',
95 'public/cpp/bindings/tests/struct_traits_unittest.cc', 95 'public/cpp/bindings/tests/struct_traits_unittest.cc',
96 'public/cpp/bindings/tests/struct_unittest.cc', 96 'public/cpp/bindings/tests/struct_unittest.cc',
97 'public/cpp/bindings/tests/sync_method_unittest.cc',
97 'public/cpp/bindings/tests/type_conversion_unittest.cc', 98 'public/cpp/bindings/tests/type_conversion_unittest.cc',
98 'public/cpp/bindings/tests/union_unittest.cc', 99 'public/cpp/bindings/tests/union_unittest.cc',
99 'public/cpp/bindings/tests/validation_unittest.cc', 100 'public/cpp/bindings/tests/validation_unittest.cc',
100 ], 101 ],
101 }, 102 },
102 { 103 {
103 # GN version: //mojo/edk/test:mojo_public_bindings_perftests 104 # GN version: //mojo/edk/test:mojo_public_bindings_perftests
104 'target_name': 'mojo_public_bindings_perftests', 105 'target_name': 'mojo_public_bindings_perftests',
105 'type': 'executable', 106 'type': 'executable',
106 'dependencies': [ 107 'dependencies': [
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 '../build/isolate.gypi', 353 '../build/isolate.gypi',
353 ], 354 ],
354 'sources': [ 355 'sources': [
355 'mojo_public_utility_unittests.isolate', 356 'mojo_public_utility_unittests.isolate',
356 ], 357 ],
357 }, 358 },
358 ], 359 ],
359 }], 360 }],
360 ], 361 ],
361 } 362 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698