diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 22:35:31 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 22:35:31 +0000 |
commit | 915a8c5baaba4f03bf817b70fa06d14e64aeb605 (patch) | |
tree | 0efbd1cb768524791e050a501b15144d5787f010 /chrome/nacl.gypi | |
parent | ff2dd6098ad664d4eae82cf334b3a872b576f18b (diff) | |
download | chromium_src-915a8c5baaba4f03bf817b70fa06d14e64aeb605.zip chromium_src-915a8c5baaba4f03bf817b70fa06d14e64aeb605.tar.gz chromium_src-915a8c5baaba4f03bf817b70fa06d14e64aeb605.tar.bz2 |
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
Diffstat (limited to 'chrome/nacl.gypi')
-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', ], |