summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authordimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-10 20:31:10 +0000
committerdimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-10 20:31:10 +0000
commit8711df994152f2dc72dd7f45da8779d73fe1e558 (patch)
tree7ec65344af0c5ee1792cb0a50cee17d9327a6721 /build
parent61d74983f154e4b6d3e8501b212be6b27de3c500 (diff)
downloadchromium_src-8711df994152f2dc72dd7f45da8779d73fe1e558.zip
chromium_src-8711df994152f2dc72dd7f45da8779d73fe1e558.tar.gz
chromium_src-8711df994152f2dc72dd7f45da8779d73fe1e558.tar.bz2
Make OSX TestShell able to run workers, using a new test_worker.dylib which is basically a webkit+v8+helpers to simulate separate process with worker v8 threads. This is similar way we do on Win32.
Review URL: http://codereview.chromium.org/66043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 8327758..580d080 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -266,7 +266,6 @@
'ALWAYS_SEARCH_USER_PATHS': 'NO',
'GCC_C_LANGUAGE_STANDARD': 'c99',
'GCC_CW_ASM_SYNTAX': 'NO',
- 'GCC_DYNAMIC_NO_PIC': 'YES',
'GCC_ENABLE_PASCAL_STRINGS': 'NO',
'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES',
'GCC_OBJC_CALL_CXX_CDTORS': 'YES',
@@ -285,9 +284,6 @@
],
},
'target_conditions': [
- ['_type=="shared_library" or _type=="loadable_module"', {
- 'xcode_settings': {'GCC_DYNAMIC_NO_PIC': 'NO'},
- }],
['_type!="static_library"', {
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']},
}],