summaryrefslogtreecommitdiffstats
path: root/chromium/webkit/glue/webkit_glue.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/webkit/glue/webkit_glue.gyp')
-rw-r--r--chromium/webkit/glue/webkit_glue.gyp17
1 files changed, 0 insertions, 17 deletions
diff --git a/chromium/webkit/glue/webkit_glue.gyp b/chromium/webkit/glue/webkit_glue.gyp
deleted file mode 100644
index 2b5c9158677..00000000000
--- a/chromium/webkit/glue/webkit_glue.gyp
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2013 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',
- ],
- }],
- ],
-}