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

Side by Side Diff: components/search_provider_logos.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 3 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
OLDNEW
(Empty)
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 {
6 'targets': [
7 {
8 'target_name': 'search_provider_logos',
9 'type': 'static_library',
10 'dependencies': [
11 '../base/base.gyp:base',
12 '../net/net.gyp:net',
13 '../skia/skia.gyp:skia',
14 '../ui/gfx/gfx.gyp:gfx',
15 '../url/url.gyp:url_lib',
16 ],
17 'include_dirs': [
18 '..',
19 ],
20 'sources': [
21 'search_provider_logos/google_logo_api.cc',
22 'search_provider_logos/google_logo_api.h',
23 'search_provider_logos/logo_cache.cc',
24 'search_provider_logos/logo_cache.h',
25 'search_provider_logos/logo_common.cc',
26 'search_provider_logos/logo_common.h',
27 'search_provider_logos/logo_tracker.cc',
28 'search_provider_logos/logo_tracker.h',
29 'search_provider_logos/switches.cc',
30 'search_provider_logos/switches.h',
31 ],
32 },
33 ],
34 }
OLDNEW
« no previous file with comments | « components/search_engines/prepopulated_engines.gyp ('k') | components/security_interstitials.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698