| 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 "component_updater/swiftshader_component_installer.cc", | 262 "component_updater/swiftshader_component_installer.cc", |
| 263 "component_updater/swiftshader_component_installer.h", | 263 "component_updater/swiftshader_component_installer.h", |
| 264 "content_settings/chrome_content_settings_utils.cc", | 264 "content_settings/chrome_content_settings_utils.cc", |
| 265 "content_settings/chrome_content_settings_utils.h", | 265 "content_settings/chrome_content_settings_utils.h", |
| 266 "content_settings/cookie_settings_factory.cc", | 266 "content_settings/cookie_settings_factory.cc", |
| 267 "content_settings/cookie_settings_factory.h", | 267 "content_settings/cookie_settings_factory.h", |
| 268 "content_settings/host_content_settings_map_factory.cc", | 268 "content_settings/host_content_settings_map_factory.cc", |
| 269 "content_settings/host_content_settings_map_factory.h", | 269 "content_settings/host_content_settings_map_factory.h", |
| 270 "content_settings/local_shared_objects_container.cc", | 270 "content_settings/local_shared_objects_container.cc", |
| 271 "content_settings/local_shared_objects_container.h", | 271 "content_settings/local_shared_objects_container.h", |
| 272 "content_settings/mixed_content_settings.cc", |
| 273 "content_settings/mixed_content_settings.h", |
| 272 "content_settings/tab_specific_content_settings.cc", | 274 "content_settings/tab_specific_content_settings.cc", |
| 273 "content_settings/tab_specific_content_settings.h", | 275 "content_settings/tab_specific_content_settings.h", |
| 274 "content_settings/web_site_settings_uma_util.cc", | 276 "content_settings/web_site_settings_uma_util.cc", |
| 275 "content_settings/web_site_settings_uma_util.h", | 277 "content_settings/web_site_settings_uma_util.h", |
| 276 "crash_upload_list/crash_upload_list.cc", | 278 "crash_upload_list/crash_upload_list.cc", |
| 277 "crash_upload_list/crash_upload_list.h", | 279 "crash_upload_list/crash_upload_list.h", |
| 278 "crash_upload_list/crash_upload_list_android.cc", | 280 "crash_upload_list/crash_upload_list_android.cc", |
| 279 "crash_upload_list/crash_upload_list_android.h", | 281 "crash_upload_list/crash_upload_list_android.h", |
| 280 "custom_handlers/protocol_handler_registry.cc", | 282 "custom_handlers/protocol_handler_registry.cc", |
| 281 "custom_handlers/protocol_handler_registry.h", | 283 "custom_handlers/protocol_handler_registry.h", |
| (...skipping 4205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4487 "media/pepper_cdm_test_constants.cc", | 4489 "media/pepper_cdm_test_constants.cc", |
| 4488 "media/pepper_cdm_test_constants.h", | 4490 "media/pepper_cdm_test_constants.h", |
| 4489 ] | 4491 ] |
| 4490 } | 4492 } |
| 4491 } | 4493 } |
| 4492 | 4494 |
| 4493 service_manifest("preferences_manifest") { | 4495 service_manifest("preferences_manifest") { |
| 4494 name = "preferences" | 4496 name = "preferences" |
| 4495 source = "prefs/preferences_manifest.json" | 4497 source = "prefs/preferences_manifest.json" |
| 4496 } | 4498 } |
| OLD | NEW |