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

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

Issue 671573003: Adding support for authenticated copresence calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing memory error Created 6 years, 1 month 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/copresence_manager.cc » ('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.cc",
9 "copresence_manager_impl.cc", 8 "copresence_manager_impl.cc",
10 "copresence_switches.cc", 9 "copresence_switches.cc",
11 "copresence_switches.h", 10 "copresence_switches.h",
12 "handlers/audio/audio_directive_handler.cc", 11 "handlers/audio/audio_directive_handler.cc",
13 "handlers/audio/audio_directive_handler.h", 12 "handlers/audio/audio_directive_handler.h",
14 "handlers/audio/audio_directive_list.cc", 13 "handlers/audio/audio_directive_list.cc",
15 "handlers/audio/audio_directive_list.h", 14 "handlers/audio/audio_directive_list.h",
16 "handlers/audio/tick_clock_ref_counted.cc", 15 "handlers/audio/tick_clock_ref_counted.cc",
17 "handlers/audio/tick_clock_ref_counted.h", 16 "handlers/audio/tick_clock_ref_counted.h",
18 "handlers/directive_handler.cc", 17 "handlers/directive_handler.cc",
(...skipping 19 matching lines...) Expand all
38 ] 37 ]
39 38
40 deps = [ 39 deps = [
41 "//base", 40 "//base",
42 "//components/copresence/proto", 41 "//components/copresence/proto",
43 "//content", 42 "//content",
44 "//media", 43 "//media",
45 "//net", 44 "//net",
46 ] 45 ]
47 } 46 }
OLDNEW
« no previous file with comments | « components/copresence.gypi ('k') | components/copresence/copresence_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698