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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1504733002: Implementation of WaitSet for new EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-waitset-implementation
Patch Set: Add gyp rules. Created 5 years 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/mojo_edk.gyp ('k') | third_party/mojo/src/mojo/edk/embedder/entrypoints.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 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 '../third_party/mojo/mojo_variables.gypi', 7 '../third_party/mojo/mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'edk/system/message_pipe_unittest.cc', 50 'edk/system/message_pipe_unittest.cc',
51 'edk/system/multiprocess_message_pipe_unittest.cc', 51 'edk/system/multiprocess_message_pipe_unittest.cc',
52 'edk/system/options_validation_unittest.cc', 52 'edk/system/options_validation_unittest.cc',
53 'edk/system/platform_handle_dispatcher_unittest.cc', 53 'edk/system/platform_handle_dispatcher_unittest.cc',
54 'edk/system/raw_channel_unittest.cc', 54 'edk/system/raw_channel_unittest.cc',
55 'edk/system/run_all_unittests.cc', 55 'edk/system/run_all_unittests.cc',
56 'edk/system/shared_buffer_dispatcher_unittest.cc', 56 'edk/system/shared_buffer_dispatcher_unittest.cc',
57 'edk/system/simple_dispatcher_unittest.cc', 57 'edk/system/simple_dispatcher_unittest.cc',
58 'edk/system/test_utils.cc', 58 'edk/system/test_utils.cc',
59 'edk/system/test_utils.h', 59 'edk/system/test_utils.h',
60 'edk/system/wait_set_dispatcher_unittest.cc',
60 'edk/system/waiter_test_utils.cc', 61 'edk/system/waiter_test_utils.cc',
61 'edk/system/waiter_test_utils.h', 62 'edk/system/waiter_test_utils.h',
62 'edk/system/waiter_unittest.cc', 63 'edk/system/waiter_unittest.cc',
63 'edk/test/multiprocess_test_helper_unittest.cc', 64 'edk/test/multiprocess_test_helper_unittest.cc',
64 ], 65 ],
65 'conditions': [ 66 'conditions': [
66 ['OS=="ios"', { 67 ['OS=="ios"', {
67 'sources!': [ 68 'sources!': [
68 'edk/embedder/embedder_unittest.cc', 69 'edk/embedder/embedder_unittest.cc',
69 'edk/system/multiprocess_message_pipe_unittest.cc', 70 'edk/system/multiprocess_message_pipe_unittest.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'mojo_edk.gyp:mojo_run_all_unittests2', 125 'mojo_edk.gyp:mojo_run_all_unittests2',
125 'mojo_js_to_cpp_bindings', 126 'mojo_js_to_cpp_bindings',
126 ], 127 ],
127 'sources': [ 128 'sources': [
128 'edk/js/test/run_js_integration_tests.cc', 129 'edk/js/test/run_js_integration_tests.cc',
129 'edk/js/tests/js_to_cpp_tests.cc', 130 'edk/js/tests/js_to_cpp_tests.cc',
130 ], 131 ],
131 }, 132 },
132 ], 133 ],
133 } 134 }
OLDNEW
« no previous file with comments | « mojo/mojo_edk.gyp ('k') | third_party/mojo/src/mojo/edk/embedder/entrypoints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698