OLD | NEW |
(Empty) | |
| 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. |
| 4 |
| 5 { |
| 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 }], |
| 22 } |
OLD | NEW |