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

Side by Side Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 975973002: Update mojo sdk to rev f68e697e389943cd9bf9652397312280e96b127a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shake fist at msvc Created 5 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 | « third_party/mojo/mojo_edk_system_impl.gypi ('k') | third_party/mojo/src/mojo/edk/js/core.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'src/mojo/edk/embedder/embedder_unittest.cc', 168 'src/mojo/edk/embedder/embedder_unittest.cc',
169 'src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc', 169 'src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc',
170 'src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc', 170 'src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc',
171 'src/mojo/edk/system/awakable_list_unittest.cc', 171 'src/mojo/edk/system/awakable_list_unittest.cc',
172 'src/mojo/edk/system/channel_endpoint_id_unittest.cc', 172 'src/mojo/edk/system/channel_endpoint_id_unittest.cc',
173 'src/mojo/edk/system/channel_manager_unittest.cc', 173 'src/mojo/edk/system/channel_manager_unittest.cc',
174 'src/mojo/edk/system/channel_unittest.cc', 174 'src/mojo/edk/system/channel_unittest.cc',
175 'src/mojo/edk/system/core_unittest.cc', 175 'src/mojo/edk/system/core_unittest.cc',
176 'src/mojo/edk/system/core_test_base.cc', 176 'src/mojo/edk/system/core_test_base.cc',
177 'src/mojo/edk/system/core_test_base.h', 177 'src/mojo/edk/system/core_test_base.h',
178 'src/mojo/edk/system/data_pipe_impl_unittest.cc',
178 'src/mojo/edk/system/data_pipe_unittest.cc', 179 'src/mojo/edk/system/data_pipe_unittest.cc',
179 'src/mojo/edk/system/dispatcher_unittest.cc', 180 'src/mojo/edk/system/dispatcher_unittest.cc',
180 'src/mojo/edk/system/local_data_pipe_impl_unittest.cc', 181 'src/mojo/edk/system/local_data_pipe_impl_unittest.cc',
181 'src/mojo/edk/system/memory_unittest.cc', 182 'src/mojo/edk/system/memory_unittest.cc',
182 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc', 183 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc',
183 'src/mojo/edk/system/message_pipe_test_utils.h', 184 'src/mojo/edk/system/message_pipe_test_utils.h',
184 'src/mojo/edk/system/message_pipe_test_utils.cc', 185 'src/mojo/edk/system/message_pipe_test_utils.cc',
185 'src/mojo/edk/system/message_pipe_unittest.cc', 186 'src/mojo/edk/system/message_pipe_unittest.cc',
186 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc', 187 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc',
187 'src/mojo/edk/system/options_validation_unittest.cc', 188 'src/mojo/edk/system/options_validation_unittest.cc',
188 'src/mojo/edk/system/platform_handle_dispatcher_unittest.cc', 189 'src/mojo/edk/system/platform_handle_dispatcher_unittest.cc',
189 'src/mojo/edk/system/raw_channel_unittest.cc', 190 'src/mojo/edk/system/raw_channel_unittest.cc',
191 'src/mojo/edk/system/remote_data_pipe_impl_unittest.cc',
190 'src/mojo/edk/system/remote_message_pipe_unittest.cc', 192 'src/mojo/edk/system/remote_message_pipe_unittest.cc',
191 'src/mojo/edk/system/run_all_unittests.cc', 193 'src/mojo/edk/system/run_all_unittests.cc',
192 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc', 194 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc',
193 'src/mojo/edk/system/simple_dispatcher_unittest.cc', 195 'src/mojo/edk/system/simple_dispatcher_unittest.cc',
194 'src/mojo/edk/system/test_utils.cc', 196 'src/mojo/edk/system/test_utils.cc',
195 'src/mojo/edk/system/test_utils.h', 197 'src/mojo/edk/system/test_utils.h',
196 'src/mojo/edk/system/unique_identifier_unittest.cc', 198 'src/mojo/edk/system/unique_identifier_unittest.cc',
197 'src/mojo/edk/system/waiter_test_utils.cc', 199 'src/mojo/edk/system/waiter_test_utils.cc',
198 'src/mojo/edk/system/waiter_test_utils.h', 200 'src/mojo/edk/system/waiter_test_utils.h',
199 'src/mojo/edk/system/waiter_unittest.cc', 201 'src/mojo/edk/system/waiter_unittest.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'type': 'none', 273 'type': 'none',
272 'variables': { 274 'variables': {
273 'mojom_files': [ 275 'mojom_files': [
274 'src/mojo/edk/js/tests/js_to_cpp.mojom', 276 'src/mojo/edk/js/tests/js_to_cpp.mojom',
275 ], 277 ],
276 }, 278 },
277 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 279 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
278 }, 280 },
279 ], 281 ],
280 } 282 }
OLDNEW
« no previous file with comments | « third_party/mojo/mojo_edk_system_impl.gypi ('k') | third_party/mojo/src/mojo/edk/js/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698