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

Unified Diff: components/offline_pages.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/ntp_tiles.gypi ('k') | components/omnibox.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
deleted file mode 100644
index af2f397fe48a769ccdf7ec69cd5b5214309c1fb8..0000000000000000000000000000000000000000
--- a/components/offline_pages.gypi
+++ /dev/null
@@ -1,145 +0,0 @@
-# Copyright 2015 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: //components/offline_pages:offline_pages
- 'target_name': 'offline_pages',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../url/url.gyp:url_lib',
- '../sql/sql.gyp:sql',
- 'keyed_service_core',
- ],
- 'sources': [
- 'offline_pages/archive_manager.cc',
- 'offline_pages/archive_manager.h',
- 'offline_pages/client_namespace_constants.cc',
- 'offline_pages/client_namespace_constants.h',
- 'offline_pages/client_policy_controller.cc',
- 'offline_pages/client_policy_controller.h',
- 'offline_pages/offline_event_logger.cc',
- 'offline_pages/offline_event_logger.h',
- 'offline_pages/offline_page_archiver.h',
- 'offline_pages/offline_page_client_policy.h',
- 'offline_pages/offline_page_feature.cc',
- 'offline_pages/offline_page_feature.h',
- 'offline_pages/offline_page_item.cc',
- 'offline_pages/offline_page_item.h',
- 'offline_pages/offline_page_metadata_store.cc',
- 'offline_pages/offline_page_metadata_store.h',
- 'offline_pages/offline_page_metadata_store_sql.cc',
- 'offline_pages/offline_page_metadata_store_sql.h',
- 'offline_pages/offline_page_model.cc',
- 'offline_pages/offline_page_model.h',
- 'offline_pages/offline_page_model_event_logger.cc',
- 'offline_pages/offline_page_model_event_logger.h',
- 'offline_pages/offline_page_model_impl.cc',
- 'offline_pages/offline_page_model_impl.h',
- 'offline_pages/offline_page_storage_manager.cc',
- 'offline_pages/offline_page_storage_manager.h',
- 'offline_pages/offline_page_types.h',
- 'offline_pages/snapshot_controller.cc',
- 'offline_pages/snapshot_controller.h',
- ],
- },
- {
- # GN: //components/offline_pages/background:background_offliner
- 'target_name': 'offline_pages_background_offliner',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- '../..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../sql/sql.gyp:sql',
- '../url/url.gyp:url_lib',
- 'keyed_service_core',
- ],
- 'sources': [
- 'offline_pages/background/device_conditions.h',
- 'offline_pages/background/offliner.h',
- 'offline_pages/background/offliner_factory.h',
- 'offline_pages/background/offliner_policy.h',
- 'offline_pages/background/request_coordinator.cc',
- 'offline_pages/background/request_coordinator.h',
- 'offline_pages/background/request_coordinator_event_logger.cc',
- 'offline_pages/background/request_coordinator_event_logger.h',
- 'offline_pages/background/request_picker.cc',
- 'offline_pages/background/request_picker.h',
- 'offline_pages/background/request_queue.cc',
- 'offline_pages/background/request_queue.h',
- 'offline_pages/background/request_queue_in_memory_store.cc',
- 'offline_pages/background/request_queue_in_memory_store.h',
- 'offline_pages/background/request_queue_store.h',
- 'offline_pages/background/request_queue_store_sql.cc',
- 'offline_pages/background/request_queue_store_sql.h',
- 'offline_pages/background/save_page_request.cc',
- 'offline_pages/background/save_page_request.h',
- 'offline_pages/background/scheduler.h',
- ],
- },
- {
- # GN: //components/offline_pages/downloads:offline_pages_ui_adapter
- 'target_name': 'offline_pages_ui_adapter',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- '../..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'sources': [
- 'offline_pages/downloads/download_ui_adapter.cc',
- 'offline_pages/downloads/download_ui_adapter.h',
- 'offline_pages/downloads/download_ui_item.cc',
- 'offline_pages/downloads/download_ui_item.h',
- 'offline_pages/downloads/offline_page_download_notifier.h',
- ],
- },
- {
- # GN version: //components/offline_pages:test_support
- 'target_name': 'offline_pages_test_support',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../testing/gtest.gyp:gtest',
- '../url/url.gyp:url_lib',
- 'offline_pages',
- ],
- 'sources': [
- 'offline_pages/offline_page_test_archiver.cc',
- 'offline_pages/offline_page_test_archiver.h',
- 'offline_pages/offline_page_test_store.cc',
- 'offline_pages/offline_page_test_store.h',
- 'offline_pages/stub_offline_page_model.cc',
- 'offline_pages/stub_offline_page_model.h',
- ],
- },
- ],
- 'conditions': [
- ['OS == "android"', {
- 'targets': [
- {
- # GN: //components/offline_pages:offline_page_model_enums_java
- 'target_name': 'offline_page_model_enums_java',
- 'type': 'none',
- 'variables': {
- 'source_file': 'offline_pages/offline_page_types.h',
- },
- 'includes': [ '../build/android/java_cpp_enum.gypi' ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « components/ntp_tiles.gypi ('k') | components/omnibox.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698