| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 "dom_distiller/dom_distiller_service_factory.cc", | 315 "dom_distiller/dom_distiller_service_factory.cc", |
| 316 "dom_distiller/dom_distiller_service_factory.h", | 316 "dom_distiller/dom_distiller_service_factory.h", |
| 317 "dom_distiller/lazy_dom_distiller_service.cc", | 317 "dom_distiller/lazy_dom_distiller_service.cc", |
| 318 "dom_distiller/lazy_dom_distiller_service.h", | 318 "dom_distiller/lazy_dom_distiller_service.h", |
| 319 "dom_distiller/profile_utils.cc", | 319 "dom_distiller/profile_utils.cc", |
| 320 "dom_distiller/profile_utils.h", | 320 "dom_distiller/profile_utils.h", |
| 321 "dom_distiller/tab_utils.cc", | 321 "dom_distiller/tab_utils.cc", |
| 322 "dom_distiller/tab_utils.h", | 322 "dom_distiller/tab_utils.h", |
| 323 "domain_reliability/service_factory.cc", | 323 "domain_reliability/service_factory.cc", |
| 324 "domain_reliability/service_factory.h", | 324 "domain_reliability/service_factory.h", |
| 325 "doodle/doodle_service_factory.cc", |
| 326 "doodle/doodle_service_factory.h", |
| 325 "download/all_download_item_notifier.cc", | 327 "download/all_download_item_notifier.cc", |
| 326 "download/all_download_item_notifier.h", | 328 "download/all_download_item_notifier.h", |
| 327 "download/chrome_download_manager_delegate.cc", | 329 "download/chrome_download_manager_delegate.cc", |
| 328 "download/chrome_download_manager_delegate.h", | 330 "download/chrome_download_manager_delegate.h", |
| 329 "download/download_crx_util_android.cc", | 331 "download/download_crx_util_android.cc", |
| 330 "download/download_file_picker.cc", | 332 "download/download_file_picker.cc", |
| 331 "download/download_file_picker.h", | 333 "download/download_file_picker.h", |
| 332 "download/download_history.cc", | 334 "download/download_history.cc", |
| 333 "download/download_history.h", | 335 "download/download_history.h", |
| 334 "download/download_item_model.cc", | 336 "download/download_item_model.cc", |
| (...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1425 "//components/cookie_config", | 1427 "//components/cookie_config", |
| 1426 "//components/crx_file", | 1428 "//components/crx_file", |
| 1427 "//components/data_reduction_proxy/content/browser", | 1429 "//components/data_reduction_proxy/content/browser", |
| 1428 "//components/data_reduction_proxy/core/browser", | 1430 "//components/data_reduction_proxy/core/browser", |
| 1429 "//components/data_usage/core", | 1431 "//components/data_usage/core", |
| 1430 "//components/data_use_measurement/content", | 1432 "//components/data_use_measurement/content", |
| 1431 "//components/data_use_measurement/core:ascriber", | 1433 "//components/data_use_measurement/core:ascriber", |
| 1432 "//components/device_event_log", | 1434 "//components/device_event_log", |
| 1433 "//components/dom_distiller/content/browser", | 1435 "//components/dom_distiller/content/browser", |
| 1434 "//components/domain_reliability", | 1436 "//components/domain_reliability", |
| 1437 "//components/doodle", |
| 1435 "//components/error_page/common", | 1438 "//components/error_page/common", |
| 1436 "//components/favicon/content", | 1439 "//components/favicon/content", |
| 1437 "//components/favicon/core", | 1440 "//components/favicon/core", |
| 1438 "//components/favicon_base", | 1441 "//components/favicon_base", |
| 1439 "//components/flags_ui", | 1442 "//components/flags_ui", |
| 1440 "//components/gcm_driver", | 1443 "//components/gcm_driver", |
| 1441 "//components/google/core/browser", | 1444 "//components/google/core/browser", |
| 1442 "//components/guest_view/browser", | 1445 "//components/guest_view/browser", |
| 1443 "//components/handoff", | 1446 "//components/handoff", |
| 1444 "//components/history/content/browser", | 1447 "//components/history/content/browser", |
| (...skipping 3110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4555 "media/pepper_cdm_test_constants.cc", | 4558 "media/pepper_cdm_test_constants.cc", |
| 4556 "media/pepper_cdm_test_constants.h", | 4559 "media/pepper_cdm_test_constants.h", |
| 4557 ] | 4560 ] |
| 4558 } | 4561 } |
| 4559 } | 4562 } |
| 4560 | 4563 |
| 4561 service_manifest("preferences_manifest") { | 4564 service_manifest("preferences_manifest") { |
| 4562 name = "preferences" | 4565 name = "preferences" |
| 4563 source = "prefs/preferences_manifest.json" | 4566 source = "prefs/preferences_manifest.json" |
| 4564 } | 4567 } |
| OLD | NEW |