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

Unified Diff: components/component_updater.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/cloud_devices.gypi ('k') | components/components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- },
- ],
-}
« no previous file with comments | « components/cloud_devices.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698