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

Unified Diff: third_party/snappy/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: manual fix for CrOS Created 3 years, 9 months 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: third_party/snappy/BUILD.gn
diff --git a/third_party/snappy/BUILD.gn b/third_party/snappy/BUILD.gn
index ab665d162ef0d3821dec837f808fbc31002aa848..d368c4f56ef36bff3781900a67e3b6ce2e6d602b 100644
--- a/third_party/snappy/BUILD.gn
+++ b/third_party/snappy/BUILD.gn
@@ -34,6 +34,7 @@ config("snappy_warnings") {
static_library("snappy") {
sources = [
+ "linux/snappy-stubs-public.h",
Nico 2017/03/28 14:47:50 Probably doesn't use the linux version on all plat
wychen 2017/03/28 22:12:48 Good catch!
"src/snappy-internal.h",
"src/snappy-sinksource.cc",
"src/snappy-sinksource.h",

Powered by Google App Engine
This is Rietveld 408576698