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

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

Issue 623883002: Revert "Move mojo edk into mojo/edk" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « extensions/test/extensions_unittests_main.cc ('k') | ipc/mojo/DEPS » ('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 component("mojo") { 5 component("mojo") {
6 sources = [ 6 sources = [
7 "ipc_channel_mojo.cc", 7 "ipc_channel_mojo.cc",
8 "ipc_channel_mojo.h", 8 "ipc_channel_mojo.h",
9 "ipc_channel_mojo_host.cc", 9 "ipc_channel_mojo_host.cc",
10 "ipc_channel_mojo_host.h", 10 "ipc_channel_mojo_host.h",
11 "ipc_channel_mojo_readers.cc", 11 "ipc_channel_mojo_readers.cc",
12 "ipc_channel_mojo_readers.h", 12 "ipc_channel_mojo_readers.h",
13 "ipc_mojo_bootstrap.cc", 13 "ipc_mojo_bootstrap.cc",
14 "ipc_mojo_bootstrap.h", 14 "ipc_mojo_bootstrap.h",
15 "ipc_message_pipe_reader.cc", 15 "ipc_message_pipe_reader.cc",
16 "ipc_message_pipe_reader.h", 16 "ipc_message_pipe_reader.h",
17 ] 17 ]
18 18
19 defines = [ "IPC_MOJO_IMPLEMENTATION" ] 19 defines = [ "IPC_MOJO_IMPLEMENTATION" ]
20 20
21 deps = [ 21 deps = [
22 "//base", 22 "//base",
23 "//base/third_party/dynamic_annotations", 23 "//base/third_party/dynamic_annotations",
24 "//ipc", 24 "//ipc",
25 "//mojo/environment:chromium", 25 "//mojo/environment:chromium",
26 "//mojo/public/cpp/bindings", 26 "//mojo/public/cpp/bindings",
27 "//mojo/edk/system", 27 "//mojo/system",
28 ] 28 ]
29 } 29 }
30 30
31 test("ipc_mojo_unittests") { 31 test("ipc_mojo_unittests") {
32 sources = [ 32 sources = [
33 "ipc_channel_mojo_unittest.cc", 33 "ipc_channel_mojo_unittest.cc",
34 "ipc_mojo_bootstrap_unittest.cc", 34 "ipc_mojo_bootstrap_unittest.cc",
35 "run_all_unittests.cc", 35 "run_all_unittests.cc",
36 ] 36 ]
37 37
38 deps = [ 38 deps = [
39 "//base", 39 "//base",
40 "//base/test:test_support", 40 "//base/test:test_support",
41 "//base/third_party/dynamic_annotations", 41 "//base/third_party/dynamic_annotations",
42 "//ipc", 42 "//ipc",
43 "//ipc:test_support", 43 "//ipc:test_support",
44 "//ipc/mojo", 44 "//ipc/mojo",
45 "//mojo/edk/system",
46 "//mojo/environment:chromium", 45 "//mojo/environment:chromium",
46 "//mojo/system",
47 "//url", 47 "//url",
48 ] 48 ]
49 } 49 }
50 50
51 test("ipc_mojo_perftests") { 51 test("ipc_mojo_perftests") {
52 sources = [ 52 sources = [
53 "ipc_mojo_perftest.cc", 53 "ipc_mojo_perftest.cc",
54 ] 54 ]
55 55
56 deps = [ 56 deps = [
57 "//base", 57 "//base",
58 "//base/test:test_support", 58 "//base/test:test_support",
59 "//base/test:test_support_perf", 59 "//base/test:test_support_perf",
60 "//base/third_party/dynamic_annotations", 60 "//base/third_party/dynamic_annotations",
61 "//ipc", 61 "//ipc",
62 "//ipc:test_support", 62 "//ipc:test_support",
63 "//ipc/mojo", 63 "//ipc/mojo",
64 "//mojo/edk/system",
65 "//mojo/environment:chromium", 64 "//mojo/environment:chromium",
65 "//mojo/system",
66 "//url", 66 "//url",
67 ] 67 ]
68 } 68 }
OLDNEW
« no previous file with comments | « extensions/test/extensions_unittests_main.cc ('k') | ipc/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698