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

Unified Diff: components/nacl/BUILD.gn

Issue 1338453002: Fix NaCl IRT copy in GN chrome build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: components/nacl/BUILD.gn
diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
index e5a4ad02eec3e9810e32fc70012bb5a4c09725d1..255a67d99596af255d130dc3930940051dda66bd 100644
--- a/components/nacl/BUILD.gn
+++ b/components/nacl/BUILD.gn
@@ -42,10 +42,7 @@ if (enable_nacl) {
]
if (enable_nacl_untrusted) {
- data_deps = [
- # TODO(GYP): handle other architectures correctly.
- "//ppapi/native_client:nacl_irt(//build/toolchain/nacl:irt_x64)",
- ]
+ data_deps = [ "//ppapi/native_client:irt" ]
}
if (enable_pnacl) {
data_deps += [
« 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