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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 505373004: Introduce proximity_auth component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/DEPS » ('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/crx_file/BUILD.gn b/components/proximity_auth/BUILD.gn
similarity index 58%
copy from components/crx_file/BUILD.gn
copy to components/proximity_auth/BUILD.gn
index db28483a1feae88144a107001e2b0a725e6de31c..11818d9d32d9a9a809fa09b7dc96b657ff13c923 100644
--- a/components/crx_file/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -2,13 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("crx_file") {
+static_library("proximity_auth") {
sources = [
- "constants.h",
- "crx_file.cc",
- "crx_file.h",
- "id_util.cc",
- "id_util.h",
+ "proximity_auth_system.cc",
+ "proximity_auth_system.h",
+ "remote_device.h",
]
deps = [
@@ -18,11 +16,12 @@ source_set("crx_file") {
source_set("unit_tests") {
sources = [
- "id_util_unittest.cc",
+ "proximity_auth_system_unittest.cc",
]
deps = [
- ":crx_file",
+ ":proximity_auth",
+ "//base/test:test_support",
"//testing/gtest",
]
}
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698