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

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

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/base/BUILD.gn ('k') | rlz/BUILD.gn » ('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 static_library("protocol") { 5 static_library("protocol") {
6 sources = [ 6 sources = [
7 "audio_reader.cc", 7 "audio_reader.cc",
8 "audio_reader.h", 8 "audio_reader.h",
9 "audio_stub.h", 9 "audio_stub.h",
10 "audio_writer.cc", 10 "audio_writer.cc",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "../signaling/log_to_server.h", 132 "../signaling/log_to_server.h",
133 "../signaling/server_log_entry.cc", 133 "../signaling/server_log_entry.cc",
134 "../signaling/server_log_entry.h", 134 "../signaling/server_log_entry.h",
135 "../signaling/signal_strategy.h", 135 "../signaling/signal_strategy.h",
136 "../signaling/xmpp_signal_strategy.cc", 136 "../signaling/xmpp_signal_strategy.cc",
137 "../signaling/xmpp_signal_strategy.h", 137 "../signaling/xmpp_signal_strategy.h",
138 ] 138 ]
139 139
140 configs += [ "//build/config/compiler:wexit_time_destructors" ] 140 configs += [ "//build/config/compiler:wexit_time_destructors" ]
141 141
142 public_deps = [
143 "//third_party/libjingle",
144 ]
142 deps = [ 145 deps = [
143 "//base", 146 "//base",
144 "//crypto", 147 "//crypto",
145 "//jingle:jingle_glue", 148 "//jingle:jingle_glue",
146 "//jingle:notifier", 149 "//jingle:notifier",
147 "//net", 150 "//net",
148 "//remoting/base", 151 "//remoting/base",
149 "//third_party/libjingle",
150 ]
151
152 forward_dependent_configs_from = [
153 "//third_party/libjingle",
154 ] 152 ]
155 } 153 }
OLDNEW
« no previous file with comments | « remoting/base/BUILD.gn ('k') | rlz/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698