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

Unified Diff: chrome/installer/mini_installer/BUILD.gn

Issue 1460113002: GN: Make Windows installer 'archive' action depend on NaCl IRT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/installer/mini_installer/BUILD.gn
diff --git a/chrome/installer/mini_installer/BUILD.gn b/chrome/installer/mini_installer/BUILD.gn
index 082912091b487dbc66126a3c81b0102ce5380cbc..d04febf8904d743d6b85f5c56edea785d833df76 100644
--- a/chrome/installer/mini_installer/BUILD.gn
+++ b/chrome/installer/mini_installer/BUILD.gn
@@ -162,6 +162,10 @@ action("archive") {
#"../chrome.gyp:chrome_nacl_win64", TODO(GYP) bug 512869.
]
+
+ if (enable_nacl) {
+ deps += [ "//ppapi/native_client:irt" ]
+ }
}
# TODO(GYP) bug 521052: This target needs to be checked to make sure its the
« 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