Index: webkit/support/webkit_support.gyp |
diff --git a/webkit/support/webkit_support.gyp b/webkit/support/webkit_support.gyp |
deleted file mode 100644 |
index f7d6d5fb853e748ba3579bd1c84a42d98e550400..0000000000000000000000000000000000000000 |
--- a/webkit/support/webkit_support.gyp |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-# Copyright (c) 2012 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. |
- |
-{ |
- 'conditions': [ |
- # TODO(stuartmorgan): All dependencies from code built on iOS to |
- # webkit/ should be removed, at which point this condition can be |
- # removed. |
- ['OS != "ios"', { |
- 'includes': [ |
- '../../build/win_precompile.gypi', |
- '../glue/webkit_glue.gypi', |
- ], |
- }], |
- ], |
-} |