blob: ef9997ea49fed5fc6e11543cb0982ca1fddccaeb [file] [log] [blame]
#
# Copyright (C) 2011 Google Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following disclaimer
# in the documentation and/or other materials provided with the
# distribution.
# * Neither the name of Google Inc. nor the names of its
# contributors may be used to endorse or promote products derived from
# this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
{
'includes': [
'WinPrecompile.gypi',
'../../WebCore/WebCore.gypi',
'WebKit.gypi',
'features.gypi',
],
'variables': {
'conditions': [
# Location of the chromium src directory and target type is different
# if webkit is built inside chromium or as standalone project.
['inside_chromium_build==0', {
# Webkit is being built outside of the full chromium project.
# e.g. via build-webkit --chromium
'chromium_src_dir': '../../WebKit/chromium',
},{
# WebKit is checked out in src/chromium/third_party/WebKit
'chromium_src_dir': '../../../../..',
}],
],
'ahem_path': '../../../Tools/DumpRenderTree/qt/fonts/AHEM____.TTF',
# If debug_devtools is set to 1, JavaScript files for DevTools are
# stored as is. Otherwise, a concatenated file is stored.
'debug_devtools%': 0,
# List of DevTools source files, ordered by dependencies. It is used both
# for copying them to resource dir, and for generating 'devtools.html' file.
'devtools_files': [
'<@(devtools_css_files)',
'<@(devtools_js_files)',
],
},
'targets': [
{
'target_name': 'webkit',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'../../Platform/Platform.gyp/Platform.gyp:webkit_platform',
'../../WebCore/WebCore.gyp/WebCore.gyp:webcore',
'<(chromium_src_dir)/skia/skia.gyp:skia',
'<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_glsl',
'<(chromium_src_dir)/third_party/icu/icu.gyp:icuuc',
'<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi',
'<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
'webkit_wtf_support',
],
'export_dependent_settings': [
'../../Platform/Platform.gyp/Platform.gyp:webkit_platform',
'<(chromium_src_dir)/skia/skia.gyp:skia',
'<(chromium_src_dir)/third_party/icu/icu.gyp:icuuc',
'<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi',
'<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
],
'include_dirs': [
'public',
'src',
'<(chromium_src_dir)/third_party/angle/include',
'<(chromium_src_dir)/third_party/skia/include/utils',
],
'defines': [
'WEBKIT_IMPLEMENTATION=1',
],
'sources': [
'<@(webcore_platform_support_files)',
'public/WebAccessibilityNotification.h',
'public/WebAccessibilityObject.h',
'public/WebAccessibilityRole.h',
'public/WebAnimationController.h',
'public/WebApplicationCacheHostClient.h',
'public/WebArrayBuffer.h',
'public/WebAudioSourceProvider.h',
'public/WebAudioSourceProviderClient.h',
'public/WebAutofillClient.h',
'public/WebBatteryStatus.h',
'public/WebBatteryStatusClient.h',
'public/WebBindings.h',
'public/WebBlob.h',
'public/WebCache.h',
'public/WebColorChooser.h',
'public/WebColorChooserClient.h',
'public/WebColorName.h',
'public/WebCommonWorkerClient.h',
'public/WebCompositionUnderline.h',
'public/WebCompositorInputHandler.h',
'public/WebCompositorInputHandlerClient.h',
'public/WebConsoleMessage.h',
'public/WebContentDetectionResult.h',
'public/WebContextMenuData.h',
'public/WebCrossOriginPreflightResultCache.h',
'public/WebCursorInfo.h',
'public/WebDOMEvent.h',
'public/WebDOMEventListener.h',
'public/WebDOMMessageEvent.h',
'public/WebDOMMouseEvent.h',
'public/WebDOMMutationEvent.h',
'public/WebDOMStringList.h',
'public/WebDataSource.h',
'public/WebDatabase.h',
'public/WebDatabaseObserver.h',
'public/WebDeliveredIntentClient.h',
'public/WebDevToolsAgent.h',
'public/WebDevToolsAgentClient.h',
'public/WebDevToolsFrontend.h',
'public/WebDevToolsFrontendClient.h',
'public/WebDeviceOrientation.h',
'public/WebDeviceOrientationClient.h',
'public/WebDeviceOrientationClientMock.h',
'public/WebDeviceOrientationController.h',
'public/WebDocument.h',
'public/WebDocumentType.h',
'public/WebEditingAction.h',
'public/WebElement.h',
'public/WebExceptionCode.h',
'public/WebExternalPopupMenu.h',
'public/WebExternalPopupMenuClient.h',
'public/WebFileChooserCompletion.h',
'public/WebFileChooserParams.h',
'public/WebFileError.h',
'public/WebFileSystemCallbacks.h',
'public/WebFileSystemEntry.h',
'public/WebFileWriter.h',
'public/WebFileWriterClient.h',
'public/WebFindOptions.h',
'public/WebFont.h',
'public/WebFontCache.h',
'public/WebFontDescription.h',
'public/WebFormControlElement.h',
'public/WebFormElement.h',
'public/WebFrame.h',
'public/WebFrameClient.h',
'public/WebGeolocationClient.h',
'public/WebGeolocationClientMock.h',
'public/WebGeolocationController.h',
'public/WebGeolocationError.h',
'public/WebGeolocationPermissionRequest.h',
'public/WebGeolocationPermissionRequestManager.h',
'public/WebGeolocationPosition.h',
'public/WebGlyphCache.h',
'public/WebHelperPlugin.h',
'public/WebHistoryItem.h',
'public/WebHitTestResult.h',
'public/WebIDBCallbacks.h',
'public/WebIDBCursor.h',
'public/WebIDBDatabase.h',
'public/WebIDBDatabaseCallbacks.h',
'public/WebIDBDatabaseError.h',
'public/WebIDBDatabaseException.h',
'public/WebIDBFactory.h',
'public/WebIDBIndex.h',
'public/WebIDBKey.h',
'public/WebIDBKeyPath.h',
'public/WebIDBKeyRange.h',
'public/WebIDBMetadata.h',
'public/WebIDBObjectStore.h',
'public/WebIDBTransaction.h',
'public/WebIDBTransactionCallbacks.h',
'public/WebIconLoadingCompletion.h',
'public/WebIconURL.h',
'public/WebImageDecoder.h',
'public/WebInputElement.h',
'public/WebInputEvent.h',
'public/WebIntent.h',
'public/WebIntentRequest.h',
'public/WebIntentServiceInfo.h',
'public/WebKit.h',
'public/WebLabelElement.h',
'public/WebMediaPlayer.h',
'public/WebMediaPlayerAction.h',
'public/WebMediaPlayerClient.h',
'public/WebMediaStreamRegistry.h',
'public/WebMenuItemInfo.h',
'public/WebNavigationType.h',
'public/WebNetworkStateNotifier.h',
'public/WebNode.h',
'public/WebNodeCollection.h',
'public/WebNodeList.h',
'public/WebNotification.h',
'public/WebNotificationPermissionCallback.h',
'public/WebNotificationPresenter.h',
'public/WebOptionElement.h',
'public/WebPageOverlay.h',
'public/WebPagePopup.h',
'public/WebPageSerializer.h',
'public/WebPageSerializerClient.h',
'public/WebPageVisibilityState.h',
'public/WebPasswordFormData.h',
'public/WebPerformance.h',
'public/WebPermissionClient.h',
'public/WebPlugin.h',
'public/WebPluginAction.h',
'public/WebPluginContainer.h',
'public/WebPluginDocument.h',
'public/WebPluginListBuilder.h',
'public/WebPluginScrollbar.h',
'public/WebPluginScrollbarClient.h',
'public/WebPrintParams.h',
'public/WebPrintScalingOption.h',
'public/WebPopupMenu.h',
'public/WebPopupMenuInfo.h',
'public/WebPopupType.h',
'public/WebPrerendererClient.h',
'public/WebRange.h',
'public/WebRegularExpression.h',
'public/WebRuntimeFeatures.h',
'public/WebScopedMicrotaskSuppression.h',
'public/WebScopedUserGesture.h',
'public/WebScreenInfo.h',
'public/WebScriptController.h',
'public/WebScriptSource.h',
'public/WebSearchableFormData.h',
'public/WebSecurityOrigin.h',
'public/WebSecurityPolicy.h',
'public/WebSelectElement.h',
'public/WebSettings.h',
'public/WebSharedWorkerClient.h',
'public/WebSharedWorker.h',
'public/WebSharedWorkerRepository.h',
'public/WebSocket.h',
'public/WebSocketClient.h',
'public/WebSpeechGrammar.h',
'public/WebSpeechInputController.h',
'public/WebSpeechInputListener.h',
'public/WebSpeechInputResult.h',
'public/WebSpeechRecognitionHandle.h',
'public/WebSpeechRecognitionParams.h',
'public/WebSpeechRecognitionResult.h',
'public/WebSpeechRecognizerClient.h',
'public/WebSpeechRecognizer.h',
'public/WebSpellCheckClient.h',
'public/WebStorageEventDispatcher.h',
'public/WebStorageQuotaCallbacks.h',
'public/WebStorageQuotaType.h',
'public/WebSurroundingText.h',
'public/WebStreamTextureClient.h',
'public/WebTextAffinity.h',
'public/WebTextCaseSensitivity.h',
'public/WebTextCheckingCompletion.h',
'public/WebTextCheckingResult.h',
'public/WebTextDirection.h',
'public/WebTextFieldDecoratorClient.h',
'public/WebTextInputInfo.h',
'public/WebTextInputType.h',
'public/WebTextRun.h',
'public/WebTimeRange.h',
'public/WebURLLoaderOptions.h',
'public/WebUserMediaClient.h',
'public/WebUserMediaRequest.h',
'public/WebView.h',
'public/WebViewBenchmarkSupport.h',
'public/WebViewClient.h',
'public/WebWidget.h',
'public/WebWidgetClient.h',
'public/WebWorkerInfo.h',
'public/android/WebInputEventFactory.h',
'public/android/WebSandboxSupport.h',
'public/gtk/WebInputEventFactory.h',
'public/linux/WebFontRenderStyle.h',
'public/linux/WebFontRendering.h',
'public/linux/WebRenderTheme.h',
'public/mac/WebInputEventFactory.h',
'public/mac/WebSandboxSupport.h',
'public/mac/WebScreenInfoFactory.h',
'public/mac/WebSubstringUtil.h',
'public/platform/WebArrayBufferView.h',
'public/platform/WebAudioBus.h',
'public/platform/WebAudioDevice.h',
'public/platform/WebCanvas.h',
'public/platform/WebColor.h',
'public/platform/WebCommon.h',
'public/platform/WebData.h',
'public/platform/WebFloatPoint.h',
'public/platform/WebFloatQuad.h',
'public/platform/WebFloatRect.h',
'public/platform/WebGamepad.h',
'public/platform/WebGamepads.h',
'public/platform/WebGraphicsContext3D.h',
'public/platform/WebHTTPBody.h',
'public/platform/WebHTTPHeaderVisitor.h',
'public/platform/WebHTTPLoadInfo.h',
'public/platform/WebKitPlatformSupport.h',
'public/platform/WebNonCopyable.h',
'public/platform/WebPoint.h',
'public/platform/WebPrivateOwnPtr.h',
'public/platform/WebPrivatePtr.h',
'public/platform/WebRect.h',
'public/platform/WebReferrerPolicy.h',
'public/platform/WebSerializedScriptValue.h',
'public/platform/WebSize.h',
'public/platform/WebSocketStreamError.h',
'public/platform/WebSocketStreamHandle.h',
'public/platform/WebSocketStreamHandleClient.h',
'public/platform/WebString.h',
'public/platform/WebThread.h',
'public/platform/WebThreadSafeData.h',
'public/platform/WebURL.h',
'public/platform/WebURLError.h',
'public/platform/WebURLLoadTiming.h',
'public/platform/WebURLLoader.h',
'public/platform/WebURLLoaderClient.h',
'public/platform/WebURLRequest.h',
'public/platform/WebURLResponse.h',
'public/platform/WebVector.h',
'public/win/WebInputEventFactory.h',
'public/win/WebSandboxSupport.h',
'public/win/WebScreenInfoFactory.h',
'public/x11/WebScreenInfoFactory.h',
'src/ApplicationCacheHost.cpp',
'src/ApplicationCacheHostInternal.h',
'src/AssertMatchingEnums.cpp',
'src/AssociatedURLLoader.cpp',
'src/AssociatedURLLoader.h',
'src/AsyncFileSystemChromium.cpp',
'src/AsyncFileSystemChromium.h',
'src/AsyncFileWriterChromium.cpp',
'src/AsyncFileWriterChromium.h',
'src/AudioDestinationChromium.cpp',
'src/AudioDestinationChromium.h',
'src/AutofillPopupMenuClient.cpp',
'src/AutofillPopupMenuClient.h',
'src/BackForwardListChromium.cpp',
'src/BackForwardListChromium.h',
'src/BatteryClientImpl.cpp',
'src/BatteryClientImpl.h',
'src/BlobRegistryProxy.cpp',
'src/BlobRegistryProxy.h',
'src/DateTimeChooserImpl.cpp',
'src/DateTimeChooserImpl.h',
'src/ChromeClientImpl.cpp',
'src/ChromeClientImpl.h',
'src/ColorChooserUIController.cpp',
'src/ColorChooserUIController.h',
'src/CompositionUnderlineBuilder.h',
'src/CompositionUnderlineVectorBuilder.cpp',
'src/CompositionUnderlineVectorBuilder.h',
'src/ContextFeaturesClientImpl.cpp',
'src/ContextFeaturesClientImpl.h',
'src/ContextMenuClientImpl.cpp',
'src/ContextMenuClientImpl.h',
'src/DatabaseObserver.cpp',
'src/DeliveredIntentClientImpl.cpp',
'src/DeliveredIntentClientImpl.h',
'src/DeviceOrientationClientProxy.cpp',
'src/DeviceOrientationClientProxy.h',
'src/DOMUtilitiesPrivate.cpp',
'src/DOMUtilitiesPrivate.h',
'src/DragClientImpl.cpp',
'src/DragClientImpl.h',
'src/DragScrollTimer.cpp',
'src/DragScrollTimer.h',
'src/EditorClientImpl.cpp',
'src/EditorClientImpl.h',
'src/EventListenerWrapper.cpp',
'src/EventListenerWrapper.h',
'src/ExternalPopupMenu.cpp',
'src/ExternalPopupMenu.h',
'src/FindInPageCoordinates.cpp',
'src/FindInPageCoordinates.h',
'src/FrameLoaderClientImpl.cpp',
'src/FrameLoaderClientImpl.h',
'src/FrameNetworkingContextImpl.h',
'src/GeolocationClientProxy.cpp',
'src/GeolocationClientProxy.h',
'src/gtk/WebInputEventFactory.cpp',
'src/WebHelperPluginImpl.cpp',
'src/WebHelperPluginImpl.h',
'src/IDBCallbacksProxy.cpp',
'src/IDBCallbacksProxy.h',
'src/IDBCursorBackendProxy.cpp',
'src/IDBCursorBackendProxy.h',
'src/IDBDatabaseCallbacksProxy.cpp',
'src/IDBDatabaseCallbacksProxy.h',
'src/IDBDatabaseBackendProxy.cpp',
'src/IDBDatabaseBackendProxy.h',
'src/IDBFactoryBackendProxy.cpp',
'src/IDBFactoryBackendProxy.h',
'src/IDBIndexBackendProxy.cpp',
'src/IDBIndexBackendProxy.h',
'src/IDBObjectStoreBackendProxy.cpp',
'src/IDBObjectStoreBackendProxy.h',
'src/IDBTransactionBackendProxy.cpp',
'src/IDBTransactionBackendProxy.h',
'src/IDBTransactionCallbacksProxy.cpp',
'src/IDBTransactionCallbacksProxy.h',
'src/InspectorClientImpl.cpp',
'src/InspectorClientImpl.h',
'src/InspectorFrontendClientImpl.cpp',
'src/InspectorFrontendClientImpl.h',
'src/LinkHighlight.cpp',
'src/LinkHighlight.h',
'src/NonCompositedContentHost.cpp',
'src/NonCompositedContentHost.h',
'src/PrerendererClientImpl.h',
'src/PrerendererClientImpl.cpp',
'src/android/WebInputEventFactory.cpp',
'src/linux/WebFontInfo.cpp',
'src/linux/WebFontRendering.cpp',
'src/linux/WebFontRenderStyle.cpp',
'src/linux/WebRenderTheme.cpp',
'src/x11/WebScreenInfoFactory.cpp',
'src/mac/WebInputEventFactory.mm',
'src/mac/WebScreenInfoFactory.mm',
'src/mac/WebSubstringUtil.mm',
'src/LocalFileSystemChromium.cpp',
'src/LocalizedStrings.cpp',
'src/MediaPlayerPrivateChromium.cpp',
'src/NotificationPresenterImpl.h',
'src/NotificationPresenterImpl.cpp',
'src/painting/GraphicsContextBuilder.h',
'src/painting/PaintAggregator.h',
'src/painting/PaintAggregator.cpp',
'src/PageOverlay.cpp',
'src/PageOverlay.h',
'src/PageOverlayList.cpp',
'src/PageOverlayList.h',
'src/PageWidgetDelegate.cpp',
'src/PageWidgetDelegate.h',
'src/PlatformMessagePortChannel.cpp',
'src/PlatformMessagePortChannel.h',
'src/PlatformSupport.cpp',
'src/ScrollbarGroup.cpp',
'src/ScrollbarGroup.h',
'src/SharedWorkerRepository.cpp',
'src/SocketStreamHandle.cpp',
'src/SocketStreamHandleInternal.h',
'src/SpeechInputClientImpl.cpp',
'src/SpeechInputClientImpl.h',
'src/SpeechRecognitionClientProxy.cpp',
'src/SpeechRecognitionClientProxy.h',
'src/StorageAreaProxy.cpp',
'src/StorageAreaProxy.h',
'src/StorageInfoChromium.cpp',
'src/StorageNamespaceProxy.cpp',
'src/StorageNamespaceProxy.h',
'src/TextFieldDecoratorImpl.h',
'src/TextFieldDecoratorImpl.cpp',
'src/UserMediaClientImpl.h',
'src/UserMediaClientImpl.cpp',
'src/ValidationMessageClientImpl.cpp',
'src/ValidationMessageClientImpl.h',
'src/WebTextCheckingCompletionImpl.h',
'src/WebTextCheckingCompletionImpl.cpp',
'src/WebTextCheckingResult.cpp',
'src/WebAccessibilityObject.cpp',
'src/WebAnimationControllerImpl.cpp',
'src/WebAnimationControllerImpl.h',
'src/WebArrayBuffer.cpp',
'src/WebArrayBufferView.cpp',
'src/WebBindings.cpp',
'src/WebBlob.cpp',
'src/WebBlobData.cpp',
'src/WebCache.cpp',
'src/WebColorName.cpp',
'src/WebCommon.cpp',
'src/WebCompositorInputHandlerImpl.cpp',
'src/WebCompositorInputHandlerImpl.h',
'src/WebCrossOriginPreflightResultCache.cpp',
'src/WebCursorInfo.cpp',
'src/WebDOMEvent.cpp',
'src/WebDOMEventListener.cpp',
'src/WebDOMEventListenerPrivate.cpp',
'src/WebDOMEventListenerPrivate.h',
'src/WebDOMMessageEvent.cpp',
'src/WebDOMMouseEvent.cpp',
'src/WebDOMMutationEvent.cpp',
'src/WebDOMStringList.cpp',
'src/WebDatabase.cpp',
'src/WebDataSourceImpl.cpp',
'src/WebDataSourceImpl.h',
'src/WebDevToolsAgentImpl.cpp',
'src/WebDevToolsAgentImpl.h',
'src/WebDevToolsFrontendImpl.cpp',
'src/WebDevToolsFrontendImpl.h',
'src/WebDeviceOrientation.cpp',
'src/WebDeviceOrientationClientMock.cpp',
'src/WebDeviceOrientationController.cpp',
'src/WebDocument.cpp',
'src/WebDocumentType.cpp',
'src/WebDragData.cpp',
'src/WebElement.cpp',
'src/WebEntities.cpp',
'src/WebEntities.h',
'src/WebFileChooserCompletionImpl.cpp',
'src/WebFileChooserCompletionImpl.h',
'src/WebFileSystemCallbacksImpl.cpp',
'src/WebFileSystemCallbacksImpl.h',
'src/WebFontCache.cpp',
'src/WebFontDescription.cpp',
'src/WebFontImpl.cpp',
'src/WebFontImpl.h',
'src/WebFormControlElement.cpp',
'src/WebFormElement.cpp',
'src/WebFrameImpl.cpp',
'src/WebFrameImpl.h',
'src/WebGeolocationController.cpp',
'src/WebGeolocationClientMock.cpp',
'src/WebGeolocationError.cpp',
'src/WebGeolocationPermissionRequest.cpp',
'src/WebGeolocationPermissionRequestManager.cpp',
'src/WebGeolocationPosition.cpp',
'src/WebGlyphCache.cpp',
'src/WebGraphicsContext3D.cpp',
'src/WebHistoryItem.cpp',
'src/WebHitTestResult.cpp',
'src/WebIconLoadingCompletionImpl.cpp',
'src/WebIconLoadingCompletionImpl.h',
'src/WebIDBCallbacksImpl.cpp',
'src/WebIDBCallbacksImpl.h',
'src/WebIDBCursorImpl.cpp',
'src/WebIDBCursorImpl.h',
'src/WebIDBDatabaseCallbacksImpl.cpp',
'src/WebIDBDatabaseCallbacksImpl.h',
'src/WebIDBDatabaseError.cpp',
'src/WebIDBDatabaseImpl.cpp',
'src/WebIDBDatabaseImpl.h',
'src/WebIDBFactoryImpl.cpp',
'src/WebIDBFactoryImpl.h',
'src/WebIDBIndexImpl.cpp',
'src/WebIDBIndexImpl.h',
'src/WebIDBKey.cpp',
'src/WebIDBKeyPath.cpp',
'src/WebIDBKeyRange.cpp',
'src/WebIDBMetadata.cpp',
'src/WebIDBObjectStoreImpl.cpp',
'src/WebIDBObjectStoreImpl.h',
'src/WebIDBTransactionImpl.cpp',
'src/WebIDBTransactionImpl.h',
'src/WebIDBTransactionCallbacksImpl.cpp',
'src/WebIDBTransactionCallbacksImpl.h',
'src/WebImageDecoder.cpp',
'src/WebImageSkia.cpp',
'src/WebInputElement.cpp',
'src/WebInputEvent.cpp',
'src/WebInputEventConversion.cpp',
'src/WebInputEventConversion.h',
'src/WebIntent.cpp',
'src/WebIntentRequest.cpp',
'src/WebIntentServiceInfo.cpp',
'src/WebKit.cpp',
'src/WebLabelElement.cpp',
'src/WebMediaPlayerClientImpl.cpp',
'src/WebMediaPlayerClientImpl.h',
'src/WebMediaStreamRegistry.cpp',
'src/WebNetworkStateNotifier.cpp',
'src/WebNode.cpp',
'src/WebNodeCollection.cpp',
'src/WebNodeList.cpp',
'src/WebNotification.cpp',
'src/WebOptionElement.cpp',
'src/WebPagePopupImpl.cpp',
'src/WebPagePopupImpl.h',
'src/WebPageSerializer.cpp',
'src/WebPageSerializerImpl.cpp',
'src/WebPageSerializerImpl.h',
'src/WebPasswordFormData.cpp',
'src/WebPasswordFormUtils.cpp',
'src/WebPasswordFormUtils.h',
'src/WebPerformance.cpp',
'src/WebPluginContainerImpl.cpp',
'src/WebPluginContainerImpl.h',
'src/WebPluginDocument.cpp',
'src/WebPluginListBuilderImpl.cpp',
'src/WebPluginListBuilderImpl.h',
'src/WebPluginLoadObserver.cpp',
'src/WebPluginLoadObserver.h',
'src/WebPluginScrollbarImpl.cpp',
'src/WebPluginScrollbarImpl.h',
'src/WebPopupMenuImpl.cpp',
'src/WebPopupMenuImpl.h',
'src/WebRange.cpp',
'src/WebRegularExpression.cpp',
'src/WebRuntimeFeatures.cpp',
'src/WebScopedMicrotaskSuppression.cpp',
'src/WebScopedUserGesture.cpp',
'src/WebScriptController.cpp',
'src/WebScrollbarThemeClientImpl.cpp',
'src/WebScrollbarThemeClientImpl.h',
'src/WebScrollbarThemePainter.cpp',
'src/WebSearchableFormData.cpp',
'src/WebSecurityOrigin.cpp',
'src/WebSecurityPolicy.cpp',
'src/WebSelectElement.cpp',
'src/WebSerializedScriptValue.cpp',
'src/WebSessionDescriptionDescriptor.cpp',
'src/WebSettingsImpl.cpp',
'src/WebSettingsImpl.h',
'src/WebSharedWorkerImpl.cpp',
'src/WebSharedWorkerImpl.h',
'src/WebSocket.cpp',
'src/WebSocketImpl.cpp',
'src/WebSocketImpl.h',
'src/WebSpeechGrammar.cpp',
'src/WebSpeechInputResult.cpp',
'src/WebSpeechRecognitionHandle.cpp',
'src/WebSpeechRecognitionResult.cpp',
'src/WebStorageEventDispatcherImpl.cpp',
'src/WebStorageQuotaCallbacksImpl.cpp',
'src/WebStorageQuotaCallbacksImpl.h',
'src/WebSurroundingText.cpp',
'src/WebTextInputInfo.cpp',
'src/WebTextRun.cpp',
'src/WebURLLoadTiming.cpp',
'src/WebScopedUserGesture.cpp',
'src/WebTextFieldDecoratorClient.cpp',
'src/WebUserMediaRequest.cpp',
'src/WebViewBenchmarkSupportImpl.cpp',
'src/WebViewBenchmarkSupportImpl.h',
'src/WebViewImpl.cpp',
'src/WebViewImpl.h',
'src/WebWorkerBase.cpp',
'src/WebWorkerBase.h',
'src/WebWorkerClientImpl.cpp',
'src/WebWorkerClientImpl.h',
'src/WebWorkerInfo.cpp',
'src/WebWorkerRunLoop.cpp',
'src/WorkerAsyncFileSystemChromium.cpp',
'src/WorkerAsyncFileSystemChromium.h',
'src/WorkerAsyncFileWriterChromium.cpp',
'src/WorkerAsyncFileWriterChromium.h',
'src/WorkerFileSystemCallbacksBridge.cpp',
'src/WorkerFileSystemCallbacksBridge.h',
'src/WorkerFileWriterCallbacksBridge.cpp',
'src/WorkerFileWriterCallbacksBridge.h',
'src/win/WebInputEventFactory.cpp',
'src/win/WebScreenInfoFactory.cpp',
],
'conditions': [
['inside_chromium_build==1', {
'type': '<(component)',
'conditions': [
['component=="shared_library"', {
'defines': [
'WEBKIT_DLL',
'WEBKIT_IMPLEMENTATION=1',
],
'dependencies': [
'../../WebCore/WebCore.gyp/WebCore.gyp:webcore_bindings',
'../../WebCore/WebCore.gyp/WebCore.gyp:webcore_test_support',
'<(chromium_src_dir)/base/base.gyp:test_support_base',
'<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl',
'<(chromium_src_dir)/testing/gtest.gyp:gtest',
'<(chromium_src_dir)/testing/gmock.gyp:gmock',
'<(chromium_src_dir)/third_party/icu/icu.gyp:*',
'<(chromium_src_dir)/third_party/libjpeg_turbo/libjpeg.gyp:libjpeg',
'<(chromium_src_dir)/third_party/libpng/libpng.gyp:libpng',
'<(chromium_src_dir)/third_party/libxml/libxml.gyp:libxml',
'<(chromium_src_dir)/third_party/libxslt/libxslt.gyp:libxslt',
'<(chromium_src_dir)/third_party/modp_b64/modp_b64.gyp:modp_b64',
'<(chromium_src_dir)/third_party/ots/ots.gyp:ots',
'<(chromium_src_dir)/third_party/zlib/zlib.gyp:zlib',
'<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
# We must not add webkit_support here because of cyclic dependency.
],
'direct_dependent_settings': {
'defines': [
'WEBKIT_DLL',
],
},
'export_dependent_settings': [
'<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl',
'<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
],
'include_dirs': [
# WARNING: Do not view this particular case as a precedent for
# including WebCore headers in DumpRenderTree project.
'../../WebCore/testing/v8', # for WebCoreTestSupport.h, needed to link in window.internals code.
],
'sources': [
'<@(webkit_unittest_files)',
'src/WebTestingSupport.cpp',
'public/WebTestingSupport.h',
'tests/WebUnitTests.cpp', # Components test runner support.
],
'sources!': [
# We should not include files depending on webkit_support.
# These tests depend on webkit_support and
# functions defined only in !WEBKIT_IMPLEMENTATION.
'tests/AssociatedURLLoaderTest.cpp',
'tests/EventListenerTest.cpp',
'tests/FrameTestHelpers.cpp',
'tests/LevelDBTest.cpp',
'tests/ListenerLeakTest.cpp',
'tests/LinkHighlightTest.cpp',
'tests/PopupMenuTest.cpp',
'tests/RenderTableCellTest.cpp',
'tests/RenderTableRowTest.cpp',
'tests/ScrollingCoordinatorChromiumTest.cpp',
'tests/URLTestHelpers.cpp',
'tests/WebFrameTest.cpp',
'tests/WebImageTest.cpp',
'tests/WebPageNewSerializerTest.cpp',
'tests/WebPageSerializerTest.cpp',
'tests/WebViewTest.cpp',
],
'conditions': [
['OS=="win" or OS=="mac"', {
'dependencies': [
'<(chromium_src_dir)/third_party/nss/nss.gyp:*',
],
}],
['clang==1', {
# FIXME: It would be nice to enable this in shared builds too,
# but the test files have global constructors from the GTEST macro
# and we pull in the test files into the webkit target in the
# shared build.
'cflags!': ['-Wglobal-constructors'],
'xcode_settings': {
'WARNING_CFLAGS!': ['-Wglobal-constructors'],
},
}],
],
'msvs_settings': {
'VCLinkerTool': {
'conditions': [
['incremental_chrome_dll==1', {
'UseLibraryDependencyInputs': "true",
}],
],
},
},
}],
],
}, { # else: inside_chromium_build==0
'direct_dependent_settings': {
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit', # in a chromium-inside-WebKit build, headers in the public WebKit API are copied beneath this directory so includes referencing third_party/WebKit work.
],
},
}],
['use_x11 == 1', {
'dependencies': [
'<(chromium_src_dir)/build/linux/system.gyp:fontconfig',
'<(chromium_src_dir)/build/linux/system.gyp:x11',
],
'include_dirs': [
'public/x11',
'public/linux',
],
}, { # else: use_x11 != 1
'sources/': [
['exclude', '/x11/'],
['exclude', '/linux/'],
],
}],
['toolkit_uses_gtk == 1', {
'dependencies': [
'<(chromium_src_dir)/build/linux/system.gyp:gtk',
],
'include_dirs': [
'public/gtk',
],
}, { # else: toolkit_uses_gtk != 1
'sources/': [
['exclude', '/gtk/'],
],
}],
['OS=="android"', {
'include_dirs': [
'public/android',
'public/linux', # We need linux/WebFontRendering.h on Android.
],
}, { # else: OS!="android"
'sources/': [
['exclude', '/android/'],
],
}],
['OS=="mac"', {
'include_dirs': [
'public/mac',
],
}, { # else: OS!="mac"
'sources/': [
['exclude', '/mac/'],
],
}],
['OS=="win"', {
'include_dirs': [
'public/win',
],
}, { # else: OS!="win"
'sources/': [['exclude', '/win/']],
'variables': {
# FIXME: Turn on warnings on Windows.
'chromium_code': 1,
}
}],
['"ENABLE_WEBGL=1" in feature_defines', {
'conditions': [
['OS=="mac"', {
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
],
},
}],
],
}],
],
'target_conditions': [
['OS=="android"', {
'sources/': [
['include', '^src/linux/WebFontRendering\\.cpp$'],
['include', '^src/linux/WebFontRenderStyle\\.cpp$'],
],
}],
],
},
{
'target_name': 'webkit_wtf_support',
'type': 'static_library',
'dependencies': [
'../../WTF/WTF.gyp/WTF.gyp:wtf',
],
'defines': [
'WEBKIT_IMPLEMENTATION=1',
],
'include_dirs': [
'../../Platform/chromium',
],
'sources': [
'src/ChromiumCurrentTime.cpp',
'src/ChromiumOSRandomSource.cpp',
'src/ChromiumThreading.cpp',
],
'conditions': [
['component=="shared_library"', {
'defines': [
'WEBKIT_DLL',
],
}],
],
},
{
'target_name': 'inspector_resources',
'type': 'none',
'dependencies': [
'devtools_html',
'../../WebCore/WebCore.gyp/WebCore.gyp:inspector_protocol_sources',
],
'conditions': [
['debug_devtools==0', {
'dependencies': ['concatenated_devtools_js',
'concatenated_devtools_elements_js',
'concatenated_devtools_resources_js',
'concatenated_devtools_network_js',
'concatenated_devtools_scripts_js',
'concatenated_devtools_timeline_js',
'concatenated_devtools_profiles_js',
'concatenated_devtools_audits_js',
'concatenated_devtools_codemirror_js',
'concatenated_heap_snapshot_worker_js',
'concatenated_script_formatter_worker_js',
'concatenated_devtools_css'],
}],
],
'copies': [
{
'destination': '<(PRODUCT_DIR)/resources/inspector',
'files': [
'<@(devtools_files)',
'<@(webinspector_files)',
'<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorBackendCommands.js',
],
'conditions': [
['debug_devtools==0', {
'files/': [['exclude', '\\.(js|css|html)$']],
}],
],
},
{
'destination': '<(PRODUCT_DIR)/resources/inspector/UglifyJS',
'files': [
'<@(webinspector_uglifyjs_files)',
],
'conditions': [
['debug_devtools==0', {
'files/': [['exclude', '\\.(js|css|html)$']],
}],
],
},
{
'destination': '<(PRODUCT_DIR)/resources/inspector/Images',
'files': [
'<@(webinspector_image_files)',
'<@(devtools_image_files)',
],
},
],
},
{
'target_name': 'devtools_html',
'type': 'none',
'sources': ['<(PRODUCT_DIR)/resources/inspector/devtools.html'],
'actions': [{
'action_name': 'devtools_html',
'script_name': 'scripts/generate_devtools_html.py',
'input_page': '../../WebCore/inspector/front-end/inspector.html',
'inputs': [
'<@(_script_name)',
'<@(_input_page)',
'<@(devtools_files)',
],
'outputs': ['<(PRODUCT_DIR)/resources/inspector/devtools.html'],
'action': ['python', '<@(_script_name)', '<@(_input_page)', '<@(_outputs)', '<@(debug_devtools)', '<@(devtools_files)'],
}],
},
{
'target_name': 'devtools_extension_api',
'type': 'none',
'actions': [{
'action_name': 'devtools_html',
'script_name': 'scripts/generate_devtools_extension_api.py',
'inputs': [
'<@(_script_name)',
'<@(devtools_extension_api_files)',
],
'outputs': ['<(PRODUCT_DIR)/resources/inspector/devtools_extension_api.js'],
'action': ['python', '<@(_script_name)', '<@(_outputs)', '<@(devtools_extension_api_files)'],
}],
},
{
'target_name': 'generate_devtools_grd',
'type': 'none',
'dependencies': [
'devtools_html',
'devtools_extension_api'
],
'conditions': [
['debug_devtools==0', {
'dependencies': ['concatenated_devtools_js',
'concatenated_devtools_elements_js',
'concatenated_devtools_resources_js',
'concatenated_devtools_network_js',
'concatenated_devtools_scripts_js',
'concatenated_devtools_timeline_js',
'concatenated_devtools_profiles_js',
'concatenated_devtools_audits_js',
'concatenated_devtools_codemirror_js',
'concatenated_heap_snapshot_worker_js',
'concatenated_script_formatter_worker_js',
'concatenated_devtools_css'],
'actions': [{
'action_name': 'generate_devtools_grd',
'script_name': 'scripts/generate_devtools_grd.py',
'input_pages': [
'<(PRODUCT_DIR)/resources/inspector/devtools.html',
'<(PRODUCT_DIR)/resources/inspector/DevTools.js',
'<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js',
'<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.js',
'<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js',
'<(PRODUCT_DIR)/resources/inspector/ScriptsPanel.js',
'<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js',
'<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js',
'<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js',
'<(PRODUCT_DIR)/resources/inspector/CodeMirrorTextEditor.js',
'<(PRODUCT_DIR)/resources/inspector/HeapSnapshotWorker.js',
'<(PRODUCT_DIR)/resources/inspector/ScriptFormatterWorker.js',
'<(PRODUCT_DIR)/resources/inspector/devTools.css',
'<(PRODUCT_DIR)/resources/inspector/devtools_extension_api.js',
'<@(webinspector_standalone_css_files)',
],
'images': [
'<@(webinspector_image_files)',
'<@(devtools_image_files)',
],
'inputs': [
'<@(_script_name)',
'<@(_input_pages)',
'<@(_images)',
],
'search_path': [
'../../WebCore/inspector/front-end/Images',
'src/js/Images',
],
'outputs': ['<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd'],
'action': ['python', '<@(_script_name)', '<@(_input_pages)', '--images', '<@(_search_path)', '--output', '<@(_outputs)'],
}],
},
{
# If we're not concatenating devtools files, we want to
# run after the original files have been copied to
# <(PRODUCT_DIR)/resources/inspector.
'dependencies': ['inspector_resources'],
'actions': [{
'action_name': 'generate_devtools_grd',
'script_name': 'scripts/generate_devtools_grd.py',
'input_pages': [
'<@(webinspector_files)',
'<@(devtools_files)',
'<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorBackendCommands.js',
'<(PRODUCT_DIR)/resources/inspector/devtools.html',
],
'images': [
'<@(webinspector_image_files)',
'<@(devtools_image_files)',
],
'inputs': [
'<@(_script_name)',
'<@(_input_pages)',
'<@(_images)',
],
'search_path': [
'../../WebCore/inspector/front-end/Images',
'src/js/Images',
],
'outputs': ['<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd'],
'action': ['python', '<@(_script_name)', '<@(_input_pages)', '--images', '<@(_search_path)', '--output', '<@(_outputs)'],
}],
}],
],
},
], # targets
'conditions': [
['os_posix==1 and OS!="mac" and gcc_version>=46', {
'target_defaults': {
# Disable warnings about c++0x compatibility, as some names (such
# as nullptr) conflict with upcoming c++0x types.
'cflags_cc': ['-Wno-c++0x-compat'],
},
}],
['OS=="mac"', {
'targets': [
{
'target_name': 'copy_mesa',
'type': 'none',
'dependencies': ['<(chromium_src_dir)/third_party/mesa/mesa.gyp:osmesa'],
'copies': [{
'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Contents/MacOS/',
'files': ['<(PRODUCT_DIR)/osmesa.so'],
}],
},
],
}],
['debug_devtools==0', {
'targets': [
{
'target_name': 'concatenated_devtools_js',
'type': 'none',
'dependencies': [
'devtools_html',
'../../WebCore/WebCore.gyp/WebCore.gyp:inspector_protocol_sources'
],
'actions': [{
'action_name': 'concatenate_devtools_js',
'script_name': 'scripts/concatenate_js_files.py',
'input_page': '../../WebCore/inspector/front-end/inspector.html',
'inputs': [
'<@(_script_name)',
'<@(_input_page)',
'<@(webinspector_files)',
'<@(devtools_files)',
'<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorBackendCommands.js'
],
'search_path': [
'../../WebCore/inspector/front-end',
'src/js',
'<(SHARED_INTERMEDIATE_DIR)/webcore',
],
'outputs': ['<(PRODUCT_DIR)/resources/inspector/DevTools.js'],
'action': ['python', '<@(_script_name)', '<@(_input_page)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_devtools_elements_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_devtools_elements_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/ElementsPanel.js',
'inputs': [
'<@(_script_name)',
'<@(webinspector_elements_js_files)',
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_devtools_resources_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_devtools_resources_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/ResourcesPanel.js',
'inputs': [
'<@(_script_name)',
'<@(webinspector_resources_js_files)',
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_devtools_network_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_devtools_network_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/NetworkPanel.js',
'inputs': [
'<@(_script_name)',
'<@(webinspector_network_js_files)',
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_devtools_scripts_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_devtools_scripts_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/ScriptsPanel.js',
'inputs': [
'<@(_script_name)',
'<@(webinspector_scripts_js_files)',
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/ScriptsPanel.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_devtools_timeline_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_devtools_timeline_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/TimelinePanel.js',
'inputs': [
'<@(_script_name)',
'<@(webinspector_timeline_js_files)',
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_devtools_profiles_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_devtools_profiles_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/ProfilesPanel.js',
'inputs': [
'<@(_script_name)',
'<@(webinspector_profiles_js_files)',
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_devtools_audits_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_devtools_audits_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/AuditsPanel.js',
'inputs': [
'<@(_script_name)',
'<@(webinspector_audits_js_files)',
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_devtools_codemirror_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_devtools_codemirror_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/CodeMirrorTextEditor.js',
'inputs': [
'<@(_script_name)',
'<@(webinspector_codemirror_js_files)',
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/CodeMirrorTextEditor.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)', 'true'],
}],
},
{
'target_name': 'concatenated_heap_snapshot_worker_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_heap_snapshot_worker_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/HeapSnapshotWorker.js',
'inputs': [
'<@(_script_name)',
'<@(_input_file)',
'../../WebCore/inspector/front-end/HeapSnapshot.js',
'../../WebCore/inspector/front-end/HeapSnapshotLoader.js',
'../../WebCore/inspector/front-end/HeapSnapshotWorkerDispatcher.js',
'../../WebCore/inspector/front-end/utilities.js',
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/HeapSnapshotWorker.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_script_formatter_worker_js',
'type': 'none',
'actions': [{
'action_name': 'concatenate_script_formatter_worker_js',
'script_name': 'scripts/inline_js_imports.py',
'input_file': '../../WebCore/inspector/front-end/ScriptFormatterWorker.js',
'inputs': [
'<@(_script_name)',
'<@(_input_file)',
'<@(webinspector_uglifyjs_files)'
],
'search_path': '../../WebCore/inspector/front-end',
'outputs': ['<(PRODUCT_DIR)/resources/inspector/ScriptFormatterWorker.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
{
'target_name': 'concatenated_devtools_css',
'type': 'none',
'dependencies': [
'devtools_html'
],
'actions': [{
'action_name': 'concatenate_devtools_css',
'script_name': 'scripts/concatenate_css_files.py',
'input_page': '../../WebCore/inspector/front-end/inspector.html',
'inputs': [
'<@(_script_name)',
'<@(_input_page)',
'<@(webinspector_files)',
'<@(devtools_files)'
],
'search_path': [
'../../WebCore/inspector/front-end',
'src/js',
],
'outputs': ['<(PRODUCT_DIR)/resources/inspector/devTools.css'],
'action': ['python', '<@(_script_name)', '<@(_input_page)', '<@(_search_path)', '<@(_outputs)'],
}],
'copies': [{
'destination': '<(PRODUCT_DIR)/resources/inspector',
'files': [
'<@(webinspector_standalone_css_files)',
],
}],
},
],
}],
['clang==1', {
'target_defaults': {
'cflags': ['-Wglobal-constructors'],
'xcode_settings': {
'WARNING_CFLAGS': ['-Wglobal-constructors'],
},
},
}],
], # conditions
}