| 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 4248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4259 "browsing_data/mock_browsing_data_flash_lso_helper.cc", | 4259 "browsing_data/mock_browsing_data_flash_lso_helper.cc", |
| 4260 "browsing_data/mock_browsing_data_flash_lso_helper.h", | 4260 "browsing_data/mock_browsing_data_flash_lso_helper.h", |
| 4261 "browsing_data/mock_browsing_data_indexed_db_helper.cc", | 4261 "browsing_data/mock_browsing_data_indexed_db_helper.cc", |
| 4262 "browsing_data/mock_browsing_data_indexed_db_helper.h", | 4262 "browsing_data/mock_browsing_data_indexed_db_helper.h", |
| 4263 "browsing_data/mock_browsing_data_local_storage_helper.cc", | 4263 "browsing_data/mock_browsing_data_local_storage_helper.cc", |
| 4264 "browsing_data/mock_browsing_data_local_storage_helper.h", | 4264 "browsing_data/mock_browsing_data_local_storage_helper.h", |
| 4265 "browsing_data/mock_browsing_data_media_license_helper.cc", | 4265 "browsing_data/mock_browsing_data_media_license_helper.cc", |
| 4266 "browsing_data/mock_browsing_data_media_license_helper.h", | 4266 "browsing_data/mock_browsing_data_media_license_helper.h", |
| 4267 "browsing_data/mock_browsing_data_quota_helper.cc", | 4267 "browsing_data/mock_browsing_data_quota_helper.cc", |
| 4268 "browsing_data/mock_browsing_data_quota_helper.h", | 4268 "browsing_data/mock_browsing_data_quota_helper.h", |
| 4269 "browsing_data/mock_browsing_data_remover.cc", | 4269 "browsing_data/mock_browsing_data_remover_delegate.cc", |
| 4270 "browsing_data/mock_browsing_data_remover.h", | 4270 "browsing_data/mock_browsing_data_remover_delegate.h", |
| 4271 "browsing_data/mock_browsing_data_service_worker_helper.cc", | 4271 "browsing_data/mock_browsing_data_service_worker_helper.cc", |
| 4272 "browsing_data/mock_browsing_data_service_worker_helper.h", | 4272 "browsing_data/mock_browsing_data_service_worker_helper.h", |
| 4273 "download/download_test_file_activity_observer.cc", | 4273 "download/download_test_file_activity_observer.cc", |
| 4274 "download/download_test_file_activity_observer.h", | 4274 "download/download_test_file_activity_observer.h", |
| 4275 "history/history_test_utils.cc", | 4275 "history/history_test_utils.cc", |
| 4276 "history/history_test_utils.h", | 4276 "history/history_test_utils.h", |
| 4277 "media/webrtc/fake_desktop_media_list.cc", | 4277 "media/webrtc/fake_desktop_media_list.cc", |
| 4278 "media/webrtc/fake_desktop_media_list.h", | 4278 "media/webrtc/fake_desktop_media_list.h", |
| 4279 "net/dns_probe_test_util.cc", | 4279 "net/dns_probe_test_util.cc", |
| 4280 "net/dns_probe_test_util.h", | 4280 "net/dns_probe_test_util.h", |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4555 "media/pepper_cdm_test_constants.cc", | 4555 "media/pepper_cdm_test_constants.cc", |
| 4556 "media/pepper_cdm_test_constants.h", | 4556 "media/pepper_cdm_test_constants.h", |
| 4557 ] | 4557 ] |
| 4558 } | 4558 } |
| 4559 } | 4559 } |
| 4560 | 4560 |
| 4561 service_manifest("preferences_manifest") { | 4561 service_manifest("preferences_manifest") { |
| 4562 name = "preferences" | 4562 name = "preferences" |
| 4563 source = "prefs/preferences_manifest.json" | 4563 source = "prefs/preferences_manifest.json" |
| 4564 } | 4564 } |
| OLD | NEW |