| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 # GN version: //components/favicon/core | 8 # GN version: //components/favicon/core |
| 9 'target_name': 'favicon_core', | 9 'target_name': 'favicon_core', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
| 13 '../content/content.gyp:content_browser', |
| 13 '../skia/skia.gyp:skia', | 14 '../skia/skia.gyp:skia', |
| 14 '../ui/base/ui_base.gyp:ui_base', | 15 '../ui/base/ui_base.gyp:ui_base', |
| 15 '../ui/gfx/gfx.gyp:gfx', | 16 '../ui/gfx/gfx.gyp:gfx', |
| 16 '../url/url.gyp:url_lib', | 17 '../url/url.gyp:url_lib', |
| 17 'bookmarks_browser', | 18 'bookmarks_browser', |
| 18 'favicon_base', | 19 'favicon_base', |
| 19 'history_core_browser', | 20 'history_core_browser', |
| 20 'keyed_service_core', | 21 'keyed_service_core', |
| 21 ], | 22 ], |
| 22 'sources': [ | 23 'sources': [ |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'favicon/ios/web_favicon_driver.h', | 92 'favicon/ios/web_favicon_driver.h', |
| 92 ], | 93 ], |
| 93 'include_dirs': [ | 94 'include_dirs': [ |
| 94 '..', | 95 '..', |
| 95 ], | 96 ], |
| 96 }, | 97 }, |
| 97 ], | 98 ], |
| 98 }], | 99 }], |
| 99 ], | 100 ], |
| 100 } | 101 } |
| OLD | NEW |