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

Side by Side Diff: remoting/remoting.gyp

Issue 10562007: Added files for audio readers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments 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
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 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1497 'remoting_base', 1497 'remoting_base',
1498 'remoting_jingle_glue', 1498 'remoting_jingle_glue',
1499 '../crypto/crypto.gyp:crypto', 1499 '../crypto/crypto.gyp:crypto',
1500 '../jingle/jingle.gyp:jingle_glue', 1500 '../jingle/jingle.gyp:jingle_glue',
1501 '../net/net.gyp:net', 1501 '../net/net.gyp:net',
1502 ], 1502 ],
1503 'export_dependent_settings': [ 1503 'export_dependent_settings': [
1504 'remoting_jingle_glue', 1504 'remoting_jingle_glue',
1505 ], 1505 ],
1506 'sources': [ 1506 'sources': [
1507 'protocol/audio_reader.cc',
1508 'protocol/audio_reader.h',
1507 'protocol/audio_stub.h', 1509 'protocol/audio_stub.h',
1508 'protocol/audio_writer.cc', 1510 'protocol/audio_writer.cc',
1509 'protocol/audio_writer.h', 1511 'protocol/audio_writer.h',
1510 'protocol/auth_util.cc', 1512 'protocol/auth_util.cc',
1511 'protocol/auth_util.h', 1513 'protocol/auth_util.h',
1512 'protocol/authentication_method.cc', 1514 'protocol/authentication_method.cc',
1513 'protocol/authentication_method.h', 1515 'protocol/authentication_method.h',
1514 'protocol/authenticator.cc', 1516 'protocol/authenticator.cc',
1515 'protocol/authenticator.h', 1517 'protocol/authenticator.h',
1516 'protocol/buffered_socket_writer.cc', 1518 'protocol/buffered_socket_writer.cc',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1762 '../base/allocator/allocator.gyp:allocator', 1764 '../base/allocator/allocator.gyp:allocator',
1763 ], 1765 ],
1764 }, 1766 },
1765 ], 1767 ],
1766 ], 1768 ],
1767 }], 1769 }],
1768 ], # end of 'conditions' 1770 ], # end of 'conditions'
1769 }, # end of target 'remoting_unittests' 1771 }, # end of target 'remoting_unittests'
1770 ], # end of targets 1772 ], # end of targets
1771 } 1773 }
OLDNEW
« remoting/protocol/audio_reader.cc ('K') | « remoting/protocol/audio_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698