Use a dedicated message to inform the web-app of the connection type.
[chromium-blink-merge.git] / components / login.gypi
blobbc9f9165178224a16d09def9bcd888404ee65364
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'targets': [{
7     'target_name': 'login',
8     'type': '<(component)',
9     'dependencies': [
10       '<(DEPTH)/base/base.gyp:base',
11     ],
12     'defines': [
13       'LOGIN_IMPLEMENTATION',
14     ],
15     'sources': [
16       'login/base_screen_handler_utils.cc',
17       'login/base_screen_handler_utils.h',
18       'login/screens/screen_context.cc',
19       'login/screens/screen_context.h',
20     ],
21   }],