Chromium Code Reviews| 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 |
| ], |