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

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

Issue 2359393002: Adds media license nodes to cookie tree model and cookies view. (Closed)
Patch Set: rebase Created 4 years, 2 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "browsing_data/browsing_data_file_system_helper.cc", 146 "browsing_data/browsing_data_file_system_helper.cc",
147 "browsing_data/browsing_data_file_system_helper.h", 147 "browsing_data/browsing_data_file_system_helper.h",
148 "browsing_data/browsing_data_filter_builder.cc", 148 "browsing_data/browsing_data_filter_builder.cc",
149 "browsing_data/browsing_data_filter_builder.h", 149 "browsing_data/browsing_data_filter_builder.h",
150 "browsing_data/browsing_data_helper.cc", 150 "browsing_data/browsing_data_helper.cc",
151 "browsing_data/browsing_data_helper.h", 151 "browsing_data/browsing_data_helper.h",
152 "browsing_data/browsing_data_indexed_db_helper.cc", 152 "browsing_data/browsing_data_indexed_db_helper.cc",
153 "browsing_data/browsing_data_indexed_db_helper.h", 153 "browsing_data/browsing_data_indexed_db_helper.h",
154 "browsing_data/browsing_data_local_storage_helper.cc", 154 "browsing_data/browsing_data_local_storage_helper.cc",
155 "browsing_data/browsing_data_local_storage_helper.h", 155 "browsing_data/browsing_data_local_storage_helper.h",
156 "browsing_data/browsing_data_media_license_helper.cc",
157 "browsing_data/browsing_data_media_license_helper.h",
156 "browsing_data/browsing_data_quota_helper.cc", 158 "browsing_data/browsing_data_quota_helper.cc",
157 "browsing_data/browsing_data_quota_helper.h", 159 "browsing_data/browsing_data_quota_helper.h",
158 "browsing_data/browsing_data_quota_helper_impl.cc", 160 "browsing_data/browsing_data_quota_helper_impl.cc",
159 "browsing_data/browsing_data_quota_helper_impl.h", 161 "browsing_data/browsing_data_quota_helper_impl.h",
160 "browsing_data/browsing_data_remover.cc", 162 "browsing_data/browsing_data_remover.cc",
161 "browsing_data/browsing_data_remover.h", 163 "browsing_data/browsing_data_remover.h",
162 "browsing_data/browsing_data_remover_factory.cc", 164 "browsing_data/browsing_data_remover_factory.cc",
163 "browsing_data/browsing_data_remover_factory.h", 165 "browsing_data/browsing_data_remover_factory.h",
164 "browsing_data/browsing_data_service_worker_helper.cc", 166 "browsing_data/browsing_data_service_worker_helper.cc",
165 "browsing_data/browsing_data_service_worker_helper.h", 167 "browsing_data/browsing_data_service_worker_helper.h",
(...skipping 3858 matching lines...) Expand 10 before | Expand all | Expand 10 after
4024 "browsing_data/mock_browsing_data_database_helper.cc", 4026 "browsing_data/mock_browsing_data_database_helper.cc",
4025 "browsing_data/mock_browsing_data_database_helper.h", 4027 "browsing_data/mock_browsing_data_database_helper.h",
4026 "browsing_data/mock_browsing_data_file_system_helper.cc", 4028 "browsing_data/mock_browsing_data_file_system_helper.cc",
4027 "browsing_data/mock_browsing_data_file_system_helper.h", 4029 "browsing_data/mock_browsing_data_file_system_helper.h",
4028 "browsing_data/mock_browsing_data_flash_lso_helper.cc", 4030 "browsing_data/mock_browsing_data_flash_lso_helper.cc",
4029 "browsing_data/mock_browsing_data_flash_lso_helper.h", 4031 "browsing_data/mock_browsing_data_flash_lso_helper.h",
4030 "browsing_data/mock_browsing_data_indexed_db_helper.cc", 4032 "browsing_data/mock_browsing_data_indexed_db_helper.cc",
4031 "browsing_data/mock_browsing_data_indexed_db_helper.h", 4033 "browsing_data/mock_browsing_data_indexed_db_helper.h",
4032 "browsing_data/mock_browsing_data_local_storage_helper.cc", 4034 "browsing_data/mock_browsing_data_local_storage_helper.cc",
4033 "browsing_data/mock_browsing_data_local_storage_helper.h", 4035 "browsing_data/mock_browsing_data_local_storage_helper.h",
4036 "browsing_data/mock_browsing_data_media_license_helper.cc",
4037 "browsing_data/mock_browsing_data_media_license_helper.h",
4034 "browsing_data/mock_browsing_data_quota_helper.cc", 4038 "browsing_data/mock_browsing_data_quota_helper.cc",
4035 "browsing_data/mock_browsing_data_quota_helper.h", 4039 "browsing_data/mock_browsing_data_quota_helper.h",
4036 "browsing_data/mock_browsing_data_service_worker_helper.cc", 4040 "browsing_data/mock_browsing_data_service_worker_helper.cc",
4037 "browsing_data/mock_browsing_data_service_worker_helper.h", 4041 "browsing_data/mock_browsing_data_service_worker_helper.h",
4038 "download/download_test_file_activity_observer.cc", 4042 "download/download_test_file_activity_observer.cc",
4039 "download/download_test_file_activity_observer.h", 4043 "download/download_test_file_activity_observer.h",
4040 "media/webrtc/fake_desktop_media_list.cc", 4044 "media/webrtc/fake_desktop_media_list.cc",
4041 "media/webrtc/fake_desktop_media_list.h", 4045 "media/webrtc/fake_desktop_media_list.h",
4042 "net/dns_probe_test_util.cc", 4046 "net/dns_probe_test_util.cc",
4043 "net/dns_probe_test_util.h", 4047 "net/dns_probe_test_util.h",
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 # linking all of the test support. 4305 # linking all of the test support.
4302 static_library("pepper_cdm_test_constants") { 4306 static_library("pepper_cdm_test_constants") {
4303 testonly = true 4307 testonly = true
4304 visibility = [ "//chrome/*" ] 4308 visibility = [ "//chrome/*" ]
4305 sources = [ 4309 sources = [
4306 "media/pepper_cdm_test_constants.cc", 4310 "media/pepper_cdm_test_constants.cc",
4307 "media/pepper_cdm_test_constants.h", 4311 "media/pepper_cdm_test_constants.h",
4308 ] 4312 ]
4309 } 4313 }
4310 } 4314 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/preferences/website_preference_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698