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

Side by Side Diff: components/copresence.gypi

Issue 637223011: Redesign the copresence audio handlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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
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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'copresence', 8 'target_name': 'copresence',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 13 matching lines...) Expand all
24 'copresence/copresence_manager.cc', 24 'copresence/copresence_manager.cc',
25 'copresence/copresence_manager_impl.cc', 25 'copresence/copresence_manager_impl.cc',
26 'copresence/copresence_switches.cc', 26 'copresence/copresence_switches.cc',
27 'copresence/copresence_switches.h', 27 'copresence/copresence_switches.h',
28 'copresence/handlers/audio/audio_directive_handler.cc', 28 'copresence/handlers/audio/audio_directive_handler.cc',
29 'copresence/handlers/audio/audio_directive_handler.h', 29 'copresence/handlers/audio/audio_directive_handler.h',
30 'copresence/handlers/audio/audio_directive_list.cc', 30 'copresence/handlers/audio/audio_directive_list.cc',
31 'copresence/handlers/audio/audio_directive_list.h', 31 'copresence/handlers/audio/audio_directive_list.h',
32 'copresence/handlers/directive_handler.cc', 32 'copresence/handlers/directive_handler.cc',
33 'copresence/handlers/directive_handler.h', 33 'copresence/handlers/directive_handler.h',
34 'copresence/mediums/audio/audio_manager.cc',
35 'copresence/mediums/audio/audio_manager.h',
34 'copresence/mediums/audio/audio_player.cc', 36 'copresence/mediums/audio/audio_player.cc',
35 'copresence/mediums/audio/audio_player.h', 37 'copresence/mediums/audio/audio_player.h',
36 'copresence/mediums/audio/audio_recorder.cc', 38 'copresence/mediums/audio/audio_recorder.cc',
37 'copresence/mediums/audio/audio_recorder.h', 39 'copresence/mediums/audio/audio_recorder.h',
38 'copresence/public/copresence_constants.h', 40 'copresence/public/copresence_constants.h',
39 'copresence/public/copresence_delegate.h', 41 'copresence/public/copresence_delegate.h',
40 'copresence/public/copresence_manager.h', 42 'copresence/public/copresence_manager.h',
41 'copresence/public/whispernet_client.h', 43 'copresence/public/whispernet_client.h',
42 'copresence/rpc/http_post.cc', 44 'copresence/rpc/http_post.cc',
43 'copresence/rpc/http_post.h', 45 'copresence/rpc/http_post.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'copresence/proto/rpcs.proto', 78 'copresence/proto/rpcs.proto',
77 ], 79 ],
78 'variables': { 80 'variables': {
79 'proto_in_dir': 'copresence/proto', 81 'proto_in_dir': 'copresence/proto',
80 'proto_out_dir': 'components/copresence/proto', 82 'proto_out_dir': 'components/copresence/proto',
81 }, 83 },
82 'includes': [ '../build/protoc.gypi' ] 84 'includes': [ '../build/protoc.gypi' ]
83 }, 85 },
84 ], 86 ],
85 } 87 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698