| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "component_updater/swiftshader_component_installer.cc", | 265 "component_updater/swiftshader_component_installer.cc", |
| 266 "component_updater/swiftshader_component_installer.h", | 266 "component_updater/swiftshader_component_installer.h", |
| 267 "conflicts/module_database_win.cc", | 267 "conflicts/module_database_win.cc", |
| 268 "conflicts/module_database_win.h", | 268 "conflicts/module_database_win.h", |
| 269 "conflicts/module_event_sink_impl_win.cc", | 269 "conflicts/module_event_sink_impl_win.cc", |
| 270 "conflicts/module_event_sink_impl_win.h", | 270 "conflicts/module_event_sink_impl_win.h", |
| 271 "conflicts/module_info_util_win.cc", | 271 "conflicts/module_info_util_win.cc", |
| 272 "conflicts/module_info_util_win.h", | 272 "conflicts/module_info_util_win.h", |
| 273 "conflicts/module_info_win.cc", | 273 "conflicts/module_info_win.cc", |
| 274 "conflicts/module_info_win.h", | 274 "conflicts/module_info_win.h", |
| 275 "conflicts/module_inspector_win.cc", |
| 276 "conflicts/module_inspector_win.h", |
| 275 "content_settings/chrome_content_settings_utils.cc", | 277 "content_settings/chrome_content_settings_utils.cc", |
| 276 "content_settings/chrome_content_settings_utils.h", | 278 "content_settings/chrome_content_settings_utils.h", |
| 277 "content_settings/cookie_settings_factory.cc", | 279 "content_settings/cookie_settings_factory.cc", |
| 278 "content_settings/cookie_settings_factory.h", | 280 "content_settings/cookie_settings_factory.h", |
| 279 "content_settings/host_content_settings_map_factory.cc", | 281 "content_settings/host_content_settings_map_factory.cc", |
| 280 "content_settings/host_content_settings_map_factory.h", | 282 "content_settings/host_content_settings_map_factory.h", |
| 281 "content_settings/local_shared_objects_container.cc", | 283 "content_settings/local_shared_objects_container.cc", |
| 282 "content_settings/local_shared_objects_container.h", | 284 "content_settings/local_shared_objects_container.h", |
| 283 "content_settings/mixed_content_settings_tab_helper.cc", | 285 "content_settings/mixed_content_settings_tab_helper.cc", |
| 284 "content_settings/mixed_content_settings_tab_helper.h", | 286 "content_settings/mixed_content_settings_tab_helper.h", |
| (...skipping 4273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4558 "media/pepper_cdm_test_constants.cc", | 4560 "media/pepper_cdm_test_constants.cc", |
| 4559 "media/pepper_cdm_test_constants.h", | 4561 "media/pepper_cdm_test_constants.h", |
| 4560 ] | 4562 ] |
| 4561 } | 4563 } |
| 4562 } | 4564 } |
| 4563 | 4565 |
| 4564 service_manifest("preferences_manifest") { | 4566 service_manifest("preferences_manifest") { |
| 4565 name = "preferences" | 4567 name = "preferences" |
| 4566 source = "prefs/preferences_manifest.json" | 4568 source = "prefs/preferences_manifest.json" |
| 4567 } | 4569 } |
| OLD | NEW |