summaryrefslogtreecommitdiff
path: root/Source/WebCore/WebCore.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/WebCore.gypi')
-rw-r--r--Source/WebCore/WebCore.gypi14
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/WebCore/WebCore.gypi b/Source/WebCore/WebCore.gypi
index 0a477b893..c9fda66b4 100644
--- a/Source/WebCore/WebCore.gypi
+++ b/Source/WebCore/WebCore.gypi
@@ -1215,6 +1215,8 @@
'page/Performance.idl',
'page/PerformanceEntry.idl',
'page/PerformanceEntryList.idl',
+ 'page/PerformanceMark.idl',
+ 'page/PerformanceMeasure.idl',
'page/PerformanceNavigation.idl',
'page/PerformanceResourceTiming.idl',
'page/PerformanceTiming.idl',
@@ -2993,6 +2995,8 @@
'loader/LinkLoaderClient.h',
'loader/MainResourceLoader.cpp',
'loader/MainResourceLoader.h',
+ 'loader/MixedContentChecker.cpp',
+ 'loader/MixedContentChecker.h',
'loader/NavigationAction.cpp',
'loader/NavigationScheduler.cpp',
'loader/NetscapePlugInStreamLoader.cpp',
@@ -3162,12 +3166,16 @@
'page/PerformanceEntry.h',
'page/PerformanceEntryList.cpp',
'page/PerformanceEntryList.h',
+ 'page/PerformanceMark.h',
+ 'page/PerformanceMeasure.h',
'page/PerformanceNavigation.cpp',
'page/PerformanceNavigation.h',
'page/PerformanceResourceTiming.cpp',
'page/PerformanceResourceTiming.h',
'page/PerformanceTiming.cpp',
'page/PerformanceTiming.h',
+ 'page/PerformanceUserTiming.cpp',
+ 'page/PerformanceUserTiming.h',
'page/PointerLockController.cpp',
'page/PointerLockController.h',
'page/PrintContext.cpp',
@@ -4789,6 +4797,8 @@
'platform/graphics/GraphicsLayer.cpp',
'platform/graphics/GraphicsLayerAnimation.cpp',
'platform/graphics/GraphicsLayerAnimation.h',
+ 'platform/graphics/GraphicsLayerUpdater.cpp',
+ 'platform/graphics/GraphicsLayerUpdater.h',
'platform/graphics/GraphicsLayerTransform.cpp',
'platform/graphics/GraphicsLayerTransform.h',
'platform/graphics/GraphicsTypes.cpp',
@@ -7798,6 +7808,10 @@
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceEntry.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceEntryList.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceEntryList.h',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceMark.cpp',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceMark.h',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceMeasure.cpp',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceMeasure.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceNavigation.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceNavigation.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSPerformanceTiming.cpp',