summaryrefslogtreecommitdiffstats
path: root/webkit/build/precompiled_webkit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/build/precompiled_webkit.cc')
-rw-r--r--webkit/build/precompiled_webkit.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/build/precompiled_webkit.cc b/webkit/build/precompiled_webkit.cc
deleted file mode 100644
index e8b969b..0000000
--- a/webkit/build/precompiled_webkit.cc
+++ /dev/null
@@ -1,8 +0,0 @@
-// There is no need to include anything here. You may ask: Why? Well that's a
-// valid question.
-//
-// The answer is that since we are using the /FI compiler option, not including
-// the PCH file here asserts that the /FI option is indeed correctly set.
-//
-// "/FI [header file]" means force include. The specified include file will be
-// included before each compilation unit (.c/.cc file).