diff options
-rw-r--r-- | chrome/nacl.gypi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi index 98ac1cb..fcfbab87 100644 --- a/chrome/nacl.gypi +++ b/chrome/nacl.gypi @@ -75,8 +75,7 @@ '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome', '../ppapi/ppapi_internal.gyp:ppapi_shared', '../ppapi/ppapi_internal.gyp:ppapi_ipc', - '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel', - '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib', + '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel_main_chrome', ], 'conditions': [ ['disable_nacl_untrusted==0', { @@ -103,8 +102,7 @@ 'nacl_target': 1, }, 'dependencies': [ - '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel64', - '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib64', + '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel_main_chrome64', '../ppapi/ppapi_internal.gyp:ppapi_shared_win64', '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', ], |