Index: webkit/webkit.gyp |
=================================================================== |
--- webkit/webkit.gyp (revision 16848) |
+++ webkit/webkit.gyp (working copy) |
@@ -278,7 +278,9 @@ |
'../third_party/WebKit/JavaScriptCore/wtf/NotFound.h', |
'../third_party/WebKit/JavaScriptCore/wtf/OwnArrayPtr.h', |
'../third_party/WebKit/JavaScriptCore/wtf/OwnPtr.h', |
+ '../third_party/WebKit/JavaScriptCore/wtf/OwnPtrCommon.h', |
'../third_party/WebKit/JavaScriptCore/wtf/OwnPtrWin.cpp', |
+ '../third_party/WebKit/JavaScriptCore/wtf/PassOwnPtr.h', |
'../third_party/WebKit/JavaScriptCore/wtf/PassRefPtr.h', |
'../third_party/WebKit/JavaScriptCore/wtf/Platform.h', |
'../third_party/WebKit/JavaScriptCore/wtf/PtrAndFlags.h', |
@@ -1471,6 +1473,8 @@ |
'../third_party/WebKit/WebCore/dom/ScriptElement.h', |
'../third_party/WebKit/WebCore/dom/ScriptExecutionContext.cpp', |
'../third_party/WebKit/WebCore/dom/ScriptExecutionContext.h', |
+ '../third_party/WebKit/WebCore/dom/SelectElement.cpp', |
+ '../third_party/WebKit/WebCore/dom/SelectElement.h', |
'../third_party/WebKit/WebCore/dom/SelectorNodeList.cpp', |
'../third_party/WebKit/WebCore/dom/SelectorNodeList.h', |
'../third_party/WebKit/WebCore/dom/StaticNodeList.cpp', |
@@ -2210,6 +2214,10 @@ |
'../third_party/WebKit/WebCore/platform/graphics/filters/FEComponentTransfer.h', |
'../third_party/WebKit/WebCore/platform/graphics/filters/FEComposite.cpp', |
'../third_party/WebKit/WebCore/platform/graphics/filters/FEComposite.h', |
+ '../third_party/WebKit/WebCore/platform/graphics/filters/SourceAlpha.cpp', |
+ '../third_party/WebKit/WebCore/platform/graphics/filters/SourceAlpha.h', |
+ '../third_party/WebKit/WebCore/platform/graphics/filters/SourceGraphic.cpp', |
+ '../third_party/WebKit/WebCore/platform/graphics/filters/SourceGraphic.h', |
'../third_party/WebKit/WebCore/platform/graphics/gtk/ColorGtk.cpp', |
'../third_party/WebKit/WebCore/platform/graphics/gtk/FontCacheGtk.cpp', |
'../third_party/WebKit/WebCore/platform/graphics/gtk/FontCustomPlatformData.cpp', |
@@ -3484,6 +3492,7 @@ |
'../third_party/WebKit/WebCore/svg/Filter.cpp', |
'../third_party/WebKit/WebCore/svg/Filter.h', |
'../third_party/WebKit/WebCore/svg/FilterBuilder.h', |
+ '../third_party/WebKit/WebCore/svg/FilterBuilder.cpp', |
'../third_party/WebKit/WebCore/svg/FilterEffect.cpp', |
'../third_party/WebKit/WebCore/svg/FilterEffect.h', |
'../third_party/WebKit/WebCore/svg/GradientAttributes.h', |