Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: components/nacl/renderer/plugin/BUILD.gn

Issue 1569283002: NaCl cleanup: Remove SrpcParams and SrpcClient, which are unused now (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/nacl/renderer/plugin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/plugin/BUILD.gn
diff --git a/components/nacl/renderer/plugin/BUILD.gn b/components/nacl/renderer/plugin/BUILD.gn
index 5c3d22ec57caa40d81f323b6b535f91d20ccaa1c..e0b6eee088622746c780dfe7216e54ab5061d695 100644
--- a/components/nacl/renderer/plugin/BUILD.gn
+++ b/components/nacl/renderer/plugin/BUILD.gn
@@ -13,8 +13,6 @@ source_set("nacl_trusted_plugin") {
"ppapi_entrypoints.cc",
"sel_ldr_launcher_chrome.cc",
"service_runtime.cc",
- "srpc_client.cc",
- "srpc_params.cc",
"temporary_file.cc",
"utility.cc",
]
@@ -26,7 +24,6 @@ source_set("nacl_trusted_plugin") {
"//native_client/src/shared/gio",
"//native_client/src/shared/imc",
"//native_client/src/shared/platform",
- "//native_client/src/shared/srpc:nonnacl_srpc",
"//native_client/src/trusted/desc:nrd_xfer",
"//native_client/src/trusted/nonnacl_util:sel_ldr_launcher_base",
"//native_client/src/trusted/platform_qualify:platform_qual_lib",
« no previous file with comments | « no previous file | components/nacl/renderer/plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698