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

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

Issue 1954263003: Monet: Roll mojo_sdk to 3762c8c0b74b48b00786a42fca8f7db7f761935f. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 7 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 | « mojo/common/tracing_impl.cc ('k') | mojo/services/network/host_resolver_apptest.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("data_pipe_utils") { 5 source_set("data_pipe_utils") {
6 sources = [ 6 sources = [
7 "data_pipe_drainer.cc", 7 "data_pipe_drainer.cc",
8 "data_pipe_drainer.h", 8 "data_pipe_drainer.h",
9 "data_pipe_file_utils.cc", 9 "data_pipe_file_utils.cc",
10 "data_pipe_utils.cc", 10 "data_pipe_utils.cc",
11 "data_pipe_utils.h", 11 "data_pipe_utils.h",
12 "data_pipe_utils_internal.h", 12 "data_pipe_utils_internal.h",
13 ] 13 ]
14 14
15 if (is_nacl) { 15 if (is_nacl) {
16 sources -= [ "data_pipe_file_utils.cc" ] 16 sources -= [ "data_pipe_file_utils.cc" ]
17 } 17 }
18 18
19 deps = [ 19 deps = [
20 "//base", 20 "//base",
21 "//mojo/message_pump", 21 "//mojo/message_pump",
22 "//third_party/mojo/src/mojo/public/cpp/environment:environment", 22 "//third_party/mojo/src/mojo/public/cpp/environment:environment",
23 ]
24
25 public_deps = [
23 "//third_party/mojo/src/mojo/public/cpp/system", 26 "//third_party/mojo/src/mojo/public/cpp/system",
24 ] 27 ]
25 } 28 }
26 29
27 source_set("tests") { 30 source_set("tests") {
28 testonly = true 31 testonly = true
29 32
30 sources = [ 33 sources = [
31 "data_pipe_utils_unittest.cc", 34 "data_pipe_utils_unittest.cc",
32 ] 35 ]
33 36
34 deps = [ 37 deps = [
35 ":data_pipe_utils", 38 ":data_pipe_utils",
36 "//base", 39 "//base",
37 "//testing/gtest", 40 "//testing/gtest",
38 "//third_party/mojo/src/mojo/public/cpp/system",
39 ] 41 ]
40 } 42 }
OLDNEW
« no previous file with comments | « mojo/common/tracing_impl.cc ('k') | mojo/services/network/host_resolver_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698