diff options
Diffstat (limited to 'WebCore/GNUmakefile.am')
-rw-r--r-- | WebCore/GNUmakefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am index 7afe8d8..f2dacec 100644 --- a/WebCore/GNUmakefile.am +++ b/WebCore/GNUmakefile.am @@ -484,6 +484,9 @@ webcore_sources += \ WebCore/bindings/js/ScriptInstance.h \ WebCore/bindings/js/ScriptObject.cpp \ WebCore/bindings/js/ScriptObject.h \ + WebCore/bindings/js/ScriptProfile.h \ + WebCore/bindings/js/ScriptProfiler.cpp \ + WebCore/bindings/js/ScriptProfiler.h \ WebCore/bindings/js/ScriptSourceCode.h \ WebCore/bindings/js/ScriptSourceProvider.h \ WebCore/bindings/js/ScriptState.cpp \ @@ -1191,6 +1194,8 @@ webcore_sources += \ WebCore/icu/unicode/uversion.h \ WebCore/inspector/ConsoleMessage.cpp \ WebCore/inspector/ConsoleMessage.h \ + WebCore/inspector/InjectedScript.cpp \ + WebCore/inspector/InjectedScript.h \ WebCore/inspector/InjectedScriptHost.cpp \ WebCore/inspector/InjectedScriptHost.h \ WebCore/inspector/InspectorBackend.cpp \ @@ -1601,6 +1606,8 @@ webcore_sources += \ WebCore/platform/graphics/UnitBezier.h \ WebCore/platform/graphics/WidthIterator.cpp \ WebCore/platform/graphics/WidthIterator.h \ + WebCore/platform/graphics/transforms/AffineTransform.cpp \ + WebCore/platform/graphics/transforms/AffineTransform.h \ WebCore/platform/graphics/transforms/IdentityTransformOperation.h \ WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp \ WebCore/platform/graphics/transforms/MatrixTransformOperation.h \ @@ -2004,6 +2011,8 @@ webcoregtk_sources += \ WebCore/platform/gtk/FileSystemGtk.cpp \ WebCore/platform/gtk/GRefPtrGtk.cpp \ WebCore/platform/gtk/GRefPtrGtk.h \ + WebCore/platform/gtk/GOwnPtrGtk.cpp \ + WebCore/platform/gtk/GOwnPtrGtk.h \ WebCore/platform/gtk/GtkPluginWidget.cpp \ WebCore/platform/gtk/GtkPluginWidget.h \ WebCore/platform/gtk/KURLGtk.cpp \ |