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 static_library("core") { | 5 static_library("core") { |
6 sources = [ | 6 sources = [ |
7 "fallback_url_util.cc", | 7 "fallback_url_util.cc", |
8 "fallback_url_util.h", | 8 "fallback_url_util.h", |
9 "favicon_client.h", | 9 "favicon_client.h", |
10 "favicon_driver.cc", | 10 "favicon_driver.cc", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 | 62 |
63 deps = [ | 63 deps = [ |
64 ":core", | 64 ":core", |
65 "//base", | 65 "//base", |
66 "//base/test:test_support", | 66 "//base/test:test_support", |
67 "//components/favicon/core/test:test_support", | 67 "//components/favicon/core/test:test_support", |
68 "//components/favicon_base", | 68 "//components/favicon_base", |
69 "//components/history/core/browser:browser", | 69 "//components/history/core/browser:browser", |
70 "//components/history/core/test:test", | 70 "//components/history/core/test:test", |
71 "//components/image_fetcher/core", | 71 "//components/image_fetcher/core", |
| 72 "//components/variations:test_support", |
72 "//skia", | 73 "//skia", |
73 "//testing/gmock", | 74 "//testing/gmock", |
74 "//testing/gtest", | 75 "//testing/gtest", |
75 "//ui/base", | 76 "//ui/base", |
76 "//ui/gfx", | 77 "//ui/gfx", |
77 "//ui/gfx:test_support", | 78 "//ui/gfx:test_support", |
78 "//url", | 79 "//url", |
79 ] | 80 ] |
80 } | 81 } |
OLD | NEW |