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

Unified Diff: build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn

Issue 2710663006: Update Crashpad to 4a2043ea65e2641ef1a921801c0aaa15ada02fc7 (Closed)
Patch Set: Update Crashpad to 4a2043ea65e2 Created 3 years, 10 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
« no previous file with comments | « no previous file | build/secondary/third_party/crashpad/crashpad/util/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..75f2aa36949aa136808257271d3db9cf34527d74
--- /dev/null
+++ b/build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn
@@ -0,0 +1,14 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+config("zlib_config") {
+ defines = [ "CRASHPAD_ZLIB_SOURCE_CHROMIUM" ]
+}
+
+group("zlib") {
+ public_deps = [
+ "//third_party/zlib:zlib",
+ ]
+ public_configs = [ ":zlib_config" ]
+}
« no previous file with comments | « no previous file | build/secondary/third_party/crashpad/crashpad/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698