X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/a253471d7f8e4d91bf6ebabab00155c3b387d3d0..93a3786624b2768d89bfa27e46598dc64e2fb70a:/gyp/JavaScriptCore.gyp diff --git a/gyp/JavaScriptCore.gyp b/gyp/JavaScriptCore.gyp deleted file mode 100644 index 8a93f1d..0000000 --- a/gyp/JavaScriptCore.gyp +++ /dev/null @@ -1,227 +0,0 @@ -{ - 'includes': [ - '../../gyp/common.gypi', - '../JavaScriptCore.gypi', - ], - 'configurations': { - 'Production': { - 'xcode_config_file': '<(project_dir)/Configurations/Base.xcconfig', - }, - 'Profiling': { - 'xcode_config_file': '<(project_dir)/Configurations/DebugRelease.xcconfig', - 'xcode_settings': { - 'STRIP_INSTALLED_PRODUCT': 'NO', - }, - }, - 'Release': { - 'xcode_config_file': '<(project_dir)/Configurations/DebugRelease.xcconfig', - 'xcode_settings': { - 'STRIP_INSTALLED_PRODUCT': 'NO', - }, - }, - 'Debug': { - 'xcode_config_file': '<(project_dir)/Configurations/DebugRelease.xcconfig', - 'xcode_settings': { - 'DEAD_CODE_STRIPPING': '$(DEAD_CODE_STRIPPING_debug)', - 'DEBUG_DEFINES': '$(DEBUG_DEFINES_debug)', - 'GCC_OPTIMIZATION_LEVEL': '$(GCC_OPTIMIZATION_LEVEL_debug)', - 'STRIP_INSTALLED_PRODUCT': '$(STRIP_INSTALLED_PRODUCT_debug)', - }, - }, - }, - 'variables': { - 'javascriptcore_include_dirs': [ - '<(project_dir)', - '<(project_dir)/icu', - ], - }, - 'target_defaults': { - 'configurations': { - 'Profiling': {}, - }, - }, - 'targets': [ - { - 'target_name': 'JavaScriptCore', - 'type': 'shared_library', - 'dependencies': [ - 'Derived Sources', - 'Update Version', - ], - 'include_dirs': [ - '<@(javascriptcore_include_dirs)', - '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore', - ], - 'configurations': { - 'Production': { - 'INSTALL_PATH': '$(BUILT_PRODUCTS_DIR)', - }, - }, - 'sources': [ - '<@(javascriptcore_files)', - '<@(javascriptcore_publicheader_files)', - '<@(javascriptcore_privateheader_files)', - '<@(javascriptcore_derived_source_files)', - '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', - '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', - '/usr/lib/libicucore.dylib', - '/usr/lib/libobjc.dylib', - ], - 'mac_framework_headers': [ - '<@(javascriptcore_publicheader_files)', - ], - 'mac_framework_private_headers': [ - '<@(javascriptcore_privateheader_files)', - ], - 'xcode_config_file': '<(project_dir)/Configurations/JavaScriptCore.xcconfig', - 'sources/': [ - ['exclude', 'API/tests/'], - ['exclude', 'ForwardingHeaders/'], - ['exclude', '(?