diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 02:54:46 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 02:54:46 +0000 |
commit | a356e5cccae3ee3c8cf1505e81e34179fa7f36d5 (patch) | |
tree | 4aaebe7bdef4b0eb02d303f13c44b35bf29e59e6 /webkit | |
parent | c67a82cbf39e28a9160158c6f9638bed0c934f6f (diff) | |
download | chromium_src-a356e5cccae3ee3c8cf1505e81e34179fa7f36d5.zip chromium_src-a356e5cccae3ee3c8cf1505e81e34179fa7f36d5.tar.gz chromium_src-a356e5cccae3ee3c8cf1505e81e34179fa7f36d5.tar.bz2 |
webkit: Kill support/ directory.
- Rename webkit_support.gyp to webkit_glue.gyp
- Move it into glue/ directory.
- Remove DEPS and OWNERS file.
BUG=265753
R=darin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23583055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/webkit_glue.gyp (renamed from webkit/support/webkit_support.gyp) | 2 | ||||
-rw-r--r-- | webkit/support/DEPS | 6 | ||||
-rw-r--r-- | webkit/support/OWNERS | 1 |
3 files changed, 1 insertions, 8 deletions
diff --git a/webkit/support/webkit_support.gyp b/webkit/glue/webkit_glue.gyp index f7d6d5f..2b5c915 100644 --- a/webkit/support/webkit_support.gyp +++ b/webkit/glue/webkit_glue.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. +# 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. 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 |