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

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

Issue 24364005: Update webrtc to r4819. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | « third_party/libjingle/README.chromium ('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 'includes': [ 6 'includes': [
7 '../../build/win_precompile.gypi', 7 '../../build/win_precompile.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'enabled_libjingle_device_manager%': 0, 10 'enabled_libjingle_device_manager%': 0,
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '<(libjingle_source)/talk/base/common.cc', 275 '<(libjingle_source)/talk/base/common.cc',
276 '<(libjingle_source)/talk/base/common.h', 276 '<(libjingle_source)/talk/base/common.h',
277 '<(libjingle_source)/talk/base/cpumonitor.cc', 277 '<(libjingle_source)/talk/base/cpumonitor.cc',
278 '<(libjingle_source)/talk/base/cpumonitor.h', 278 '<(libjingle_source)/talk/base/cpumonitor.h',
279 '<(libjingle_source)/talk/base/crc32.cc', 279 '<(libjingle_source)/talk/base/crc32.cc',
280 '<(libjingle_source)/talk/base/crc32.h', 280 '<(libjingle_source)/talk/base/crc32.h',
281 '<(libjingle_source)/talk/base/criticalsection.h', 281 '<(libjingle_source)/talk/base/criticalsection.h',
282 '<(libjingle_source)/talk/base/cryptstring.h', 282 '<(libjingle_source)/talk/base/cryptstring.h',
283 '<(libjingle_source)/talk/base/diskcache.cc', 283 '<(libjingle_source)/talk/base/diskcache.cc',
284 '<(libjingle_source)/talk/base/diskcache.h', 284 '<(libjingle_source)/talk/base/diskcache.h',
285 '<(libjingle_source)/talk/base/dscp.h',
285 '<(libjingle_source)/talk/base/event.cc', 286 '<(libjingle_source)/talk/base/event.cc',
286 '<(libjingle_source)/talk/base/event.h', 287 '<(libjingle_source)/talk/base/event.h',
287 '<(libjingle_source)/talk/base/fileutils.cc', 288 '<(libjingle_source)/talk/base/fileutils.cc',
288 '<(libjingle_source)/talk/base/fileutils.h', 289 '<(libjingle_source)/talk/base/fileutils.h',
289 '<(libjingle_source)/talk/base/firewallsocketserver.cc', 290 '<(libjingle_source)/talk/base/firewallsocketserver.cc',
290 '<(libjingle_source)/talk/base/firewallsocketserver.h', 291 '<(libjingle_source)/talk/base/firewallsocketserver.h',
291 '<(libjingle_source)/talk/base/flags.cc', 292 '<(libjingle_source)/talk/base/flags.cc',
292 '<(libjingle_source)/talk/base/flags.h', 293 '<(libjingle_source)/talk/base/flags.h',
293 '<(libjingle_source)/talk/base/helpers.cc', 294 '<(libjingle_source)/talk/base/helpers.cc',
294 '<(libjingle_source)/talk/base/helpers.h', 295 '<(libjingle_source)/talk/base/helpers.h',
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 # in this directory and not lib.target as will otherwise be 952 # in this directory and not lib.target as will otherwise be
952 # the case with make builds. 953 # the case with make builds.
953 'product_dir': '<(PRODUCT_DIR)/lib', 954 'product_dir': '<(PRODUCT_DIR)/lib',
954 }], 955 }],
955 ], 956 ],
956 }, # target libpeerconnection 957 }, # target libpeerconnection
957 ], 958 ],
958 }], 959 }],
959 ], 960 ],
960 } 961 }
OLDNEW
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698