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

Unified Diff: third_party/leveldatabase/BUILD.gn

Issue 2899403004: Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: Created 3 years, 7 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/leveldatabase/BUILD.gn
diff --git a/third_party/leveldatabase/BUILD.gn b/third_party/leveldatabase/BUILD.gn
index 72b87597d4cf774a6bf387ec3c35de3ad5ccbfd2..a0701f2b90b60766311a2fcd30af6f45b284ccbd 100644
--- a/third_party/leveldatabase/BUILD.gn
+++ b/third_party/leveldatabase/BUILD.gn
@@ -309,6 +309,7 @@ if (!is_ios && !is_android) {
configs += [ "//build/config/compiler:no_chromium_code" ]
deps = [
":leveldatabase",
+ "//build/config:exe_and_shlib_deps",
]
}

Powered by Google App Engine
This is Rietveld 408576698