| 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 4233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4244 "browsing_data/mock_browsing_data_flash_lso_helper.cc", | 4244 "browsing_data/mock_browsing_data_flash_lso_helper.cc", |
| 4245 "browsing_data/mock_browsing_data_flash_lso_helper.h", | 4245 "browsing_data/mock_browsing_data_flash_lso_helper.h", |
| 4246 "browsing_data/mock_browsing_data_indexed_db_helper.cc", | 4246 "browsing_data/mock_browsing_data_indexed_db_helper.cc", |
| 4247 "browsing_data/mock_browsing_data_indexed_db_helper.h", | 4247 "browsing_data/mock_browsing_data_indexed_db_helper.h", |
| 4248 "browsing_data/mock_browsing_data_local_storage_helper.cc", | 4248 "browsing_data/mock_browsing_data_local_storage_helper.cc", |
| 4249 "browsing_data/mock_browsing_data_local_storage_helper.h", | 4249 "browsing_data/mock_browsing_data_local_storage_helper.h", |
| 4250 "browsing_data/mock_browsing_data_media_license_helper.cc", | 4250 "browsing_data/mock_browsing_data_media_license_helper.cc", |
| 4251 "browsing_data/mock_browsing_data_media_license_helper.h", | 4251 "browsing_data/mock_browsing_data_media_license_helper.h", |
| 4252 "browsing_data/mock_browsing_data_quota_helper.cc", | 4252 "browsing_data/mock_browsing_data_quota_helper.cc", |
| 4253 "browsing_data/mock_browsing_data_quota_helper.h", | 4253 "browsing_data/mock_browsing_data_quota_helper.h", |
| 4254 "browsing_data/mock_browsing_data_remover.cc", |
| 4255 "browsing_data/mock_browsing_data_remover.h", |
| 4254 "browsing_data/mock_browsing_data_service_worker_helper.cc", | 4256 "browsing_data/mock_browsing_data_service_worker_helper.cc", |
| 4255 "browsing_data/mock_browsing_data_service_worker_helper.h", | 4257 "browsing_data/mock_browsing_data_service_worker_helper.h", |
| 4256 "download/download_test_file_activity_observer.cc", | 4258 "download/download_test_file_activity_observer.cc", |
| 4257 "download/download_test_file_activity_observer.h", | 4259 "download/download_test_file_activity_observer.h", |
| 4258 "history/history_test_utils.cc", | 4260 "history/history_test_utils.cc", |
| 4259 "history/history_test_utils.h", | 4261 "history/history_test_utils.h", |
| 4260 "media/webrtc/fake_desktop_media_list.cc", | 4262 "media/webrtc/fake_desktop_media_list.cc", |
| 4261 "media/webrtc/fake_desktop_media_list.h", | 4263 "media/webrtc/fake_desktop_media_list.h", |
| 4262 "net/dns_probe_test_util.cc", | 4264 "net/dns_probe_test_util.cc", |
| 4263 "net/dns_probe_test_util.h", | 4265 "net/dns_probe_test_util.h", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4537 "media/pepper_cdm_test_constants.cc", | 4539 "media/pepper_cdm_test_constants.cc", |
| 4538 "media/pepper_cdm_test_constants.h", | 4540 "media/pepper_cdm_test_constants.h", |
| 4539 ] | 4541 ] |
| 4540 } | 4542 } |
| 4541 } | 4543 } |
| 4542 | 4544 |
| 4543 service_manifest("preferences_manifest") { | 4545 service_manifest("preferences_manifest") { |
| 4544 name = "preferences" | 4546 name = "preferences" |
| 4545 source = "prefs/preferences_manifest.json" | 4547 source = "prefs/preferences_manifest.json" |
| 4546 } | 4548 } |
| OLD | NEW |