diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-27 21:08:35 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-27 21:08:35 +0000 |
commit | 1539320775d13334a03ae4a055c4601d58146848 (patch) | |
tree | 093a3c266c5d496cccee4186217120dbdef9ff28 /base/third_party/xdg_mime | |
parent | fe1426155e418d7833eba8d2cfebee53dde531b3 (diff) | |
download | chromium_src-1539320775d13334a03ae4a055c4601d58146848.zip chromium_src-1539320775d13334a03ae4a055c4601d58146848.tar.gz chromium_src-1539320775d13334a03ae4a055c4601d58146848.tar.bz2 |
Remove GN GYP generator.
This removes the GYP generator code and associated build stuff.
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/206813002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party/xdg_mime')
-rw-r--r-- | base/third_party/xdg_mime/BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/third_party/xdg_mime/BUILD.gn b/base/third_party/xdg_mime/BUILD.gn index cc198fa..7c61593 100644 --- a/base/third_party/xdg_mime/BUILD.gn +++ b/base/third_party/xdg_mime/BUILD.gn @@ -3,7 +3,6 @@ # found in the LICENSE file. static_library("xdg_mime") { - external = true sources = [ "xdgmime.c", "xdgmime.h", |