| Index: components/component_updater.gypi
|
| diff --git a/components/component_updater.gypi b/components/component_updater.gypi
|
| deleted file mode 100644
|
| index 1a3d2112c35f7e4325580f6d0acf7714215972c9..0000000000000000000000000000000000000000
|
| --- a/components/component_updater.gypi
|
| +++ /dev/null
|
| @@ -1,61 +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/component_updater
|
| - 'target_name': 'component_updater',
|
| - 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../ui/base/ui_base.gyp:ui_base',
|
| - '../url/url.gyp:url_lib',
|
| - 'update_client',
|
| - 'version_info',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'sources': [
|
| - 'component_updater/component_updater_paths.cc',
|
| - 'component_updater/component_updater_paths.h',
|
| - 'component_updater/component_updater_service.cc',
|
| - 'component_updater/component_updater_service.h',
|
| - 'component_updater/component_updater_service_internal.h',
|
| - 'component_updater/component_updater_switches.cc',
|
| - 'component_updater/component_updater_switches.h',
|
| - 'component_updater/component_updater_url_constants.cc',
|
| - 'component_updater/component_updater_url_constants.h',
|
| - 'component_updater/configurator_impl.cc',
|
| - 'component_updater/configurator_impl.h',
|
| - 'component_updater/default_component_installer.cc',
|
| - 'component_updater/default_component_installer.h',
|
| - 'component_updater/pref_names.cc',
|
| - 'component_updater/pref_names.h',
|
| - 'component_updater/timer.cc',
|
| - 'component_updater/timer.h',
|
| - 'component_updater/updater_state_win.cc',
|
| - 'component_updater/updater_state_win.h',
|
| - ],
|
| - },
|
| - {
|
| - # GN version: //components/component_updater:test_support
|
| - 'target_name': 'component_updater_test_support',
|
| - 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../testing/gmock.gyp:gmock',
|
| - 'component_updater',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'sources': [
|
| - 'component_updater/mock_component_updater_service.cc',
|
| - 'component_updater/mock_component_updater_service.h',
|
| - ],
|
| - },
|
| - ],
|
| -}
|
|
|