OLD | NEW |
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 "component_updater/sth_set_component_installer.cc", | 239 "component_updater/sth_set_component_installer.cc", |
240 "component_updater/sth_set_component_installer.h", | 240 "component_updater/sth_set_component_installer.h", |
241 "component_updater/subresource_filter_component_installer.cc", | 241 "component_updater/subresource_filter_component_installer.cc", |
242 "component_updater/subresource_filter_component_installer.h", | 242 "component_updater/subresource_filter_component_installer.h", |
243 "component_updater/supervised_user_whitelist_installer.cc", | 243 "component_updater/supervised_user_whitelist_installer.cc", |
244 "component_updater/supervised_user_whitelist_installer.h", | 244 "component_updater/supervised_user_whitelist_installer.h", |
245 "component_updater/sw_reporter_installer_win.cc", | 245 "component_updater/sw_reporter_installer_win.cc", |
246 "component_updater/sw_reporter_installer_win.h", | 246 "component_updater/sw_reporter_installer_win.h", |
247 "component_updater/swiftshader_component_installer.cc", | 247 "component_updater/swiftshader_component_installer.cc", |
248 "component_updater/swiftshader_component_installer.h", | 248 "component_updater/swiftshader_component_installer.h", |
249 "content_settings/chrome_content_settings_client.cc", | |
250 "content_settings/chrome_content_settings_client.h", | |
251 "content_settings/chrome_content_settings_utils.cc", | 249 "content_settings/chrome_content_settings_utils.cc", |
252 "content_settings/chrome_content_settings_utils.h", | 250 "content_settings/chrome_content_settings_utils.h", |
253 "content_settings/cookie_settings_factory.cc", | 251 "content_settings/cookie_settings_factory.cc", |
254 "content_settings/cookie_settings_factory.h", | 252 "content_settings/cookie_settings_factory.h", |
255 "content_settings/host_content_settings_map_factory.cc", | 253 "content_settings/host_content_settings_map_factory.cc", |
256 "content_settings/host_content_settings_map_factory.h", | 254 "content_settings/host_content_settings_map_factory.h", |
257 "content_settings/local_shared_objects_container.cc", | 255 "content_settings/local_shared_objects_container.cc", |
258 "content_settings/local_shared_objects_container.h", | 256 "content_settings/local_shared_objects_container.h", |
259 "content_settings/tab_specific_content_settings.cc", | 257 "content_settings/tab_specific_content_settings.cc", |
260 "content_settings/tab_specific_content_settings.h", | 258 "content_settings/tab_specific_content_settings.h", |
(...skipping 4011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4272 # linking all of the test support. | 4270 # linking all of the test support. |
4273 static_library("pepper_cdm_test_constants") { | 4271 static_library("pepper_cdm_test_constants") { |
4274 testonly = true | 4272 testonly = true |
4275 visibility = [ "//chrome/*" ] | 4273 visibility = [ "//chrome/*" ] |
4276 sources = [ | 4274 sources = [ |
4277 "media/pepper_cdm_test_constants.cc", | 4275 "media/pepper_cdm_test_constants.cc", |
4278 "media/pepper_cdm_test_constants.h", | 4276 "media/pepper_cdm_test_constants.h", |
4279 ] | 4277 ] |
4280 } | 4278 } |
4281 } | 4279 } |
OLD | NEW |