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

Unified Diff: Source/core/core.gyp

Issue 720783002: Optionally compress V8 code cache data with snappy. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix for the default case 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/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index c300dc72851c0bc1de0e9b8081ccf67877b7397a..e555bf2f14133983af95a860f54366531c0f6052 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -190,6 +190,7 @@
'<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
'<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ '<(DEPTH)/third_party/snappy/snappy.gyp:snappy',
jochen (gone - plz use gerrit) 2014/11/12 15:04:41 alphabetical ordering. plz also update the BUILD.
],
'include_dirs': [
'<@(webcore_include_dirs)',

Powered by Google App Engine
This is Rietveld 408576698