diff options
Diffstat (limited to 'webkit/support')
-rw-r--r-- | webkit/support/DEPS | 6 | ||||
-rw-r--r-- | webkit/support/OWNERS | 1 | ||||
-rw-r--r-- | webkit/support/webkit_support.gyp | 17 |
3 files changed, 0 insertions, 24 deletions
diff --git a/webkit/support/DEPS b/webkit/support/DEPS deleted file mode 100644 index 4b763c2..0000000 --- a/webkit/support/DEPS +++ /dev/null @@ -1,6 +0,0 @@ -include_rules = [ - "+media", - "+net", - "+ui", - "+webkit/support", -] diff --git a/webkit/support/OWNERS b/webkit/support/OWNERS deleted file mode 100644 index 9b6bf0b..0000000 --- a/webkit/support/OWNERS +++ /dev/null @@ -1 +0,0 @@ -tkent@chromium.org diff --git a/webkit/support/webkit_support.gyp b/webkit/support/webkit_support.gyp deleted file mode 100644 index f7d6d5f..0000000 --- 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', - ], - }], - ], -} |