| 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 "download/download_target_determiner_delegate.h", | 376 "download/download_target_determiner_delegate.h", |
| 377 "download/download_target_info.cc", | 377 "download/download_target_info.cc", |
| 378 "download/download_target_info.h", | 378 "download/download_target_info.h", |
| 379 "download/download_task_scheduler_impl.cc", | 379 "download/download_task_scheduler_impl.cc", |
| 380 "download/download_task_scheduler_impl.h", | 380 "download/download_task_scheduler_impl.h", |
| 381 "download/download_ui_controller.cc", | 381 "download/download_ui_controller.cc", |
| 382 "download/download_ui_controller.h", | 382 "download/download_ui_controller.h", |
| 383 "download/drag_download_item.h", | 383 "download/drag_download_item.h", |
| 384 "download/save_package_file_picker.cc", | 384 "download/save_package_file_picker.cc", |
| 385 "download/save_package_file_picker.h", | 385 "download/save_package_file_picker.h", |
| 386 "download/trusted_sources_manager.cc", |
| 387 "download/trusted_sources_manager.h", |
| 388 "download/trusted_sources_manager_posix.cc", |
| 389 "download/trusted_sources_manager_win.cc", |
| 386 "engagement/important_sites_usage_counter.cc", | 390 "engagement/important_sites_usage_counter.cc", |
| 387 "engagement/important_sites_usage_counter.h", | 391 "engagement/important_sites_usage_counter.h", |
| 388 "engagement/important_sites_util.cc", | 392 "engagement/important_sites_util.cc", |
| 389 "engagement/important_sites_util.h", | 393 "engagement/important_sites_util.h", |
| 390 "engagement/site_engagement_helper.cc", | 394 "engagement/site_engagement_helper.cc", |
| 391 "engagement/site_engagement_helper.h", | 395 "engagement/site_engagement_helper.h", |
| 392 "engagement/site_engagement_metrics.cc", | 396 "engagement/site_engagement_metrics.cc", |
| 393 "engagement/site_engagement_metrics.h", | 397 "engagement/site_engagement_metrics.h", |
| 394 "engagement/site_engagement_observer.cc", | 398 "engagement/site_engagement_observer.cc", |
| 395 "engagement/site_engagement_observer.h", | 399 "engagement/site_engagement_observer.h", |
| (...skipping 4207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4603 "//components/search_engines", | 4607 "//components/search_engines", |
| 4604 "//rlz:rlz_lib", | 4608 "//rlz:rlz_lib", |
| 4605 ] | 4609 ] |
| 4606 } | 4610 } |
| 4607 } | 4611 } |
| 4608 | 4612 |
| 4609 service_manifest("preferences_forwarder_manifest") { | 4613 service_manifest("preferences_forwarder_manifest") { |
| 4610 name = "preferences_forwarder" | 4614 name = "preferences_forwarder" |
| 4611 source = "prefs/forwarder_manifest.json" | 4615 source = "prefs/forwarder_manifest.json" |
| 4612 } | 4616 } |
| OLD | NEW |