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

Side by Side Diff: third_party/libjingle/libjingle.gyp

Issue 10831092: The peerconnection_server built target now depends on the libjingle. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « no previous file | 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 'includes': [ 6 'includes': [
7 '../../build/win_precompile.gypi', 7 '../../build/win_precompile.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'defines': [ 10 'defines': [
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'source/talk/examples/peerconnection/server/data_socket.h', 640 'source/talk/examples/peerconnection/server/data_socket.h',
641 'source/talk/examples/peerconnection/server/main.cc', 641 'source/talk/examples/peerconnection/server/main.cc',
642 'source/talk/examples/peerconnection/server/peer_channel.cc', 642 'source/talk/examples/peerconnection/server/peer_channel.cc',
643 'source/talk/examples/peerconnection/server/peer_channel.h', 643 'source/talk/examples/peerconnection/server/peer_channel.h',
644 'source/talk/examples/peerconnection/server/utils.cc', 644 'source/talk/examples/peerconnection/server/utils.cc',
645 'source/talk/examples/peerconnection/server/utils.h', 645 'source/talk/examples/peerconnection/server/utils.h',
646 ], 646 ],
647 'include_dirs': [ 647 'include_dirs': [
648 'source', 648 'source',
649 ], 649 ],
650 'dependencies': [
651 'libjingle',
Sergey Ulanov 2012/07/31 17:47:25 How did it work previously, without this dependenc
Ronghua Wu (Left Chromium) 2012/07/31 17:51:25 The peerconnection_server is basically a socket ap
652 ],
650 }, # target peerconnection_server 653 }, # target peerconnection_server
651 ], 654 ],
652 } 655 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698