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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency 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 | « mojo/android/BUILD.gn ('k') | 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'type': 'executable', 45 'type': 'executable',
46 'dependencies': [ 46 'dependencies': [
47 '../testing/gtest.gyp:gtest', 47 '../testing/gtest.gyp:gtest',
48 'mojo_edk.gyp:mojo_run_all_unittests', 48 'mojo_edk.gyp:mojo_run_all_unittests',
49 'mojo_public.gyp:mojo_cpp_bindings', 49 'mojo_public.gyp:mojo_cpp_bindings',
50 'mojo_public.gyp:mojo_message_pump_lib', 50 'mojo_public.gyp:mojo_message_pump_lib',
51 'mojo_public.gyp:mojo_public_bindings_test_utils', 51 'mojo_public.gyp:mojo_public_bindings_test_utils',
52 'mojo_public.gyp:mojo_public_test_associated_interfaces', 52 'mojo_public.gyp:mojo_public_test_associated_interfaces',
53 'mojo_public.gyp:mojo_public_test_interfaces', 53 'mojo_public.gyp:mojo_public_test_interfaces',
54 'mojo_public.gyp:mojo_public_test_interfaces_blink', 54 'mojo_public.gyp:mojo_public_test_interfaces_blink',
55 'mojo_public.gyp:mojo_public_test_interfaces_chromium',
56 'mojo_public.gyp:mojo_public_test_interfaces_struct_traits', 55 'mojo_public.gyp:mojo_public_test_interfaces_struct_traits',
57 'mojo_public.gyp:mojo_public_test_utils', 56 'mojo_public.gyp:mojo_public_test_utils',
58 'mojo_public.gyp:mojo_public_test_variant',
59 ], 57 ],
60 'sources': [ 58 'sources': [
61 'public/cpp/bindings/tests/array_common_test.h', 59 'public/cpp/bindings/tests/array_common_test.h',
62 'public/cpp/bindings/tests/array_unittest.cc', 60 'public/cpp/bindings/tests/array_unittest.cc',
63 'public/cpp/bindings/tests/associated_interface_unittest.cc', 61 'public/cpp/bindings/tests/associated_interface_unittest.cc',
64 'public/cpp/bindings/tests/binding_callback_unittest.cc', 62 'public/cpp/bindings/tests/binding_callback_unittest.cc',
65 'public/cpp/bindings/tests/binding_unittest.cc', 63 'public/cpp/bindings/tests/binding_unittest.cc',
66 'public/cpp/bindings/tests/bounds_checker_unittest.cc', 64 'public/cpp/bindings/tests/bounds_checker_unittest.cc',
67 'public/cpp/bindings/tests/buffer_unittest.cc', 65 'public/cpp/bindings/tests/buffer_unittest.cc',
68 'public/cpp/bindings/tests/callback_unittest.cc', 66 'public/cpp/bindings/tests/callback_unittest.cc',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 '../build/isolate.gypi', 305 '../build/isolate.gypi',
308 ], 306 ],
309 'sources': [ 307 'sources': [
310 'mojo_public_system_unittests.isolate', 308 'mojo_public_system_unittests.isolate',
311 ], 309 ],
312 }, 310 },
313 ], 311 ],
314 }], 312 }],
315 ], 313 ],
316 } 314 }
OLDNEW
« no previous file with comments | « mojo/android/BUILD.gn ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698