diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 02:23:34 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 02:23:34 +0000 |
commit | cceca60d2b1c86afea4b1b107c4b6ed6847c3869 (patch) | |
tree | e30ec997afa0e4666fd61b6ab35fcf3e33295066 /BUILD.gn | |
parent | 8f120ac4ffbcfae1ce35861b14c0e5fa03e5bd74 (diff) | |
download | chromium_src-cceca60d2b1c86afea4b1b107c4b6ed6847c3869.zip chromium_src-cceca60d2b1c86afea4b1b107c4b6ed6847c3869.tar.gz chromium_src-cceca60d2b1c86afea4b1b107c4b6ed6847c3869.tar.bz2 |
Convert some third_party deps to GN
These are required by Blink platform which I'm working on now.
Also adds a missing enum to the GN target name description function.
BUG=
Review URL: https://codereview.chromium.org/276263003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -38,11 +38,15 @@ group("root") { #"//sdch", "//skia", #"//third_party/WebKit/Source/platform", + "//third_party/brotli", + "//third_party/iccjpeg", "//third_party/icu", "//third_party/leveldatabase", "//third_party/libpng", "//third_party/libusb", "//third_party/libwebp", + "//third_party/ots", + "//third_party/qcms", "//third_party/re2", "//third_party/smhasher:cityhash", "//third_party/smhasher:murmurhash3", |