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

Side by Side Diff: jingle/BUILD.gn

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Fix Created 4 years 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 | « gpu/command_buffer/service/gpu_preferences.h ('k') | media/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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//media/media_options.gni")
6 import("//testing/test.gni") 7 import("//testing/test.gni")
7 8
8 if (enable_webrtc || !is_android) { 9 if (enable_webrtc || !is_android) {
9 static_library("jingle_glue") { 10 static_library("jingle_glue") {
10 sources = [ 11 sources = [
11 "glue/chrome_async_socket.cc", 12 "glue/chrome_async_socket.cc",
12 "glue/chrome_async_socket.h", 13 "glue/chrome_async_socket.h",
13 "glue/fake_ssl_client_socket.cc", 14 "glue/fake_ssl_client_socket.cc",
14 "glue/fake_ssl_client_socket.h", 15 "glue/fake_ssl_client_socket.h",
15 "glue/proxy_resolving_client_socket.cc", 16 "glue/proxy_resolving_client_socket.cc",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 ] 209 ]
209 deps = [ 210 deps = [
210 "//base", 211 "//base",
211 "//net", 212 "//net",
212 ] 213 ]
213 } 214 }
214 215
215 source_set("notifier_test_util") { 216 source_set("notifier_test_util") {
216 } 217 }
217 } 218 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gpu_preferences.h ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698