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

Unified Diff: shell/application_manager/BUILD.gn

Issue 1490963002: Disable authentication in application_manager for FNL (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years 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 | shell/application_manager/application_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/BUILD.gn
diff --git a/shell/application_manager/BUILD.gn b/shell/application_manager/BUILD.gn
index dac121c8ded9f17df4922f68d055f7870ef36a84..88f681f510b3457dc1daedcb8270e242eccf54a7 100644
--- a/shell/application_manager/BUILD.gn
+++ b/shell/application_manager/BUILD.gn
@@ -29,6 +29,11 @@ source_set("application_manager") {
"shell_impl.h",
]
+ # TODO(toshik): FNL hasn't supported authentication, yet
+ if (is_fnl) {
+ defines = [ "NO_AUTHENTICATION" ]
+ }
+
public_deps = [
"//base",
"//mojo/converters/url",
« no previous file with comments | « no previous file | shell/application_manager/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698