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

Unified Diff: src/trusted/service_runtime/service_runtime.gyp

Issue 7677036: Enable the service runtime to use a zero-based sandbox on Linux. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: more fixes for bots Created 9 years, 4 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
Index: src/trusted/service_runtime/service_runtime.gyp
diff --git a/src/trusted/service_runtime/service_runtime.gyp b/src/trusted/service_runtime/service_runtime.gyp
index 91e3dc1ebbef832e5c341bfe69f8fa16b89f1439..a6274c7a5e8340867675ccbfb1500e23569be33d 100644
--- a/src/trusted/service_runtime/service_runtime.gyp
+++ b/src/trusted/service_runtime/service_runtime.gyp
@@ -254,6 +254,15 @@
'sources': [
'sel_main.c',
],
+ 'conditions': [
+ ['OS=="linux"', {
+ 'link_settings': {
+ 'libraries': [
+ "-ldl",
Mark Seaborn 2011/08/23 18:26:36 Nit: use single quotes.
Brad Chen 2011/08/23 21:15:09 Done.
+ ],
+ },
+ }],
+ ]
Mark Seaborn 2011/08/23 18:26:36 Nit: add trailing comma
Brad Chen 2011/08/23 21:15:09 Done.
},
# no tests are built here; see service_runtime_test.gyp
],

Powered by Google App Engine
This is Rietveld 408576698