From 915a8c5baaba4f03bf817b70fa06d14e64aeb605 Mon Sep 17 00:00:00 2001 From: "mseaborn@chromium.org" Date: Wed, 5 Sep 2012 22:35:31 +0000 Subject: NaCl: Clean up Gyp library dependencies Don't declare the transitive dependency on platform_qualify because this is now declared properly on the NaCl side. Depend on the newly-added entry-point library "sel_main_chrome" rather than "sel". BUG=http://code.google.com/p/nativeclient/issues/detail?id=2832 TEST=build Review URL: https://chromiumcodereview.appspot.com/10911102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155039 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/nacl.gypi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chrome/nacl.gypi') 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', ], -- cgit v1.1