| 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',
|
| - ]
|
| - }
|
| - ]]
|
| - },
|
| - ],
|
| -}
|
|
|