Chromium Code Reviews| Index: ppapi/native_client/native_client.gyp |
| =================================================================== |
| --- ppapi/native_client/native_client.gyp (revision 114016) |
| +++ ppapi/native_client/native_client.gyp (working copy) |
| @@ -6,8 +6,9 @@ |
| 'includes': [ |
| '../../native_client/build/common.gypi', |
| ], |
| + 'targets': [], |
|
noelallen_use_chromium
2011/12/12 22:16:30
This actually works? I could have used that.
|
| 'conditions': [ |
| - ['disable_nacl!=1', { |
| + ['disable_nacl!=1 and disable_nacl_untrusted!=1', { |
| 'targets': [ |
| { |
| 'target_name': 'ppapi_lib', |
| @@ -79,7 +80,7 @@ |
| ], |
| }, |
| 'dependencies': [ |
| - 'src/shared/ppapi_proxy/ppapi_proxy.gyp:ppruntime_lib', |
| + 'src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp:ppruntime_lib', |
| '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', |
| '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', |
| '../../native_client/src/shared/platform/platform.gyp:platform_lib', |