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

Side by Side Diff: remoting/remoting.gyp

Issue 10535153: Added files for audio writers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small cleanup Created 8 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 | Annotate | Revision Log
« no previous file with comments | « remoting/protocol/audio_writer.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1490 'remoting_jingle_glue', 1490 'remoting_jingle_glue',
1491 '../crypto/crypto.gyp:crypto', 1491 '../crypto/crypto.gyp:crypto',
1492 '../jingle/jingle.gyp:jingle_glue', 1492 '../jingle/jingle.gyp:jingle_glue',
1493 '../net/net.gyp:net', 1493 '../net/net.gyp:net',
1494 ], 1494 ],
1495 'export_dependent_settings': [ 1495 'export_dependent_settings': [
1496 'remoting_jingle_glue', 1496 'remoting_jingle_glue',
1497 ], 1497 ],
1498 'sources': [ 1498 'sources': [
1499 'protocol/audio_stub.h', 1499 'protocol/audio_stub.h',
1500 'protocol/audio_writer.cc',
1501 'protocol/audio_writer.h',
1500 'protocol/auth_util.cc', 1502 'protocol/auth_util.cc',
1501 'protocol/auth_util.h', 1503 'protocol/auth_util.h',
1502 'protocol/authentication_method.cc', 1504 'protocol/authentication_method.cc',
1503 'protocol/authentication_method.h', 1505 'protocol/authentication_method.h',
1504 'protocol/authenticator.cc', 1506 'protocol/authenticator.cc',
1505 'protocol/authenticator.h', 1507 'protocol/authenticator.h',
1506 'protocol/buffered_socket_writer.cc', 1508 'protocol/buffered_socket_writer.cc',
1507 'protocol/buffered_socket_writer.h', 1509 'protocol/buffered_socket_writer.h',
1508 'protocol/channel_authenticator.h', 1510 'protocol/channel_authenticator.h',
1509 'protocol/channel_dispatcher_base.cc', 1511 'protocol/channel_dispatcher_base.cc',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 '../base/allocator/allocator.gyp:allocator', 1754 '../base/allocator/allocator.gyp:allocator',
1753 ], 1755 ],
1754 }, 1756 },
1755 ], 1757 ],
1756 ], 1758 ],
1757 }], 1759 }],
1758 ], # end of 'conditions' 1760 ], # end of 'conditions'
1759 }, # end of target 'remoting_unittests' 1761 }, # end of target 'remoting_unittests'
1760 ], # end of targets 1762 ], # end of targets
1761 } 1763 }
OLDNEW
« no previous file with comments | « remoting/protocol/audio_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698