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

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

Issue 7706011: Use precompiled headers for most large projects. (Closed) Base URL: ssh://joi@192.168.1.201/home/joi/c/chrome/src@master
Patch Set: Merge to lkgr. Created 9 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
« no previous file with comments | « third_party/harfbuzz/harfbuzz.gyp ('k') | third_party/libphonenumber/libphonenumber.gyp » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'no_libjingle_logging%': 0, 7 'no_libjingle_logging%': 0,
8 }, 8 },
9 'includes': [
10 '../../build/win_precompile.gypi',
11 ],
9 'target_defaults': { 12 'target_defaults': {
10 'defines': [ 13 'defines': [
11 'FEATURE_ENABLE_SSL', 14 'FEATURE_ENABLE_SSL',
12 'FEATURE_ENABLE_VOICEMAIL', # TODO(ncarter): Do we really need this? 15 'FEATURE_ENABLE_VOICEMAIL', # TODO(ncarter): Do we really need this?
13 '_USE_32BIT_TIME_T', 16 '_USE_32BIT_TIME_T',
14 'SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS', 17 'SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS',
15 'EXPAT_RELATIVE_PATH', 18 'EXPAT_RELATIVE_PATH',
16 ], 19 ],
17 'configurations': { 20 'configurations': {
18 'Debug': { 21 'Debug': {
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'source/talk/session/tunnel/pseudotcpchannel.h', 420 'source/talk/session/tunnel/pseudotcpchannel.h',
418 'source/talk/session/tunnel/tunnelsessionclient.cc', 421 'source/talk/session/tunnel/tunnelsessionclient.cc',
419 'source/talk/session/tunnel/tunnelsessionclient.h', 422 'source/talk/session/tunnel/tunnelsessionclient.h',
420 ], 423 ],
421 'dependencies': [ 424 'dependencies': [
422 'libjingle', 425 'libjingle',
423 ], 426 ],
424 }, 427 },
425 ], 428 ],
426 } 429 }
OLDNEW
« no previous file with comments | « third_party/harfbuzz/harfbuzz.gyp ('k') | third_party/libphonenumber/libphonenumber.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698