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

Unified Diff: components/suggestions.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/subresource_filter.gypi ('k') | components/supervised_user_error_page.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions.gypi
diff --git a/components/suggestions.gypi b/components/suggestions.gypi
deleted file mode 100644
index e960d74e24fd6a9aca28a070200fd0f276c7f5f8..0000000000000000000000000000000000000000
--- a/components/suggestions.gypi
+++ /dev/null
@@ -1,59 +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': [
- {
- # GN version: //components/suggestions
- 'target_name': 'suggestions',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../ui/gfx/gfx.gyp:gfx',
- '../url/url.gyp:url_lib',
- 'components.gyp:data_use_measurement_core',
- 'components.gyp:image_fetcher',
- 'components.gyp:keyed_service_core',
- 'components.gyp:pref_registry',
- 'components.gyp:variations',
- 'components.gyp:variations_net',
- 'sync.gyp:sync',
- ],
- 'sources': [
- 'suggestions/blacklist_store.cc',
- 'suggestions/blacklist_store.h',
- 'suggestions/image_encoder.h',
- 'suggestions/image_manager.cc',
- 'suggestions/image_manager.h',
- 'suggestions/proto/suggestions.proto',
- 'suggestions/suggestions_pref_names.cc',
- 'suggestions/suggestions_pref_names.h',
- 'suggestions/suggestions_service.cc',
- 'suggestions/suggestions_service.h',
- 'suggestions/suggestions_store.cc',
- 'suggestions/suggestions_store.h',
- ],
- 'variables': {
- 'proto_in_dir': 'suggestions/proto',
- 'proto_out_dir': 'components/suggestions/proto',
- },
- 'includes': [ '../build/protoc.gypi' ],
- 'conditions': [
- ['OS == "ios"', {
- 'sources': [
- 'suggestions/image_encoder_ios.mm',
- ]
- }, { # 'OS != "ios"'
- 'sources': [
- 'suggestions/image_encoder.cc',
- ]
- }
- ]]
- },
- ],
-}
« no previous file with comments | « components/subresource_filter.gypi ('k') | components/supervised_user_error_page.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698