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

Unified Diff: BUILD.gn

Issue 1693213002: Revert of [NaCl SDK] Add initial support for building the SDK with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_i686_gcc
Patch Set: Created 4 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 | native_client_sdk/src/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b0d678bce4f355b0252c28a023c4c6eec86a7878..ce698a7e0d1d15907bcc6e2063a5a81ea3206876 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -722,6 +722,9 @@
"//third_party/libjpeg_turbo:simd_asm",
]
}
+ if (enable_nacl) {
+ deps += [ "//native_client/src/trusted/service_runtime:sel_ldr" ]
+ }
if (use_ozone) {
deps += [ "//ui/ozone/demo" ]
}
@@ -729,10 +732,6 @@
if (is_linux && current_toolchain == host_toolchain) {
deps += [ "//v8:d8" ]
}
- }
-
- if (enable_nacl) {
- deps += [ "//native_client_sdk/src:nacl_core_sdk" ]
}
if (is_android) {
« no previous file with comments | « no previous file | native_client_sdk/src/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698