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 /content/content_common.gypi | |
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 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 8c45574..7b36e6f 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -421,7 +421,7 @@ }], ['OS!="ios" and chrome_multiple_dll!=1', { 'dependencies': [ - '../webkit/support/webkit_support.gyp:glue', + '../webkit/glue/webkit_glue.gyp:glue', ], }], ['OS=="mac"', { |