| 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 4238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4249 "browsing_data/mock_browsing_data_flash_lso_helper.cc", | 4249 "browsing_data/mock_browsing_data_flash_lso_helper.cc", |
| 4250 "browsing_data/mock_browsing_data_flash_lso_helper.h", | 4250 "browsing_data/mock_browsing_data_flash_lso_helper.h", |
| 4251 "browsing_data/mock_browsing_data_indexed_db_helper.cc", | 4251 "browsing_data/mock_browsing_data_indexed_db_helper.cc", |
| 4252 "browsing_data/mock_browsing_data_indexed_db_helper.h", | 4252 "browsing_data/mock_browsing_data_indexed_db_helper.h", |
| 4253 "browsing_data/mock_browsing_data_local_storage_helper.cc", | 4253 "browsing_data/mock_browsing_data_local_storage_helper.cc", |
| 4254 "browsing_data/mock_browsing_data_local_storage_helper.h", | 4254 "browsing_data/mock_browsing_data_local_storage_helper.h", |
| 4255 "browsing_data/mock_browsing_data_media_license_helper.cc", | 4255 "browsing_data/mock_browsing_data_media_license_helper.cc", |
| 4256 "browsing_data/mock_browsing_data_media_license_helper.h", | 4256 "browsing_data/mock_browsing_data_media_license_helper.h", |
| 4257 "browsing_data/mock_browsing_data_quota_helper.cc", | 4257 "browsing_data/mock_browsing_data_quota_helper.cc", |
| 4258 "browsing_data/mock_browsing_data_quota_helper.h", | 4258 "browsing_data/mock_browsing_data_quota_helper.h", |
| 4259 "browsing_data/mock_browsing_data_remover.cc", |
| 4260 "browsing_data/mock_browsing_data_remover.h", |
| 4259 "browsing_data/mock_browsing_data_service_worker_helper.cc", | 4261 "browsing_data/mock_browsing_data_service_worker_helper.cc", |
| 4260 "browsing_data/mock_browsing_data_service_worker_helper.h", | 4262 "browsing_data/mock_browsing_data_service_worker_helper.h", |
| 4261 "download/download_test_file_activity_observer.cc", | 4263 "download/download_test_file_activity_observer.cc", |
| 4262 "download/download_test_file_activity_observer.h", | 4264 "download/download_test_file_activity_observer.h", |
| 4263 "history/history_test_utils.cc", | 4265 "history/history_test_utils.cc", |
| 4264 "history/history_test_utils.h", | 4266 "history/history_test_utils.h", |
| 4265 "media/webrtc/fake_desktop_media_list.cc", | 4267 "media/webrtc/fake_desktop_media_list.cc", |
| 4266 "media/webrtc/fake_desktop_media_list.h", | 4268 "media/webrtc/fake_desktop_media_list.h", |
| 4267 "net/dns_probe_test_util.cc", | 4269 "net/dns_probe_test_util.cc", |
| 4268 "net/dns_probe_test_util.h", | 4270 "net/dns_probe_test_util.h", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4542 "media/pepper_cdm_test_constants.cc", | 4544 "media/pepper_cdm_test_constants.cc", |
| 4543 "media/pepper_cdm_test_constants.h", | 4545 "media/pepper_cdm_test_constants.h", |
| 4544 ] | 4546 ] |
| 4545 } | 4547 } |
| 4546 } | 4548 } |
| 4547 | 4549 |
| 4548 service_manifest("preferences_manifest") { | 4550 service_manifest("preferences_manifest") { |
| 4549 name = "preferences" | 4551 name = "preferences" |
| 4550 source = "prefs/preferences_manifest.json" | 4552 source = "prefs/preferences_manifest.json" |
| 4551 } | 4553 } |
| OLD | NEW |