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

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

Issue 713643002: Revert "Adding GCM support to the copresence component. The Copresence server can push directives (… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2214
Patch Set: 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/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_switches.cc", 9 "copresence_switches.cc",
10 "copresence_switches.h", 10 "copresence_switches.h",
11 "handlers/audio/audio_directive_handler.h", 11 "handlers/audio/audio_directive_handler.h",
12 "handlers/audio/audio_directive_handler_impl.cc", 12 "handlers/audio/audio_directive_handler_impl.cc",
13 "handlers/audio/audio_directive_handler_impl.h", 13 "handlers/audio/audio_directive_handler_impl.h",
14 "handlers/audio/audio_directive_list.cc", 14 "handlers/audio/audio_directive_list.cc",
15 "handlers/audio/audio_directive_list.h", 15 "handlers/audio/audio_directive_list.h",
16 "handlers/audio/tick_clock_ref_counted.cc", 16 "handlers/audio/tick_clock_ref_counted.cc",
17 "handlers/audio/tick_clock_ref_counted.h", 17 "handlers/audio/tick_clock_ref_counted.h",
18 "handlers/directive_handler.cc", 18 "handlers/directive_handler.cc",
19 "handlers/directive_handler.h", 19 "handlers/directive_handler.h",
20 "handlers/gcm_handler.cc",
21 "handlers/gcm_handler.h",
22 "mediums/audio/audio_manager.h", 20 "mediums/audio/audio_manager.h",
23 "mediums/audio/audio_manager_impl.cc", 21 "mediums/audio/audio_manager_impl.cc",
24 "mediums/audio/audio_manager_impl.h", 22 "mediums/audio/audio_manager_impl.h",
25 "mediums/audio/audio_player.h", 23 "mediums/audio/audio_player.h",
26 "mediums/audio/audio_player_impl.cc", 24 "mediums/audio/audio_player_impl.cc",
27 "mediums/audio/audio_player_impl.h", 25 "mediums/audio/audio_player_impl.h",
28 "mediums/audio/audio_recorder.h", 26 "mediums/audio/audio_recorder.h",
29 "mediums/audio/audio_recorder_impl.cc", 27 "mediums/audio/audio_recorder_impl.cc",
30 "mediums/audio/audio_recorder_impl.h", 28 "mediums/audio/audio_recorder_impl.h",
31 "public/copresence_constants.h", 29 "public/copresence_constants.h",
32 "public/copresence_delegate.h", 30 "public/copresence_delegate.h",
33 "public/copresence_manager.h", 31 "public/copresence_manager.h",
34 "public/whispernet_client.h", 32 "public/whispernet_client.h",
35 "rpc/http_post.cc", 33 "rpc/http_post.cc",
36 "rpc/http_post.h", 34 "rpc/http_post.h",
37 "rpc/rpc_handler.cc", 35 "rpc/rpc_handler.cc",
38 "rpc/rpc_handler.h", 36 "rpc/rpc_handler.h",
39 "timed_map.h", 37 "timed_map.h",
40 ] 38 ]
41 39
42 deps = [ 40 deps = [
43 "//base", 41 "//base",
44 "//components/copresence/proto", 42 "//components/copresence/proto",
45 "//content", 43 "//content",
46 "//media", 44 "//media",
47 "//net", 45 "//net",
48 ] 46 ]
49 } 47 }
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