Commit df8e065b authored by mseaborn's avatar mseaborn Committed by Commit bot

NaCl cleanup: Remove some unused Gyp/GN library dependencies

This will allow removing simple_service from the NaCl side.

BUG=302078
TEST=build

Review URL: https://codereview.chromium.org/1631393002

Cr-Commit-Position: refs/heads/master@{#371633}
parent d195bafa
......@@ -19,12 +19,8 @@ source_set("nacl_trusted_plugin") {
"//base",
"//content/public/common",
"//media:shared_memory_support",
"//native_client/src/shared/gio",
"//native_client/src/shared/imc",
"//native_client/src/shared/platform",
"//native_client/src/trusted/desc:nrd_xfer",
"//native_client/src/trusted/platform_qualify:platform_qual_lib",
"//native_client/src/trusted/simple_service",
"//ppapi/c",
"//ppapi/cpp:objects",
"//ppapi/cpp/private:internal_module",
......
......@@ -16,12 +16,8 @@
],
'dependencies': [
'<(DEPTH)/media/media.gyp:shared_memory_support',
'<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
'<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc',
'<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
'<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
'<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
'<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:simple_service',
'<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects',
'<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment