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: http://src.chromium.org/svn/trunk/src/build@13537 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
73fdcaa59b
Коммит
074c163b85
|
@ -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']},
|
||||
}],
|
||||
|
|
Загрузка…
Ссылка в новой задаче