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

Side by Side Diff: components/copresence/BUILD.gn

Issue 892423002: Adding some audio debugging flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows fix, take 2 Created 5 years, 10 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 | « components/copresence.gypi ('k') | components/copresence/DEPS » ('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("copresence") { 5 static_library("copresence") {
6 sources = [ 6 sources = [
7 "copresence_constants.cc", 7 "copresence_constants.cc",
8 "copresence_manager_impl.cc", 8 "copresence_manager_impl.cc",
9 "copresence_state_impl.cc", 9 "copresence_state_impl.cc",
10 "copresence_state_impl.h", 10 "copresence_state_impl.h",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "tokens.cc", 46 "tokens.cc",
47 "tokens.h", 47 "tokens.h",
48 ] 48 ]
49 49
50 deps = [ 50 deps = [
51 "//base", 51 "//base",
52 "//components/copresence/proto", 52 "//components/copresence/proto",
53 "//content", 53 "//content",
54 "//media", 54 "//media",
55 "//net", 55 "//net",
56 "//third_party/webrtc/common_audio",
56 ] 57 ]
57 } 58 }
OLDNEW
« no previous file with comments | « components/copresence.gypi ('k') | components/copresence/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698