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

Unified Diff: components/proximity_auth.gypi

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/components_tests.gyp ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index c1f7b6d37dcb236e2b9110f3a8beaae75c937478..fe5f3be20c1c1d2e1ff419d152e0b1841996a2aa 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -16,8 +16,6 @@
'../net/net.gyp:net',
],
'sources': [
- "proximity_auth/base64url.cc",
- "proximity_auth/base64url.h",
"proximity_auth/bluetooth_connection.cc",
"proximity_auth/bluetooth_connection.h",
"proximity_auth/bluetooth_connection_finder.cc",
@@ -71,6 +69,8 @@
'../net/net.gyp:net',
],
'sources': [
+ "proximity_auth/cryptauth/base64url.cc",
+ "proximity_auth/cryptauth/base64url.h",
"proximity_auth/cryptauth/cryptauth_access_token_fetcher.h",
"proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.cc",
"proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h",
« no previous file with comments | « components/components_tests.gyp ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698