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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 "component_updater/recovery_improved_component_installer.cc", | 249 "component_updater/recovery_improved_component_installer.cc", |
250 "component_updater/recovery_improved_component_installer.h", | 250 "component_updater/recovery_improved_component_installer.h", |
251 "component_updater/sth_set_component_installer.cc", | 251 "component_updater/sth_set_component_installer.cc", |
252 "component_updater/sth_set_component_installer.h", | 252 "component_updater/sth_set_component_installer.h", |
253 "component_updater/subresource_filter_component_installer.cc", | 253 "component_updater/subresource_filter_component_installer.cc", |
254 "component_updater/subresource_filter_component_installer.h", | 254 "component_updater/subresource_filter_component_installer.h", |
255 "component_updater/supervised_user_whitelist_installer.cc", | 255 "component_updater/supervised_user_whitelist_installer.cc", |
256 "component_updater/supervised_user_whitelist_installer.h", | 256 "component_updater/supervised_user_whitelist_installer.h", |
257 "component_updater/sw_reporter_installer_win.cc", | 257 "component_updater/sw_reporter_installer_win.cc", |
258 "component_updater/sw_reporter_installer_win.h", | 258 "component_updater/sw_reporter_installer_win.h", |
259 "component_updater/swiftshader_component_installer.cc", | |
260 "component_updater/swiftshader_component_installer.h", | |
261 "conflicts/module_database_win.cc", | 259 "conflicts/module_database_win.cc", |
262 "conflicts/module_database_win.h", | 260 "conflicts/module_database_win.h", |
263 "conflicts/module_event_sink_impl_win.cc", | 261 "conflicts/module_event_sink_impl_win.cc", |
264 "conflicts/module_event_sink_impl_win.h", | 262 "conflicts/module_event_sink_impl_win.h", |
265 "conflicts/module_info_util_win.cc", | 263 "conflicts/module_info_util_win.cc", |
266 "conflicts/module_info_util_win.h", | 264 "conflicts/module_info_util_win.h", |
267 "content_settings/chrome_content_settings_utils.cc", | 265 "content_settings/chrome_content_settings_utils.cc", |
268 "content_settings/chrome_content_settings_utils.h", | 266 "content_settings/chrome_content_settings_utils.h", |
269 "content_settings/cookie_settings_factory.cc", | 267 "content_settings/cookie_settings_factory.cc", |
270 "content_settings/cookie_settings_factory.h", | 268 "content_settings/cookie_settings_factory.h", |
(...skipping 4260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4531 "media/pepper_cdm_test_constants.cc", | 4529 "media/pepper_cdm_test_constants.cc", |
4532 "media/pepper_cdm_test_constants.h", | 4530 "media/pepper_cdm_test_constants.h", |
4533 ] | 4531 ] |
4534 } | 4532 } |
4535 } | 4533 } |
4536 | 4534 |
4537 service_manifest("preferences_manifest") { | 4535 service_manifest("preferences_manifest") { |
4538 name = "preferences" | 4536 name = "preferences" |
4539 source = "prefs/preferences_manifest.json" | 4537 source = "prefs/preferences_manifest.json" |
4540 } | 4538 } |
OLD | NEW |