Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2752563003: [Doodle] Make DoodleService a KeyedService and add a factory (Closed)
Patch Set: build Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 "//components/cookie_config", 1425 "//components/cookie_config",
1426 "//components/crx_file", 1426 "//components/crx_file",
1427 "//components/data_reduction_proxy/content/browser", 1427 "//components/data_reduction_proxy/content/browser",
1428 "//components/data_reduction_proxy/core/browser", 1428 "//components/data_reduction_proxy/core/browser",
1429 "//components/data_usage/core", 1429 "//components/data_usage/core",
1430 "//components/data_use_measurement/content", 1430 "//components/data_use_measurement/content",
1431 "//components/data_use_measurement/core:ascriber", 1431 "//components/data_use_measurement/core:ascriber",
1432 "//components/device_event_log", 1432 "//components/device_event_log",
1433 "//components/dom_distiller/content/browser", 1433 "//components/dom_distiller/content/browser",
1434 "//components/domain_reliability", 1434 "//components/domain_reliability",
1435 "//components/doodle",
1435 "//components/error_page/common", 1436 "//components/error_page/common",
1436 "//components/favicon/content", 1437 "//components/favicon/content",
1437 "//components/favicon/core", 1438 "//components/favicon/core",
1438 "//components/favicon_base", 1439 "//components/favicon_base",
1439 "//components/flags_ui", 1440 "//components/flags_ui",
1440 "//components/gcm_driver", 1441 "//components/gcm_driver",
1441 "//components/google/core/browser", 1442 "//components/google/core/browser",
1442 "//components/guest_view/browser", 1443 "//components/guest_view/browser",
1443 "//components/handoff", 1444 "//components/handoff",
1444 "//components/history/content/browser", 1445 "//components/history/content/browser",
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
2675 "android/data_usage/external_data_use_reporter.h", 2676 "android/data_usage/external_data_use_reporter.h",
2676 "android/data_usage/tab_data_use_entry.cc", 2677 "android/data_usage/tab_data_use_entry.cc",
2677 "android/data_usage/tab_data_use_entry.h", 2678 "android/data_usage/tab_data_use_entry.h",
2678 "android/devtools_manager_delegate_android.cc", 2679 "android/devtools_manager_delegate_android.cc",
2679 "android/devtools_manager_delegate_android.h", 2680 "android/devtools_manager_delegate_android.h",
2680 "android/devtools_server.cc", 2681 "android/devtools_server.cc",
2681 "android/devtools_server.h", 2682 "android/devtools_server.h",
2682 "android/document/document_web_contents_delegate.cc", 2683 "android/document/document_web_contents_delegate.cc",
2683 "android/dom_distiller/distiller_ui_handle_android.cc", 2684 "android/dom_distiller/distiller_ui_handle_android.cc",
2684 "android/dom_distiller/distiller_ui_handle_android.h", 2685 "android/dom_distiller/distiller_ui_handle_android.h",
2686 "android/doodle_service_factory.cc",
2687 "android/doodle_service_factory.h",
2685 "android/download/android_download_manager_duplicate_infobar_delegate.cc", 2688 "android/download/android_download_manager_duplicate_infobar_delegate.cc",
2686 "android/download/android_download_manager_duplicate_infobar_delegate.h", 2689 "android/download/android_download_manager_duplicate_infobar_delegate.h",
2687 "android/download/chrome_download_delegate.cc", 2690 "android/download/chrome_download_delegate.cc",
2688 "android/download/chrome_download_delegate.h", 2691 "android/download/chrome_download_delegate.h",
2689 "android/download/chrome_duplicate_download_infobar_delegate.cc", 2692 "android/download/chrome_duplicate_download_infobar_delegate.cc",
2690 "android/download/chrome_duplicate_download_infobar_delegate.h", 2693 "android/download/chrome_duplicate_download_infobar_delegate.h",
2691 "android/download/dangerous_download_infobar_delegate.cc", 2694 "android/download/dangerous_download_infobar_delegate.cc",
2692 "android/download/dangerous_download_infobar_delegate.h", 2695 "android/download/dangerous_download_infobar_delegate.h",
2693 "android/download/download_controller.cc", 2696 "android/download/download_controller.cc",
2694 "android/download/download_controller.h", 2697 "android/download/download_controller.h",
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/DEPS » ('j') | chrome/browser/android/doodle_service_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698