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

Side by Side Diff: mojo/common/BUILD.gn

Issue 711413005: Use WeakBindingSet to manage inspector connections (Closed) Base URL: git@github.com:domokit/mojo.git@connector
Patch Set: Created 6 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 | « no previous file | mojo/common/weak_binding_set.h » ('j') | mojo/common/weak_binding_set.h » ('J')
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 # GYP version: mojo/mojo_base.gyp:mojo_common_lib 5 # GYP version: mojo/mojo_base.gyp:mojo_common_lib
6 component("common") { 6 component("common") {
7 output_name = "mojo_common_lib" 7 output_name = "mojo_common_lib"
8 8
9 sources = [ 9 sources = [
10 "common_type_converters.cc", 10 "common_type_converters.cc",
11 "common_type_converters.h", 11 "common_type_converters.h",
12 "data_pipe_utils.cc", 12 "data_pipe_utils.cc",
13 "data_pipe_utils.h", 13 "data_pipe_utils.h",
14 "handle_watcher.cc", 14 "handle_watcher.cc",
15 "handle_watcher.h", 15 "handle_watcher.h",
16 "message_pump_mojo.cc", 16 "message_pump_mojo.cc",
17 "message_pump_mojo.h", 17 "message_pump_mojo.h",
18 "message_pump_mojo_handler.h", 18 "message_pump_mojo_handler.h",
19 "time_helper.cc", 19 "time_helper.cc",
20 "time_helper.h", 20 "time_helper.h",
21 "weak_binding_set.h",
21 ] 22 ]
22 23
23 defines = [ "MOJO_COMMON_IMPLEMENTATION" ] 24 defines = [ "MOJO_COMMON_IMPLEMENTATION" ]
24 25
25 deps = [ 26 deps = [
26 "//base", 27 "//base",
27 "//base/third_party/dynamic_annotations", 28 "//base/third_party/dynamic_annotations",
28 "//mojo/public/c/system:for_component", 29 "//mojo/public/c/system:for_component",
29 "//url", 30 "//url",
30 ] 31 ]
(...skipping 14 matching lines...) Expand all
45 "//url", 46 "//url",
46 ] 47 ]
47 48
48 sources = [ 49 sources = [
49 "common_type_converters_unittest.cc", 50 "common_type_converters_unittest.cc",
50 "data_pipe_utils_unittest.cc", 51 "data_pipe_utils_unittest.cc",
51 "handle_watcher_unittest.cc", 52 "handle_watcher_unittest.cc",
52 "message_pump_mojo_unittest.cc", 53 "message_pump_mojo_unittest.cc",
53 ] 54 ]
54 } 55 }
OLDNEW
« no previous file with comments | « no previous file | mojo/common/weak_binding_set.h » ('j') | mojo/common/weak_binding_set.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698