| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "component_updater/sth_set_component_installer.cc", | 253 "component_updater/sth_set_component_installer.cc", |
| 254 "component_updater/sth_set_component_installer.h", | 254 "component_updater/sth_set_component_installer.h", |
| 255 "component_updater/subresource_filter_component_installer.cc", | 255 "component_updater/subresource_filter_component_installer.cc", |
| 256 "component_updater/subresource_filter_component_installer.h", | 256 "component_updater/subresource_filter_component_installer.h", |
| 257 "component_updater/supervised_user_whitelist_installer.cc", | 257 "component_updater/supervised_user_whitelist_installer.cc", |
| 258 "component_updater/supervised_user_whitelist_installer.h", | 258 "component_updater/supervised_user_whitelist_installer.h", |
| 259 "component_updater/sw_reporter_installer_win.cc", | 259 "component_updater/sw_reporter_installer_win.cc", |
| 260 "component_updater/sw_reporter_installer_win.h", | 260 "component_updater/sw_reporter_installer_win.h", |
| 261 "component_updater/swiftshader_component_installer.cc", | 261 "component_updater/swiftshader_component_installer.cc", |
| 262 "component_updater/swiftshader_component_installer.h", | 262 "component_updater/swiftshader_component_installer.h", |
| 263 "conflicts/module_database_win.cc", |
| 264 "conflicts/module_database_win.h", |
| 265 "conflicts/module_event_sink_impl_win.cc", |
| 266 "conflicts/module_event_sink_impl_win.h", |
| 263 "content_settings/chrome_content_settings_utils.cc", | 267 "content_settings/chrome_content_settings_utils.cc", |
| 264 "content_settings/chrome_content_settings_utils.h", | 268 "content_settings/chrome_content_settings_utils.h", |
| 265 "content_settings/cookie_settings_factory.cc", | 269 "content_settings/cookie_settings_factory.cc", |
| 266 "content_settings/cookie_settings_factory.h", | 270 "content_settings/cookie_settings_factory.h", |
| 267 "content_settings/host_content_settings_map_factory.cc", | 271 "content_settings/host_content_settings_map_factory.cc", |
| 268 "content_settings/host_content_settings_map_factory.h", | 272 "content_settings/host_content_settings_map_factory.h", |
| 269 "content_settings/local_shared_objects_container.cc", | 273 "content_settings/local_shared_objects_container.cc", |
| 270 "content_settings/local_shared_objects_container.h", | 274 "content_settings/local_shared_objects_container.h", |
| 271 "content_settings/tab_specific_content_settings.cc", | 275 "content_settings/tab_specific_content_settings.cc", |
| 272 "content_settings/tab_specific_content_settings.h", | 276 "content_settings/tab_specific_content_settings.h", |
| (...skipping 4171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4444 # linking all of the test support. | 4448 # linking all of the test support. |
| 4445 static_library("pepper_cdm_test_constants") { | 4449 static_library("pepper_cdm_test_constants") { |
| 4446 testonly = true | 4450 testonly = true |
| 4447 visibility = [ "//chrome/*" ] | 4451 visibility = [ "//chrome/*" ] |
| 4448 sources = [ | 4452 sources = [ |
| 4449 "media/pepper_cdm_test_constants.cc", | 4453 "media/pepper_cdm_test_constants.cc", |
| 4450 "media/pepper_cdm_test_constants.h", | 4454 "media/pepper_cdm_test_constants.h", |
| 4451 ] | 4455 ] |
| 4452 } | 4456 } |
| 4453 } | 4457 } |
| OLD | NEW |