Index: components/search_provider_logos.gypi |
diff --git a/components/search_provider_logos.gypi b/components/search_provider_logos.gypi |
deleted file mode 100644 |
index a46b767200032a7a4077d01b2546e91c833460f2..0000000000000000000000000000000000000000 |
--- a/components/search_provider_logos.gypi |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-{ |
- 'targets': [ |
- { |
- 'target_name': 'search_provider_logos', |
- 'type': 'static_library', |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- '../net/net.gyp:net', |
- '../skia/skia.gyp:skia', |
- '../ui/gfx/gfx.gyp:gfx', |
- '../url/url.gyp:url_lib', |
- ], |
- 'include_dirs': [ |
- '..', |
- ], |
- 'sources': [ |
- 'search_provider_logos/google_logo_api.cc', |
- 'search_provider_logos/google_logo_api.h', |
- 'search_provider_logos/logo_cache.cc', |
- 'search_provider_logos/logo_cache.h', |
- 'search_provider_logos/logo_common.cc', |
- 'search_provider_logos/logo_common.h', |
- 'search_provider_logos/logo_tracker.cc', |
- 'search_provider_logos/logo_tracker.h', |
- 'search_provider_logos/switches.cc', |
- 'search_provider_logos/switches.h', |
- ], |
- }, |
- ], |
-} |