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

Unified Diff: BUILD.gn

Issue 1693053002: [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 ce698a7e0d1d15907bcc6e2063a5a81ea3206876..b0d678bce4f355b0252c28a023c4c6eec86a7878 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -722,9 +722,6 @@ group("gn_only") {
"//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" ]
}
@@ -734,6 +731,10 @@ group("gn_only") {
}
}
+ if (enable_nacl) {
+ deps += [ "//native_client_sdk/src:nacl_core_sdk" ]
+ }
+
if (is_android) {
deps += [
"//build/android/gyp/test:hello_world",
« 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