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

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: Addresses the rest of kmarshall's #7 comments 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
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 311f7b32055bafc52afe679f1637437611bd52ea..6566f5d658a6f4e596e3d4e7c554002eb8a2d806 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -99,6 +99,8 @@ 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",
]
« no previous file with comments | « no previous file | blimp/client/session/assignment_source.h » ('j') | blimp/client/session/assignment_source_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698