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

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

Issue 2466993004: Remove use of std::function from Mojo internals (Closed)
Patch Set: . Created 4 years, 1 month 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/edk/system/message_pipe_dispatcher.cc ('k') | mojo/edk/system/ports/message_filter.h » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("ports") { 7 source_set("ports") {
8 sources = [ 8 sources = [
9 "event.cc", 9 "event.cc",
10 "event.h", 10 "event.h",
11 "message.cc", 11 "message.cc",
12 "message.h", 12 "message.h",
13 "message_filter.h",
13 "message_queue.cc", 14 "message_queue.cc",
14 "message_queue.h", 15 "message_queue.h",
15 "name.cc", 16 "name.cc",
16 "name.h", 17 "name.h",
17 "node.cc", 18 "node.cc",
18 "node.h", 19 "node.h",
19 "node_delegate.h", 20 "node_delegate.h",
20 "port.cc", 21 "port.cc",
21 "port.h", 22 "port.h",
22 "port_ref.cc", 23 "port_ref.cc",
(...skipping 12 matching lines...) Expand all
35 "ports_unittest.cc", 36 "ports_unittest.cc",
36 ] 37 ]
37 38
38 deps = [ 39 deps = [
39 ":ports", 40 ":ports",
40 "//base", 41 "//base",
41 "//base/test:test_support", 42 "//base/test:test_support",
42 "//testing/gtest", 43 "//testing/gtest",
43 ] 44 ]
44 } 45 }
OLDNEW
« no previous file with comments | « mojo/edk/system/message_pipe_dispatcher.cc ('k') | mojo/edk/system/ports/message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698