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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1772503002: Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « components/message_port.gypi ('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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ], 143 ],
144 }, 144 },
145 { 145 {
146 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests 146 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests
147 # and //mojo/public/c/system/tests 147 # and //mojo/public/c/system/tests
148 'target_name': 'mojo_public_system_unittests', 148 'target_name': 'mojo_public_system_unittests',
149 'type': 'executable', 149 'type': 'executable',
150 'dependencies': [ 150 'dependencies': [
151 '../testing/gtest.gyp:gtest', 151 '../testing/gtest.gyp:gtest',
152 'mojo_edk.gyp:mojo_run_all_unittests', 152 'mojo_edk.gyp:mojo_run_all_unittests',
153 'mojo_public.gyp:mojo_cpp_system',
154 'mojo_public.gyp:mojo_public_test_utils', 153 'mojo_public.gyp:mojo_public_test_utils',
155 ], 154 ],
156 'sources': [ 155 'sources': [
157 '<@(mojo_public_system_unittest_sources)', 156 '<@(mojo_public_system_unittest_sources)',
158 ], 157 ],
159 }, 158 },
160 { 159 {
161 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit tests 160 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit tests
162 'target_name': 'mojo_public_utility_unittests', 161 'target_name': 'mojo_public_utility_unittests',
163 'type': 'executable', 162 'type': 'executable',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '../build/isolate.gypi', 358 '../build/isolate.gypi',
360 ], 359 ],
361 'sources': [ 360 'sources': [
362 'mojo_public_utility_unittests.isolate', 361 'mojo_public_utility_unittests.isolate',
363 ], 362 ],
364 }, 363 },
365 ], 364 ],
366 }], 365 }],
367 ], 366 ],
368 } 367 }
OLDNEW
« no previous file with comments | « components/message_port.gypi ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698