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

Unified Diff: BUILD.gn

Issue 877553008: Land prep work to enable NaCl in the Linux x64 GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to #317924 Created 5 years, 10 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 | base/BUILD.gn » ('j') | base/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f0ba26da16689036c3a07d5da62689f21caa198a..86e320c7f5b00ec66854da59f916096b80a941a9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -164,6 +164,13 @@ group("gn_all") {
]
}
+ if (enable_nacl && enable_nacl_untrusted) {
+ if (is_linux && current_cpu == "x64") {
+ # TODO(GYP): Add the right deps for the other architectures.
+ # TODO(dpranke) needed? deps += [ "//ppapi:ppapi_cpp_lib(//native_client/build/toolchain/nacl:clang_newlib_x64)" ]
Dirk Pranke 2015/02/25 21:08:46 It looks like we don't need to explicitly build th
brettw 2015/02/25 21:27:29 Yes, remove this.
+ }
+ }
+
if (is_win || is_mac || is_chromeos) {
# RLZ works on these platforms.
# TODO(GYP): Is this target needed, or pulled in automatically?
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698