repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WebSocket header continuations test case.
[chromium-blink-merge.git]
/
components
/
search_provider_logos
/
BUILD.gn
blob
aa38308a43b7f42a4976156f3f61a6bc620c5f8b
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
static_library("search_provider_logos") {
6
sources = [
7
"google_logo_api.cc",
8
"google_logo_api.h",
9
"logo_cache.cc",
10
"logo_cache.h",
11
"logo_common.cc",
12
"logo_common.h",
13
"logo_tracker.cc",
14
"logo_tracker.h",
15
]
16
17
deps = [
18
"//base",
19
"//net",
20
"//skia",
21
"//ui/gfx",
22
"//url",
23
]
24
}