diff options
Diffstat (limited to 'Source/JavaScriptGlue/gyp')
-rw-r--r-- | Source/JavaScriptGlue/gyp/JavaScriptGlue.gyp | 73 | ||||
-rw-r--r-- | Source/JavaScriptGlue/gyp/JavaScriptGlue.gypi | 111 |
2 files changed, 0 insertions, 184 deletions
diff --git a/Source/JavaScriptGlue/gyp/JavaScriptGlue.gyp b/Source/JavaScriptGlue/gyp/JavaScriptGlue.gyp deleted file mode 100644 index c3bb711..0000000 --- a/Source/JavaScriptGlue/gyp/JavaScriptGlue.gyp +++ /dev/null @@ -1,73 +0,0 @@ -{ - 'includes': [ - '../../gyp/common.gypi', - 'JavaScriptGlue.gypi', - ], - 'xcode_config_file': '<(DEPTH)/JavaScriptGlue/Configurations/DebugRelease.xcconfig', - 'targets': [ - { - 'target_name': 'JavaScriptGlue', - 'type': 'shared_library', - 'dependencies': [ - 'Update Version' - ], - 'include_dirs': [ - '<(DEPTH)/JavaScriptGlue', - '<(DEPTH)/JavaScriptGlue/ForwardingHeaders', - '<(DEPTH)/JavaScriptGlue/icu', - '<(PRODUCT_DIR)/include', - ], - 'sources': [ - '<@(javascriptglue_files)', - '<(PRODUCT_DIR)/JavaScriptCore.framework', - '$(SDKROOT)/System/Library/Frameworks/CoreServices.framework', - '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', - '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', - ], - 'xcode_config_file': '../Configurations/JavaScriptGlue.xcconfig', - 'postbuilds': [ - { - 'postbuild_name': 'Check For Global Initializers', - 'action': [ - 'sh', '<(DEPTH)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-global-initializers' - ], - }, - { - 'postbuild_name': 'Check For Weak VTables and Externals', - 'action': [ - 'sh', '<(DEPTH)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-weak-vtables-and-externals' - ], - }, - { - 'postbuild_name': 'Remove Headers If Needed', - 'action': [ - 'sh', '<(DEPTH)/gyp/remove-headers-if-needed.sh' - ], - }, - ], - 'conditions': [ - ['OS=="mac"', { - 'mac_bundle': 1, - 'xcode_settings': { - # FIXME: Remove these overrides once JavaScriptGlue.xcconfig is - # used only by this project. - 'INFOPLIST_FILE': '<(DEPTH)/JavaScriptGlue/Info.plist', - 'EXPORTED_SYMBOLS_FILE': '<(DEPTH)/JavaScriptGlue/JavaScriptGlue.exp', - }, - }], - ], - }, - { - 'target_name': 'Update Version', - 'type': 'none', - 'actions': [{ - 'action_name': 'Update Info.plist with version information', - 'inputs': [], - 'outputs': [], - 'action': [ - 'sh', '<(DEPTH)/gyp/update-info-plist.sh', '<(DEPTH)/JavaScriptGlue/Info.plist' - ] - }], - }, - ], # targets -} diff --git a/Source/JavaScriptGlue/gyp/JavaScriptGlue.gypi b/Source/JavaScriptGlue/gyp/JavaScriptGlue.gypi deleted file mode 100644 index abc98d0..0000000 --- a/Source/JavaScriptGlue/gyp/JavaScriptGlue.gypi +++ /dev/null @@ -1,111 +0,0 @@ -{ - 'variables': { - 'javascriptglue_files': [ - '../JavaScriptGlue.cpp', - '../JSBase.cpp', - '../JSObject.cpp', - '../JSRun.cpp', - '../JSUtils.cpp', - '../JSValueWrapper.cpp', - '../UserObjectImp.cpp', - '../config.h', - '../ForwardingHeaders/masm/X86Assembler.h', - '../ForwardingHeaders/profiler/Profiler.h', - '../ForwardingHeaders/runtime/CallFrame.h', - '../ForwardingHeaders/wtf/AlwaysInline.h', - '../ForwardingHeaders/wtf/ASCIICType.h', - '../ForwardingHeaders/wtf/Assertions.h', - '../ForwardingHeaders/wtf/Atomics.h', - '../ForwardingHeaders/wtf/Bitmap.h', - '../ForwardingHeaders/wtf/BumpPointerAllocator.h', - '../ForwardingHeaders/wtf/CrossThreadRefCounted.h', - '../ForwardingHeaders/wtf/CurrentTime.h', - '../ForwardingHeaders/wtf/DateInstanceCache.h', - '../ForwardingHeaders/wtf/DateMath.h', - '../ForwardingHeaders/wtf/FastAllocBase.h', - '../ForwardingHeaders/wtf/FastMalloc.h', - '../ForwardingHeaders/wtf/FixedArray.h', - '../ForwardingHeaders/wtf/Forward.h', - '../ForwardingHeaders/wtf/HashCountedSet.h', - '../ForwardingHeaders/wtf/HashFunctions.h', - '../ForwardingHeaders/wtf/HashMap.h', - '../ForwardingHeaders/wtf/HashSet.h', - '../ForwardingHeaders/wtf/HashTraits.h', - '../ForwardingHeaders/wtf/ListHashSet.h', - '../ForwardingHeaders/wtf/ListRefPtr.h', - '../ForwardingHeaders/wtf/Locker.h', - '../ForwardingHeaders/wtf/MainThread.h', - '../ForwardingHeaders/wtf/MathExtras.h', - '../ForwardingHeaders/wtf/Noncopyable.h', - '../ForwardingHeaders/wtf/NotFound.h', - '../ForwardingHeaders/wtf/OSAllocator.h', - '../ForwardingHeaders/wtf/OwnArrayPtr.h', - '../ForwardingHeaders/wtf/OwnFastMallocPtr.h', - '../ForwardingHeaders/wtf/OwnPtr.h', - '../ForwardingHeaders/wtf/OwnPtrCommon.h', - '../ForwardingHeaders/wtf/PageAllocation.h', - '../ForwardingHeaders/wtf/PageAllocationAligned.h', - '../ForwardingHeaders/wtf/PageBlock.h', - '../ForwardingHeaders/wtf/PageReservation.h', - '../ForwardingHeaders/wtf/PassOwnArrayPtr.h', - '../ForwardingHeaders/wtf/PassOwnPtr.h', - '../ForwardingHeaders/wtf/PassRefPtr.h', - '../ForwardingHeaders/wtf/Platform.h', - '../ForwardingHeaders/wtf/PossiblyNull.h', - '../ForwardingHeaders/wtf/PtrAndFlags.h', - '../ForwardingHeaders/wtf/RandomNumber.h', - '../ForwardingHeaders/wtf/RefCounted.h', - '../ForwardingHeaders/wtf/RefPtr.h', - '../ForwardingHeaders/wtf/StackBounds.h', - '../ForwardingHeaders/wtf/StdLibExtras.h', - '../ForwardingHeaders/wtf/StringHasher.h', - '../ForwardingHeaders/wtf/text/CString.h', - '../ForwardingHeaders/wtf/text/StringHash.h', - '../ForwardingHeaders/wtf/text/StringImpl.h', - '../ForwardingHeaders/wtf/text/StringImplBase.h', - '../ForwardingHeaders/wtf/text/TextPosition.h', - '../ForwardingHeaders/wtf/text/WTFString.h', - '../ForwardingHeaders/wtf/Threading.h', - '../ForwardingHeaders/wtf/ThreadingPrimitives.h', - '../ForwardingHeaders/wtf/ThreadSafeShared.h', - '../ForwardingHeaders/wtf/ThreadSpecific.h', - '../ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h', - '../ForwardingHeaders/wtf/unicode/Unicode.h', - '../ForwardingHeaders/wtf/UnusedParam.h', - '../ForwardingHeaders/wtf/ValueCheck.h', - '../ForwardingHeaders/wtf/Vector.h', - '../ForwardingHeaders/wtf/VectorTraits.h', - '../ForwardingHeaders/wtf/VMTags.h', - '../ForwardingHeaders/wtf/WTFThreadData.h', - '../icu/unicode/platform.h', - '../icu/unicode/putil.h', - '../icu/unicode/uchar.h', - '../icu/unicode/ucnv.h', - '../icu/unicode/ucnv_err.h', - '../icu/unicode/uconfig.h', - '../icu/unicode/uenum.h', - '../icu/unicode/uiter.h', - '../icu/unicode/umachine.h', - '../icu/unicode/urename.h', - '../icu/unicode/ustring.h', - '../icu/unicode/utf.h', - '../icu/unicode/utf16.h', - '../icu/unicode/utf8.h', - '../icu/unicode/utf_old.h', - '../icu/unicode/utypes.h', - '../icu/unicode/uversion.h', - '../JavaScriptGlue.h', - '../JSBase.h', - '../JSObject.h', - '../JSRun.h', - '../JSUtils.h', - '../JSValueWrapper.h', - '../UserObjectImp.h', - '../Info.plist', - ], - 'testjsglue_files': [ - '../testjsglue.cpp', - ] - } -} - |