summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/Android.v8bindings.mk
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-15 00:04:04 +0100
committerSteve Block <steveblock@google.com>2011-06-15 00:04:04 +0100
commit88915f520227e3fed8972bc1d407ebae6daf32c4 (patch)
tree559498eacc5a2149bc189103459949ac02e4f97f /Source/WebCore/Android.v8bindings.mk
parentb4d8044b71fecca026f297f220ba85ef67c7e42e (diff)
downloadexternal_webkit-88915f520227e3fed8972bc1d407ebae6daf32c4.zip
external_webkit-88915f520227e3fed8972bc1d407ebae6daf32c4.tar.gz
external_webkit-88915f520227e3fed8972bc1d407ebae6daf32c4.tar.bz2
Fix build by adding missing WebTiming bindings file
Change-Id: I959b25a9447154395f168132f908c0f4512d4be6
Diffstat (limited to 'Source/WebCore/Android.v8bindings.mk')
-rw-r--r--Source/WebCore/Android.v8bindings.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/Android.v8bindings.mk b/Source/WebCore/Android.v8bindings.mk
index e196bdd..283a212 100644
--- a/Source/WebCore/Android.v8bindings.mk
+++ b/Source/WebCore/Android.v8bindings.mk
@@ -162,6 +162,7 @@ LOCAL_SRC_FILES += \
bindings/v8/custom/V8NavigatorCustom.cpp \
bindings/v8/custom/V8NodeCustom.cpp \
bindings/v8/custom/V8NodeListCustom.cpp \
+ bindings/v8/custom/V8PerformanceCustom.cpp \
bindings/v8/custom/V8PopStateEventCustom.cpp \
bindings/v8/custom/V8SQLResultSetRowListCustom.cpp \
bindings/v8/custom/V8SQLTransactionCustom.cpp \