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

Side by Side Diff: remoting/protocol/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 | « remoting/host/win/BUILD.gn ('k') | tools/grit/grit_rule.gni » ('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 7
7 static_library("protocol") { 8 static_library("protocol") {
8 sources = [ 9 sources = [
9 "audio_decode_scheduler.cc", 10 "audio_decode_scheduler.cc",
10 "audio_decode_scheduler.h", 11 "audio_decode_scheduler.h",
11 "audio_pump.cc", 12 "audio_pump.cc",
12 "audio_pump.h", 13 "audio_pump.h",
13 "audio_reader.cc", 14 "audio_reader.cc",
14 "audio_reader.h", 15 "audio_reader.h",
15 "audio_stub.h", 16 "audio_stub.h",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "webrtc_transport_unittest.cc", 331 "webrtc_transport_unittest.cc",
331 ] 332 ]
332 333
333 deps = [ 334 deps = [
334 ":test_support", 335 ":test_support",
335 "//net:test_support", 336 "//net:test_support",
336 "//testing/gmock", 337 "//testing/gmock",
337 "//testing/gtest", 338 "//testing/gtest",
338 ] 339 ]
339 } 340 }
OLDNEW
« no previous file with comments | « remoting/host/win/BUILD.gn ('k') | tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698