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

Unified Diff: blimp/client/BUILD.gn

Issue 1958033003: Allows client to access auth token from command line specified file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds documentation Created 4 years, 7 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 | blimp/client/session/assignment_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index d773b26a7a3856d87993ac05e3a9b09e9d98a4e8..9fcfd5e622d1662455e583a8597c23f823ab6a1c 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -99,10 +99,15 @@ source_set("blimp_client_unit_tests") {
if (is_linux) {
sources += [ "session/assignment_source_unittest.cc" ]
deps += [
+ "//blimp/common",
+ "//blimp/common:test_support",
"//components/safe_json:test_support",
"//net:test_support",
]
- data += [ "session/test_selfsigned_cert.pem" ]
+ data += [
+ "session/test_selfsigned_cert.pem",
+ "//blimp/test/data/test_client_token",
+ ]
}
}
« no previous file with comments | « no previous file | blimp/client/session/assignment_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698