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

Unified Diff: content/test/BUILD.gn

Issue 1174503002: add missing zlib dep after CL 1148633007 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 5 years, 6 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 | « content/content_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c254b4e08b2921be0e6040ef7892d1cfa3a15fb6..67d4fcd3fe6b3c9e2c9a60314581e34af282c333 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -304,6 +304,7 @@ if (!is_mac) {
"//third_party/WebKit/public:blink",
"//third_party/leveldatabase",
"//third_party/mesa:osmesa",
+ "//third_party/zlib",
"//ui/accessibility",
"//ui/accessibility:ax_gen",
"//ui/base",
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698