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

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

Issue 2368923003: Support the Clear-Site-Data header on resource requests (Closed)
Patch Set: Addressed comments. Created 3 years, 7 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 4381 matching lines...) Expand 10 before | Expand all | Expand 10 after
4392 "browsing_data/mock_browsing_data_flash_lso_helper.cc", 4392 "browsing_data/mock_browsing_data_flash_lso_helper.cc",
4393 "browsing_data/mock_browsing_data_flash_lso_helper.h", 4393 "browsing_data/mock_browsing_data_flash_lso_helper.h",
4394 "browsing_data/mock_browsing_data_indexed_db_helper.cc", 4394 "browsing_data/mock_browsing_data_indexed_db_helper.cc",
4395 "browsing_data/mock_browsing_data_indexed_db_helper.h", 4395 "browsing_data/mock_browsing_data_indexed_db_helper.h",
4396 "browsing_data/mock_browsing_data_local_storage_helper.cc", 4396 "browsing_data/mock_browsing_data_local_storage_helper.cc",
4397 "browsing_data/mock_browsing_data_local_storage_helper.h", 4397 "browsing_data/mock_browsing_data_local_storage_helper.h",
4398 "browsing_data/mock_browsing_data_media_license_helper.cc", 4398 "browsing_data/mock_browsing_data_media_license_helper.cc",
4399 "browsing_data/mock_browsing_data_media_license_helper.h", 4399 "browsing_data/mock_browsing_data_media_license_helper.h",
4400 "browsing_data/mock_browsing_data_quota_helper.cc", 4400 "browsing_data/mock_browsing_data_quota_helper.cc",
4401 "browsing_data/mock_browsing_data_quota_helper.h", 4401 "browsing_data/mock_browsing_data_quota_helper.h",
4402 "browsing_data/mock_browsing_data_remover_delegate.cc",
4403 "browsing_data/mock_browsing_data_remover_delegate.h",
4404 "browsing_data/mock_browsing_data_service_worker_helper.cc", 4402 "browsing_data/mock_browsing_data_service_worker_helper.cc",
4405 "browsing_data/mock_browsing_data_service_worker_helper.h", 4403 "browsing_data/mock_browsing_data_service_worker_helper.h",
4406 "download/download_test_file_activity_observer.cc", 4404 "download/download_test_file_activity_observer.cc",
4407 "download/download_test_file_activity_observer.h", 4405 "download/download_test_file_activity_observer.h",
4408 "history/history_test_utils.cc", 4406 "history/history_test_utils.cc",
4409 "history/history_test_utils.h", 4407 "history/history_test_utils.h",
4410 "media/webrtc/fake_desktop_media_list.cc", 4408 "media/webrtc/fake_desktop_media_list.cc",
4411 "media/webrtc/fake_desktop_media_list.h", 4409 "media/webrtc/fake_desktop_media_list.h",
4412 "net/dns_probe_test_util.cc", 4410 "net/dns_probe_test_util.cc",
4413 "net/dns_probe_test_util.h", 4411 "net/dns_probe_test_util.h",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
4699 "media/pepper_cdm_test_constants.cc", 4697 "media/pepper_cdm_test_constants.cc",
4700 "media/pepper_cdm_test_constants.h", 4698 "media/pepper_cdm_test_constants.h",
4701 ] 4699 ]
4702 } 4700 }
4703 } 4701 }
4704 4702
4705 service_manifest("preferences_forwarder_manifest") { 4703 service_manifest("preferences_forwarder_manifest") {
4706 name = "preferences_forwarder" 4704 name = "preferences_forwarder"
4707 source = "prefs/forwarder_manifest.json" 4705 source = "prefs/forwarder_manifest.json"
4708 } 4706 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698