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

Unified Diff: chrome/browser/nacl_host/test/BUILD.gn

Issue 2905513002: Add missing dependency on exe_and_shlib_deps (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/test/BUILD.gn
diff --git a/chrome/browser/nacl_host/test/BUILD.gn b/chrome/browser/nacl_host/test/BUILD.gn
index 4716ffea7893778c1459f7887eea95001dd0b3c5..0715b3312eb9b9e1339c2e34654e13377cc1df5e 100644
--- a/chrome/browser/nacl_host/test/BUILD.gn
+++ b/chrome/browser/nacl_host/test/BUILD.gn
@@ -11,6 +11,7 @@ if (enable_nacl && (is_linux || is_win)) {
]
deps = [
"//base",
+ "//build/config:exe_and_shlib_deps",
# Default manifest on Windows (a no-op elsewhere).
"//build/win:default_exe_manifest",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698