summaryrefslogtreecommitdiffstats
path: root/webkit/build/V8Bindings
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/build/V8Bindings')
-rw-r--r--webkit/build/V8Bindings/precompiled_v8bindings.cpp3
-rw-r--r--webkit/build/V8Bindings/precompiled_v8bindings.h15
2 files changed, 0 insertions, 18 deletions
diff --git a/webkit/build/V8Bindings/precompiled_v8bindings.cpp b/webkit/build/V8Bindings/precompiled_v8bindings.cpp
deleted file mode 100644
index b9f79a7..0000000
--- a/webkit/build/V8Bindings/precompiled_v8bindings.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-// Copyright 2008 Google Inc. All Rights Reserved.
-
-#include "precompiled_v8bindings.h"
diff --git a/webkit/build/V8Bindings/precompiled_v8bindings.h b/webkit/build/V8Bindings/precompiled_v8bindings.h
deleted file mode 100644
index e1a8217..0000000
--- a/webkit/build/V8Bindings/precompiled_v8bindings.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "config.h"
-#include "v8_proxy.h"
-#include "v8_binding.h"
-
-#include <assert.h>
-#include <math.h>
-#include <time.h>
-
-#include <hash_map>
-#include <string>
-#include <vector>