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

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

Issue 2368923003: Support the Clear-Site-Data header on resource requests (Closed)
Patch Set: Addressed comments, formatted. Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/browsing_data/mock_browsing_data_remover_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4440 matching lines...) Expand 10 before | Expand all | Expand 10 after
4451 "browsing_data/mock_browsing_data_flash_lso_helper.cc", 4451 "browsing_data/mock_browsing_data_flash_lso_helper.cc",
4452 "browsing_data/mock_browsing_data_flash_lso_helper.h", 4452 "browsing_data/mock_browsing_data_flash_lso_helper.h",
4453 "browsing_data/mock_browsing_data_indexed_db_helper.cc", 4453 "browsing_data/mock_browsing_data_indexed_db_helper.cc",
4454 "browsing_data/mock_browsing_data_indexed_db_helper.h", 4454 "browsing_data/mock_browsing_data_indexed_db_helper.h",
4455 "browsing_data/mock_browsing_data_local_storage_helper.cc", 4455 "browsing_data/mock_browsing_data_local_storage_helper.cc",
4456 "browsing_data/mock_browsing_data_local_storage_helper.h", 4456 "browsing_data/mock_browsing_data_local_storage_helper.h",
4457 "browsing_data/mock_browsing_data_media_license_helper.cc", 4457 "browsing_data/mock_browsing_data_media_license_helper.cc",
4458 "browsing_data/mock_browsing_data_media_license_helper.h", 4458 "browsing_data/mock_browsing_data_media_license_helper.h",
4459 "browsing_data/mock_browsing_data_quota_helper.cc", 4459 "browsing_data/mock_browsing_data_quota_helper.cc",
4460 "browsing_data/mock_browsing_data_quota_helper.h", 4460 "browsing_data/mock_browsing_data_quota_helper.h",
4461 "browsing_data/mock_browsing_data_remover_delegate.cc",
4462 "browsing_data/mock_browsing_data_remover_delegate.h",
4463 "browsing_data/mock_browsing_data_service_worker_helper.cc", 4461 "browsing_data/mock_browsing_data_service_worker_helper.cc",
4464 "browsing_data/mock_browsing_data_service_worker_helper.h", 4462 "browsing_data/mock_browsing_data_service_worker_helper.h",
4465 "download/download_test_file_activity_observer.cc", 4463 "download/download_test_file_activity_observer.cc",
4466 "download/download_test_file_activity_observer.h", 4464 "download/download_test_file_activity_observer.h",
4467 "history/history_test_utils.cc", 4465 "history/history_test_utils.cc",
4468 "history/history_test_utils.h", 4466 "history/history_test_utils.h",
4469 "media/webrtc/fake_desktop_media_list.cc", 4467 "media/webrtc/fake_desktop_media_list.cc",
4470 "media/webrtc/fake_desktop_media_list.h", 4468 "media/webrtc/fake_desktop_media_list.h",
4471 "net/dns_probe_test_util.cc", 4469 "net/dns_probe_test_util.cc",
4472 "net/dns_probe_test_util.h", 4470 "net/dns_probe_test_util.h",
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
4760 "media/pepper_cdm_test_constants.cc", 4758 "media/pepper_cdm_test_constants.cc",
4761 "media/pepper_cdm_test_constants.h", 4759 "media/pepper_cdm_test_constants.h",
4762 ] 4760 ]
4763 } 4761 }
4764 } 4762 }
4765 4763
4766 service_manifest("preferences_forwarder_manifest") { 4764 service_manifest("preferences_forwarder_manifest") {
4767 name = "preferences_forwarder" 4765 name = "preferences_forwarder"
4768 source = "prefs/forwarder_manifest.json" 4766 source = "prefs/forwarder_manifest.json"
4769 } 4767 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browsing_data/mock_browsing_data_remover_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698