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

Unified Diff: blimp/common/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: 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/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 8b5da1102129e7fd4319d87eb651a71866e4e0ab..cea31cf50e5005756e3407098d629e81b0d8c52a 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -17,6 +17,8 @@ component("common") {
"compositor/blimp_task_graph_runner.h",
"create_blimp_message.cc",
"create_blimp_message.h",
+ "get_client_token.cc",
+ "get_client_token.h",
"logging.cc",
"logging.h",
"protocol_version.h",
@@ -27,6 +29,7 @@ component("common") {
deps = [
"//base",
"//blimp/common/proto",
+ "//blimp/engine:app_switches",
"//cc",
"//crypto",
]
@@ -38,6 +41,8 @@ source_set("test_support") {
sources = [
"blob_cache/mock_blob_cache.cc",
"blob_cache/mock_blob_cache.h",
+ "fake_commandline.cc",
+ "fake_commandline.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698