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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 1063323002: Move base64url.* to CryptAuth component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cryptauth_refactor
Patch Set: rename path in chrome/browser/chromeos Created 5 years, 8 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 | « components/proximity_auth.gypi ('k') | components/proximity_auth/base64url.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 84f827b6f797148b567ff005344787c7eb0c0ad8..380459e62bf0fe7bd5eef11fb7fac384fee35706 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -6,8 +6,6 @@ import("//testing/test.gni")
source_set("proximity_auth") {
sources = [
- "base64url.cc",
- "base64url.h",
"bluetooth_connection.cc",
"bluetooth_connection.h",
"bluetooth_connection_finder.cc",
@@ -44,7 +42,6 @@ source_set("proximity_auth") {
source_set("unit_tests") {
testonly = true
sources = [
- "base64url_unittest.cc",
"bluetooth_connection_finder_unittest.cc",
"bluetooth_connection_unittest.cc",
"client_unittest.cc",
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/base64url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698