Skip to content

Commit

Permalink
[NaCl SDK] Remove nacl_io/BUILD.gn
Browse files Browse the repository at this point in the history
I believe this library is no longer needed as part of any gn build.

This was originally added in https://codereview.chromium.org/1307693003
apparently for the nacl version of remoting/webapp which was removed
in https://chromium-review.googlesource.com/c/chromium/src/+/1933132

See: https://chromium-review.googlesource.com/c/chromium/src/+/3018998

Bug: 702997
Change-Id: Ibeea66ed0627b37b37fa37ca4e3c17e6721d9f64
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3025607
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Derek Schuff <dschuff@chromium.org>
Commit-Queue: Sam Clegg <sbc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#901550}
  • Loading branch information
sbc100 authored and Chromium LUCI CQ committed Jul 14, 2021
1 parent fafbf82 commit 8fdfaac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 211 deletions.
4 changes: 0 additions & 4 deletions crypto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ component("crypto") {
}

defines = [ "CRYPTO_IMPLEMENTATION" ]

if (is_nacl) {
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
}
}

test("crypto_unittests") {
Expand Down
207 changes: 0 additions & 207 deletions native_client_sdk/src/libraries/nacl_io/BUILD.gn

This file was deleted.

0 comments on commit 8fdfaac

Please sign in to comment.