| 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",
|
|
|