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

Side by Side Diff: remoting/protocol/BUILD.gn

Issue 1312463005: Compile remoting client plugin with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « remoting/codec/BUILD.gn ('k') | remoting/remoting_srcs.gypi » ('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 import("//remoting/remoting_srcs.gni") 5 import("//remoting/remoting_srcs.gni")
6 6
7 source_set("protocol") { 7 source_set("protocol") {
8 sources = rebase_path(remoting_srcs_gypi_values.remoting_protocol_sources, 8 sources = rebase_path(remoting_srcs_gypi_values.remoting_protocol_sources,
9 ".", 9 ".",
10 "//remoting") 10 "//remoting")
(...skipping 10 matching lines...) Expand all
21 ] 21 ]
22 deps = [ 22 deps = [
23 "//base", 23 "//base",
24 "//crypto", 24 "//crypto",
25 "//jingle:jingle_glue", 25 "//jingle:jingle_glue",
26 "//net", 26 "//net",
27 "//remoting/base", 27 "//remoting/base",
28 "//remoting/codec", 28 "//remoting/codec",
29 "//remoting/signaling", 29 "//remoting/signaling",
30 ] 30 ]
31
32 if (is_nacl) {
33 sources -= [
34 "chromium_port_allocator.cc",
35 "chromium_socket_factory.cc",
36 ]
37 }
31 } 38 }
32 39
33 source_set("test_support") { 40 source_set("test_support") {
34 testonly = true 41 testonly = true
35 42
36 sources = [ 43 sources = [
37 "fake_authenticator.cc", 44 "fake_authenticator.cc",
38 "fake_authenticator.h", 45 "fake_authenticator.h",
39 "fake_connection_to_host.cc", 46 "fake_connection_to_host.cc",
40 "fake_connection_to_host.h", 47 "fake_connection_to_host.h",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "third_party_authenticator_unittest.cc", 95 "third_party_authenticator_unittest.cc",
89 "v2_authenticator_unittest.cc", 96 "v2_authenticator_unittest.cc",
90 ] 97 ]
91 98
92 deps = [ 99 deps = [
93 ":test_support", 100 ":test_support",
94 "//testing/gmock", 101 "//testing/gmock",
95 "//testing/gtest", 102 "//testing/gtest",
96 ] 103 ]
97 } 104 }
OLDNEW
« no previous file with comments | « remoting/codec/BUILD.gn ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698