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

Side by Side Diff: components/search_provider_logos/BUILD.gn

Issue 2170813003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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/security_state/BUILD.gn » ('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 source_set("search_provider_logos") { 5 static_library("search_provider_logos") {
6 sources = [ 6 sources = [
7 "google_logo_api.cc", 7 "google_logo_api.cc",
8 "google_logo_api.h", 8 "google_logo_api.h",
9 "logo_cache.cc", 9 "logo_cache.cc",
10 "logo_cache.h", 10 "logo_cache.h",
11 "logo_common.cc", 11 "logo_common.cc",
12 "logo_common.h", 12 "logo_common.h",
13 "logo_tracker.cc", 13 "logo_tracker.cc",
14 "logo_tracker.h", 14 "logo_tracker.h",
15 ] 15 ]
(...skipping 18 matching lines...) Expand all
34 ] 34 ]
35 deps = [ 35 deps = [
36 ":search_provider_logos", 36 ":search_provider_logos",
37 "//base/test:test_support", 37 "//base/test:test_support",
38 "//net:test_support", 38 "//net:test_support",
39 "//testing/gmock", 39 "//testing/gmock",
40 "//testing/gtest", 40 "//testing/gtest",
41 "//ui/gfx", 41 "//ui/gfx",
42 ] 42 ]
43 } 43 }
OLDNEW
« no previous file with comments | « no previous file | components/security_state/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698