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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2777063008: Connect BackgroundFetch to the OfflineItemCollection
Patch Set: Fixed incognito check and added tests Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "autocomplete/in_memory_url_index_factory.cc", 83 "autocomplete/in_memory_url_index_factory.cc",
84 "autocomplete/in_memory_url_index_factory.h", 84 "autocomplete/in_memory_url_index_factory.h",
85 "autocomplete/shortcuts_backend_factory.cc", 85 "autocomplete/shortcuts_backend_factory.cc",
86 "autocomplete/shortcuts_backend_factory.h", 86 "autocomplete/shortcuts_backend_factory.h",
87 "autofill/personal_data_manager_factory.cc", 87 "autofill/personal_data_manager_factory.cc",
88 "autofill/personal_data_manager_factory.h", 88 "autofill/personal_data_manager_factory.h",
89 "autofill/risk_util.cc", 89 "autofill/risk_util.cc",
90 "autofill/risk_util.h", 90 "autofill/risk_util.h",
91 "autofill/validation_rules_storage_factory.cc", 91 "autofill/validation_rules_storage_factory.cc",
92 "autofill/validation_rules_storage_factory.h", 92 "autofill/validation_rules_storage_factory.h",
93 "background_fetch/background_fetch_client_factory.cc",
94 "background_fetch/background_fetch_client_factory.h",
95 "background_fetch/background_fetch_client_impl.cc",
96 "background_fetch/background_fetch_client_impl.h",
93 "background_sync/background_sync_controller_factory.cc", 97 "background_sync/background_sync_controller_factory.cc",
94 "background_sync/background_sync_controller_factory.h", 98 "background_sync/background_sync_controller_factory.h",
95 "background_sync/background_sync_controller_impl.cc", 99 "background_sync/background_sync_controller_impl.cc",
96 "background_sync/background_sync_controller_impl.h", 100 "background_sync/background_sync_controller_impl.h",
97 "background_sync/background_sync_permission_context.cc", 101 "background_sync/background_sync_permission_context.cc",
98 "background_sync/background_sync_permission_context.h", 102 "background_sync/background_sync_permission_context.h",
99 "bad_message.cc", 103 "bad_message.cc",
100 "bad_message.h", 104 "bad_message.h",
101 "banners/app_banner_manager.cc", 105 "banners/app_banner_manager.cc",
102 "banners/app_banner_manager.h", 106 "banners/app_banner_manager.h",
(...skipping 4588 matching lines...) Expand 10 before | Expand all | Expand 10 after
4691 "media/pepper_cdm_test_constants.cc", 4695 "media/pepper_cdm_test_constants.cc",
4692 "media/pepper_cdm_test_constants.h", 4696 "media/pepper_cdm_test_constants.h",
4693 ] 4697 ]
4694 } 4698 }
4695 } 4699 }
4696 4700
4697 service_manifest("preferences_forwarder_manifest") { 4701 service_manifest("preferences_forwarder_manifest") {
4698 name = "preferences_forwarder" 4702 name = "preferences_forwarder"
4699 source = "prefs/forwarder_manifest.json" 4703 source = "prefs/forwarder_manifest.json"
4700 } 4704 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698