summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-10 00:42:53 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-10 00:42:53 +0000
commit171f24d84290d462429f9d6f58f0c7db39ef7fb0 (patch)
tree1500e1a6332ffeda49a52025b2b717eb5964cefc /chrome/chrome.gyp
parent093e659784976999f6bacf05239e15eb0633bca1 (diff)
downloadchromium_src-171f24d84290d462429f9d6f58f0c7db39ef7fb0.zip
chromium_src-171f24d84290d462429f9d6f58f0c7db39ef7fb0.tar.gz
chromium_src-171f24d84290d462429f9d6f58f0c7db39ef7fb0.tar.bz2
Remove pthreads from build and installer files.
We can yank it from deps/ following this. BUG=19895 TEST=sync_unit_tests Review URL: http://codereview.chromium.org/261042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp25
1 files changed, 0 insertions, 25 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 310e295..ff96123 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -4658,13 +4658,6 @@
'sync',
'sync_proto',
],
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': [
- '../third_party/pthreads-win32/pthreads.gyp:pthreads',
- ],
- }],
- ],
}],
],
},
@@ -4879,7 +4872,6 @@
'urlmon.dll',
'imm32.dll',
'iphlpapi.dll',
- 'pthreads.dll',
],
'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib',
'ProgramDatabaseFile': '$(OutDir)\\chrome_dll.pdb',
@@ -6402,11 +6394,6 @@
'sync_proto',
],
'conditions': [
- ['OS=="win"', {
- 'dependencies': [
- '../third_party/pthreads-win32/pthreads.gyp:pthreads',
- ],
- }],
['OS=="linux"', {
'defines': [
'POSIX',
@@ -6467,9 +6454,6 @@
],
'conditions': [
['OS=="win"', {
- 'dependencies': [
- '../third_party/pthreads-win32/pthreads.gyp:pthreads',
- ],
'link_settings': {
'libraries': [
'-lcrypt32.lib',
@@ -6553,8 +6537,6 @@
'browser/sync/engine/syncer_thread.h',
'browser/sync/engine/syncer_thread_timed_stop.cc',
'browser/sync/engine/syncer_thread_timed_stop.h',
- 'browser/sync/engine/syncer_thread_pthreads.cc',
- 'browser/sync/engine/syncer_thread_pthreads.h',
'browser/sync/engine/syncer_types.h',
'browser/sync/engine/syncer_util.cc',
'browser/sync/engine/syncer_util.h',
@@ -6587,7 +6569,6 @@
'browser/sync/util/compat_file.h',
'browser/sync/util/compat_file_posix.cc',
'browser/sync/util/compat_file_win.cc',
- 'browser/sync/util/compat_pthread.h',
'browser/sync/util/crypto_helpers.cc',
'browser/sync/util/crypto_helpers.h',
'browser/sync/util/dbgq.h',
@@ -6604,9 +6585,6 @@
'browser/sync/util/path_helpers.h',
'browser/sync/util/path_helpers_linux.cc',
'browser/sync/util/path_helpers_posix.cc',
- 'browser/sync/util/pthread_helpers.cc',
- 'browser/sync/util/pthread_helpers.h',
- 'browser/sync/util/pthread_helpers_fwd.h',
'browser/sync/util/query_helpers.cc',
'browser/sync/util/query_helpers.h',
'browser/sync/util/row_iterator.h',
@@ -6637,9 +6615,6 @@
'browser/sync/util/data_encryption.h',
'browser/sync/util/path_helpers.cc',
],
- 'dependencies': [
- '../third_party/pthreads-win32/pthreads.gyp:pthreads',
- ],
}],
['OS=="linux"', {
'defines': [