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

Side by Side Diff: mojo/public/js/BUILD.gn

Issue 2616493005: Mojo JS bindings: remove the connection module. (Closed)
Patch Set: Created 3 years, 11 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 | « ios/web/webui/crw_web_ui_manager.mm ('k') | mojo/public/js/connection.js » ('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 source_set("js") { 5 source_set("js") {
6 sources = [ 6 sources = [
7 "constants.cc", 7 "constants.cc",
8 "constants.h", 8 "constants.h",
9 ] 9 ]
10 } 10 }
11 11
12 group("bindings") { 12 group("bindings") {
13 data = [ 13 data = [
14 "bindings.js", 14 "bindings.js",
15 "buffer.js", 15 "buffer.js",
16 "codec.js", 16 "codec.js",
17 "connection.js",
18 "connector.js", 17 "connector.js",
19 "constants.cc", 18 "constants.cc",
20 "constants.h", 19 "constants.h",
21 "core.js", 20 "core.js",
22 "interface_types.js", 21 "interface_types.js",
23 "router.js", 22 "router.js",
24 "support.js", 23 "support.js",
25 "threading.js", 24 "threading.js",
26 "unicode.js", 25 "unicode.js",
27 "validator.js", 26 "validator.js",
28 ] 27 ]
29 } 28 }
30 29
31 group("tests") { 30 group("tests") {
32 testonly = true 31 testonly = true
33 32
34 data = [ 33 data = [
35 "codec_unittests.js", 34 "codec_unittests.js",
36 "core_unittests.js", 35 "core_unittests.js",
37 "struct_unittests.js", 36 "struct_unittests.js",
38 "test/validation_test_input_parser.js", 37 "test/validation_test_input_parser.js",
39 "union_unittests.js", 38 "union_unittests.js",
40 "validation_unittests.js", 39 "validation_unittests.js",
41 "//mojo/public/interfaces/bindings/tests/data/validation/", 40 "//mojo/public/interfaces/bindings/tests/data/validation/",
42 ] 41 ]
43 public_deps = [ 42 public_deps = [
44 ":bindings", 43 ":bindings",
45 ] 44 ]
46 } 45 }
OLDNEW
« no previous file with comments | « ios/web/webui/crw_web_ui_manager.mm ('k') | mojo/public/js/connection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698