| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index 865534dbd97b83f726c46a450539999eabb52174..ab024439245c5e204f1d376840fd3a73a0de1631 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -63,6 +63,7 @@ source_set("generated") {
|
| "//third_party/libxslt",
|
| "//third_party/npapi",
|
| "//third_party/qcms",
|
| + "//third_party/snappy",
|
| "//third_party/sqlite",
|
| "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
|
| # FIXME: don't depend on bindings/modules http://crbug.com/358074
|
| @@ -90,6 +91,7 @@ source_set("prerequisites") {
|
| "//third_party/npapi",
|
| "//third_party/ots",
|
| "//third_party/qcms",
|
| + "//third_party/snappy",
|
| "//third_party/sqlite",
|
| "//third_party/zlib",
|
| "//url",
|
|
|