summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-21 20:20:35 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-21 20:20:35 +0000
commitf9a3206f095c3cdf5b0c1a4bb1136c64a87403df (patch)
tree77312f60d88dcf9d8973583518359bd75817aa86 /BUILD.gn
parentf13e109ea717ecd1f10e639cbba5bb52f503a559 (diff)
downloadchromium_src-f9a3206f095c3cdf5b0c1a4bb1136c64a87403df.zip
chromium_src-f9a3206f095c3cdf5b0c1a4bb1136c64a87403df.tar.gz
chromium_src-f9a3206f095c3cdf5b0c1a4bb1136c64a87403df.tar.bz2
Roll DEPS for hunspell library.
By advancing to revision 278973, we should be able to pick up the GN Build file that was added in https://src.chromium.org/viewvc/chrome?view=revision&revision=278973 BUG=None TEST=green trybots TBR=brettw@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/347183008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 54812f72..d2239a3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -45,11 +45,13 @@ group("root") {
"//sdch",
"//skia",
"//sql",
+ "//third_party/WebKit/public:all_blink",
"//third_party/angle:translator",
"//third_party/brotli",
"//third_party/ffmpeg",
"//third_party/flac",
"//third_party/harfbuzz-ng",
+ "//third_party/hunspell",
"//third_party/iccjpeg",
"//third_party/icu",
"//third_party/leveldatabase",
@@ -69,7 +71,6 @@ group("root") {
"//third_party/smhasher:murmurhash3",
"//third_party/smhasher:pmurhash",
"//third_party/speex",
- "//third_party/WebKit/public:all_blink",
"//third_party/widevine/cdm:version_h",
"//third_party/zlib",
"//third_party:jpeg",