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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 "dom_distiller/profile_utils.cc", | 316 "dom_distiller/profile_utils.cc", |
317 "dom_distiller/profile_utils.h", | 317 "dom_distiller/profile_utils.h", |
318 "dom_distiller/tab_utils.cc", | 318 "dom_distiller/tab_utils.cc", |
319 "dom_distiller/tab_utils.h", | 319 "dom_distiller/tab_utils.h", |
320 "domain_reliability/service_factory.cc", | 320 "domain_reliability/service_factory.cc", |
321 "domain_reliability/service_factory.h", | 321 "domain_reliability/service_factory.h", |
322 "doodle/doodle_service_factory.cc", | 322 "doodle/doodle_service_factory.cc", |
323 "doodle/doodle_service_factory.h", | 323 "doodle/doodle_service_factory.h", |
324 "download/all_download_item_notifier.cc", | 324 "download/all_download_item_notifier.cc", |
325 "download/all_download_item_notifier.h", | 325 "download/all_download_item_notifier.h", |
| 326 "download/background_download_service_factory.cc", |
| 327 "download/background_download_service_factory.h", |
326 "download/chrome_download_manager_delegate.cc", | 328 "download/chrome_download_manager_delegate.cc", |
327 "download/chrome_download_manager_delegate.h", | 329 "download/chrome_download_manager_delegate.h", |
328 "download/download_confirmation_reason.h", | 330 "download/download_confirmation_reason.h", |
329 "download/download_confirmation_result.h", | 331 "download/download_confirmation_result.h", |
330 "download/download_crx_util_android.cc", | 332 "download/download_crx_util_android.cc", |
331 "download/download_file_picker.cc", | 333 "download/download_file_picker.cc", |
332 "download/download_file_picker.h", | 334 "download/download_file_picker.h", |
333 "download/download_history.cc", | 335 "download/download_history.cc", |
334 "download/download_history.h", | 336 "download/download_history.h", |
335 "download/download_item_model.cc", | 337 "download/download_item_model.cc", |
(...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1472 "//components/crx_file", | 1474 "//components/crx_file", |
1473 "//components/data_reduction_proxy/content/browser", | 1475 "//components/data_reduction_proxy/content/browser", |
1474 "//components/data_reduction_proxy/core/browser", | 1476 "//components/data_reduction_proxy/core/browser", |
1475 "//components/data_usage/core", | 1477 "//components/data_usage/core", |
1476 "//components/data_use_measurement/content", | 1478 "//components/data_use_measurement/content", |
1477 "//components/data_use_measurement/core:ascriber", | 1479 "//components/data_use_measurement/core:ascriber", |
1478 "//components/device_event_log", | 1480 "//components/device_event_log", |
1479 "//components/dom_distiller/content/browser", | 1481 "//components/dom_distiller/content/browser", |
1480 "//components/domain_reliability", | 1482 "//components/domain_reliability", |
1481 "//components/doodle", | 1483 "//components/doodle", |
| 1484 "//components/download", |
1482 "//components/error_page/common", | 1485 "//components/error_page/common", |
1483 "//components/favicon/content", | 1486 "//components/favicon/content", |
1484 "//components/favicon/core", | 1487 "//components/favicon/core", |
1485 "//components/favicon_base", | 1488 "//components/favicon_base", |
1486 "//components/flags_ui", | 1489 "//components/flags_ui", |
1487 "//components/gcm_driver", | 1490 "//components/gcm_driver", |
1488 "//components/google/core/browser", | 1491 "//components/google/core/browser", |
1489 "//components/guest_view/browser", | 1492 "//components/guest_view/browser", |
1490 "//components/handoff", | 1493 "//components/handoff", |
1491 "//components/history/content/browser", | 1494 "//components/history/content/browser", |
(...skipping 3203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4695 "media/pepper_cdm_test_constants.cc", | 4698 "media/pepper_cdm_test_constants.cc", |
4696 "media/pepper_cdm_test_constants.h", | 4699 "media/pepper_cdm_test_constants.h", |
4697 ] | 4700 ] |
4698 } | 4701 } |
4699 } | 4702 } |
4700 | 4703 |
4701 service_manifest("preferences_forwarder_manifest") { | 4704 service_manifest("preferences_forwarder_manifest") { |
4702 name = "preferences_forwarder" | 4705 name = "preferences_forwarder" |
4703 source = "prefs/forwarder_manifest.json" | 4706 source = "prefs/forwarder_manifest.json" |
4704 } | 4707 } |
OLD | NEW |