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

Side by Side Diff: mojo/edk/system/BUILD.gn

Issue 973513004: Allow data pipe producer/consumer handles to be re-sent. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review comments 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 | « no previous file | mojo/edk/system/data_pipe.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 import("../mojo_edk.gni") 5 import("../mojo_edk.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 26 matching lines...) Expand all
37 "channel_info.h", 37 "channel_info.h",
38 "channel_manager.cc", 38 "channel_manager.cc",
39 "channel_manager.h", 39 "channel_manager.h",
40 "configuration.cc", 40 "configuration.cc",
41 "configuration.h", 41 "configuration.h",
42 "connection_manager.h", 42 "connection_manager.h",
43 "core.cc", 43 "core.cc",
44 "core.h", 44 "core.h",
45 "data_pipe.cc", 45 "data_pipe.cc",
46 "data_pipe.h", 46 "data_pipe.h",
47 "data_pipe_impl.cc",
47 "data_pipe_impl.h", 48 "data_pipe_impl.h",
48 "data_pipe_consumer_dispatcher.cc", 49 "data_pipe_consumer_dispatcher.cc",
49 "data_pipe_consumer_dispatcher.h", 50 "data_pipe_consumer_dispatcher.h",
50 "data_pipe_producer_dispatcher.cc", 51 "data_pipe_producer_dispatcher.cc",
51 "data_pipe_producer_dispatcher.h", 52 "data_pipe_producer_dispatcher.h",
52 "dispatcher.cc", 53 "dispatcher.cc",
53 "dispatcher.h", 54 "dispatcher.h",
54 "endpoint_relayer.cc", 55 "endpoint_relayer.cc",
55 "endpoint_relayer.h", 56 "endpoint_relayer.h",
56 "handle_signals_state.h", 57 "handle_signals_state.h",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 deps = [ 210 deps = [
210 ":system", 211 ":system",
211 ":test_utils", 212 ":test_utils",
212 "../test:test_support", 213 "../test:test_support",
213 "//base", 214 "//base",
214 "//base/test:test_support", 215 "//base/test:test_support",
215 "//base/test:test_support_perf", 216 "//base/test:test_support_perf",
216 "//testing/gtest", 217 "//testing/gtest",
217 ] 218 ]
218 } 219 }
OLDNEW
« no previous file with comments | « no previous file | mojo/edk/system/data_pipe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698