Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: components/favicon/core/BUILD.gn

Issue 2852383002: [LargeIconService] Add a unit-test for overriding request URL (Closed)
Patch Set: Fixing build Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | components/favicon/core/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | components/favicon/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698