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

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

Issue 2903153004: [Chromoting] Implement down mixing in AudioPump (Closed)
Patch Set: Resolve review comments Created 3 years, 6 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 | « no previous file | remoting/host/audio_capturer_win.h » ('j') | remoting/host/audio_capturer_win.cc » ('J')
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/util/process_version.gni") 5 import("//build/util/process_version.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 ] 286 ]
287 287
288 defines = [ "WEBRTC_CHROMIUM_BUILD" ] 288 defines = [ "WEBRTC_CHROMIUM_BUILD" ]
289 289
290 deps = [ 290 deps = [
291 "//base:i18n", 291 "//base:i18n",
292 "//components/policy/core/common", 292 "//components/policy/core/common",
293 "//crypto", 293 "//crypto",
294 "//device/power_save_blocker", 294 "//device/power_save_blocker",
295 "//google_apis", 295 "//google_apis",
296 "//media",
296 "//remoting/base", 297 "//remoting/base",
297 "//remoting/base:authorization", 298 "//remoting/base:authorization",
298 "//remoting/host/security_key", 299 "//remoting/host/security_key",
299 "//remoting/protocol", 300 "//remoting/protocol",
300 "//remoting/resources", 301 "//remoting/resources",
301 "//ui/base", 302 "//ui/base",
302 "//ui/events:dom_keycode_converter", 303 "//ui/events:dom_keycode_converter",
303 "//ui/events/platform", 304 "//ui/events/platform",
304 ] 305 ]
305 306
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 group("remoting_me2me_host_archive") { 797 group("remoting_me2me_host_archive") {
797 deps = [ 798 deps = [
798 "//remoting/host/installer/mac:remoting_me2me_host_archive", 799 "//remoting/host/installer/mac:remoting_me2me_host_archive",
799 ] 800 ]
800 } 801 }
801 } else { 802 } else {
802 group("remoting_me2me_host_archive") { 803 group("remoting_me2me_host_archive") {
803 } 804 }
804 } 805 }
805 } 806 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/audio_capturer_win.h » ('j') | remoting/host/audio_capturer_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698