Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'auto_login_parser', | 8 'target_name': 'history', |
|
sdefresne
2014/06/02 19:56:55
s/history/history_core_common/
nshaik
2014/06/08 08:43:41
Done.
| |
| 9 'type': 'static_library', | 9 'type': '<(component)', |
|
sdefresne
2014/06/02 19:56:55
'type' should be 'static_library' here, otherwise
nshaik
2014/06/08 08:43:41
Done.
| |
| 10 'dependencies': [ | 10 'dependencies': [ |
| 11 '../base/base.gyp:base', | 11 '../base/base.gyp:base', |
| 12 '../net/net.gyp:net', | |
| 13 ], | 12 ], |
| 14 'include_dirs': [ | 13 'include_dirs': [ |
| 15 '..', | 14 '..', |
| 16 ], | 15 ], |
| 17 'sources': [ | 16 'sources': [ |
| 18 'auto_login_parser/auto_login_parser.cc', | 17 'history/core/common/thumbnail_score.cc', |
| 19 'auto_login_parser/auto_login_parser.h', | 18 'history/core/common/thumbnail_score.h', |
| 20 ], | 19 ], |
| 21 }, | 20 }, |
| 22 ], | 21 ], |
| 23 } | 22 } |
| OLD | NEW |