Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: Source/core/BUILD.gn

Issue 720783002: Optionally compress V8 code cache data with snappy. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added TODO Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
jochen (gone - plz use gerrit) 2014/11/13 15:11:57 should not be required
"//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",

Powered by Google App Engine
This is Rietveld 408576698