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

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

Issue 339079: linux: fix library=shared_library issues (Closed)
Patch Set: . Created 11 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'target_defaults': { 6 'target_defaults': {
7 'defines': [ 7 'defines': [
8 'FEATURE_ENABLE_SSL', 8 'FEATURE_ENABLE_SSL',
9 'FEATURE_ENABLE_VOICEMAIL', # TODO(ncarter): Do we really need this? 9 'FEATURE_ENABLE_VOICEMAIL', # TODO(ncarter): Do we really need this?
10 '_USE_32BIT_TIME_T', 10 '_USE_32BIT_TIME_T',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 # 'files/talk/base/basictypes.h', # overridden 60 # 'files/talk/base/basictypes.h', # overridden
61 # 'files/talk/base/natserver_main.cc', # has a main() 61 # 'files/talk/base/natserver_main.cc', # has a main()
62 # 'files/talk/base/openssladapter.cc', # openssl 62 # 'files/talk/base/openssladapter.cc', # openssl
63 # 'files/talk/base/openssladapter.h', # openssl 63 # 'files/talk/base/openssladapter.h', # openssl
64 # 'files/talk/base/winsock_initializer.cc', # overridden 64 # 'files/talk/base/winsock_initializer.cc', # overridden
65 'files/talk/base/asynchttprequest.cc', 65 'files/talk/base/asynchttprequest.cc',
66 'files/talk/base/asynchttprequest.h', 66 'files/talk/base/asynchttprequest.h',
67 'files/talk/base/asyncpacketsocket.cc', 67 'files/talk/base/asyncpacketsocket.cc',
68 'files/talk/base/asyncpacketsocket.h', 68 'files/talk/base/asyncpacketsocket.h',
69 'files/talk/base/asynctcpsocket.h', 69 'files/talk/base/asynctcpsocket.h',
70 'files/talk/base/asynctcpsocket.cc',
70 'files/talk/base/asyncudpsocket.cc', 71 'files/talk/base/asyncudpsocket.cc',
71 'files/talk/base/asyncudpsocket.h', 72 'files/talk/base/asyncudpsocket.h',
72 'files/talk/base/autodetectproxy.cc', 73 'files/talk/base/autodetectproxy.cc',
73 'files/talk/base/autodetectproxy.h', 74 'files/talk/base/autodetectproxy.h',
74 'files/talk/base/base64.cc', 75 'files/talk/base/base64.cc',
75 'files/talk/base/base64.h', 76 'files/talk/base/base64.h',
76 'files/talk/base/basicdefs.h', 77 'files/talk/base/basicdefs.h',
77 'files/talk/base/bytebuffer.cc', 78 'files/talk/base/bytebuffer.cc',
78 'files/talk/base/bytebuffer.h', 79 'files/talk/base/bytebuffer.h',
79 'files/talk/base/common.cc', 80 'files/talk/base/common.cc',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ], 280 ],
280 }, 281 },
281 ], 282 ],
282 } 283 }
283 284
284 # Local Variables: 285 # Local Variables:
285 # tab-width:2 286 # tab-width:2
286 # indent-tabs-mode:nil 287 # indent-tabs-mode:nil
287 # End: 288 # End:
288 # vim: set expandtab tabstop=2 shiftwidth=2: 289 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | third_party/protobuf2/protobuf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698