| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "component_updater/swiftshader_component_installer.cc", | 259 "component_updater/swiftshader_component_installer.cc", |
| 260 "component_updater/swiftshader_component_installer.h", | 260 "component_updater/swiftshader_component_installer.h", |
| 261 "conflicts/module_database_win.cc", | 261 "conflicts/module_database_win.cc", |
| 262 "conflicts/module_database_win.h", | 262 "conflicts/module_database_win.h", |
| 263 "conflicts/module_event_sink_impl_win.cc", | 263 "conflicts/module_event_sink_impl_win.cc", |
| 264 "conflicts/module_event_sink_impl_win.h", | 264 "conflicts/module_event_sink_impl_win.h", |
| 265 "conflicts/module_info_util_win.cc", | 265 "conflicts/module_info_util_win.cc", |
| 266 "conflicts/module_info_util_win.h", | 266 "conflicts/module_info_util_win.h", |
| 267 "conflicts/module_info_win.cc", | 267 "conflicts/module_info_win.cc", |
| 268 "conflicts/module_info_win.h", | 268 "conflicts/module_info_win.h", |
| 269 "conflicts/module_inspector_win.cc", |
| 270 "conflicts/module_inspector_win.h", |
| 269 "content_settings/chrome_content_settings_utils.cc", | 271 "content_settings/chrome_content_settings_utils.cc", |
| 270 "content_settings/chrome_content_settings_utils.h", | 272 "content_settings/chrome_content_settings_utils.h", |
| 271 "content_settings/cookie_settings_factory.cc", | 273 "content_settings/cookie_settings_factory.cc", |
| 272 "content_settings/cookie_settings_factory.h", | 274 "content_settings/cookie_settings_factory.h", |
| 273 "content_settings/host_content_settings_map_factory.cc", | 275 "content_settings/host_content_settings_map_factory.cc", |
| 274 "content_settings/host_content_settings_map_factory.h", | 276 "content_settings/host_content_settings_map_factory.h", |
| 275 "content_settings/local_shared_objects_container.cc", | 277 "content_settings/local_shared_objects_container.cc", |
| 276 "content_settings/local_shared_objects_container.h", | 278 "content_settings/local_shared_objects_container.h", |
| 277 "content_settings/mixed_content_settings_tab_helper.cc", | 279 "content_settings/mixed_content_settings_tab_helper.cc", |
| 278 "content_settings/mixed_content_settings_tab_helper.h", | 280 "content_settings/mixed_content_settings_tab_helper.h", |
| (...skipping 4266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4545 "media/pepper_cdm_test_constants.cc", | 4547 "media/pepper_cdm_test_constants.cc", |
| 4546 "media/pepper_cdm_test_constants.h", | 4548 "media/pepper_cdm_test_constants.h", |
| 4547 ] | 4549 ] |
| 4548 } | 4550 } |
| 4549 } | 4551 } |
| 4550 | 4552 |
| 4551 service_manifest("preferences_manifest") { | 4553 service_manifest("preferences_manifest") { |
| 4552 name = "preferences" | 4554 name = "preferences" |
| 4553 source = "prefs/preferences_manifest.json" | 4555 source = "prefs/preferences_manifest.json" |
| 4554 } | 4556 } |
| OLD | NEW |