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

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

Issue 2811353002: Local NTP: Introduce OneGoogleBarService (Closed)
Patch Set: . Created 3 years, 8 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 3470 matching lines...) Expand 10 before | Expand all | Expand 10 after
3481 "renderer_context_menu/spelling_menu_observer.h", 3481 "renderer_context_menu/spelling_menu_observer.h",
3482 "repost_form_warning_controller.cc", 3482 "repost_form_warning_controller.cc",
3483 "repost_form_warning_controller.h", 3483 "repost_form_warning_controller.h",
3484 "search/local_ntp_source.cc", 3484 "search/local_ntp_source.cc",
3485 "search/local_ntp_source.h", 3485 "search/local_ntp_source.h",
3486 "search/one_google_bar/one_google_bar_data.cc", 3486 "search/one_google_bar/one_google_bar_data.cc",
3487 "search/one_google_bar/one_google_bar_data.h", 3487 "search/one_google_bar/one_google_bar_data.h",
3488 "search/one_google_bar/one_google_bar_fetcher.h", 3488 "search/one_google_bar/one_google_bar_fetcher.h",
3489 "search/one_google_bar/one_google_bar_fetcher_impl.cc", 3489 "search/one_google_bar/one_google_bar_fetcher_impl.cc",
3490 "search/one_google_bar/one_google_bar_fetcher_impl.h", 3490 "search/one_google_bar/one_google_bar_fetcher_impl.h",
3491 "search/one_google_bar/one_google_bar_service.cc",
3492 "search/one_google_bar/one_google_bar_service.h",
3493 "search/one_google_bar/one_google_bar_service_factory.cc",
3494 "search/one_google_bar/one_google_bar_service_factory.h",
3495 "search/one_google_bar/one_google_bar_service_observer.h",
3491 "signin/signin_promo.cc", 3496 "signin/signin_promo.cc",
3492 "signin/signin_promo.h", 3497 "signin/signin_promo.h",
3493 "signin/signin_ui_util.cc", 3498 "signin/signin_ui_util.cc",
3494 "signin/signin_ui_util.h", 3499 "signin/signin_ui_util.h",
3495 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section? 3500 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section?
3496 "speech/extension_api/tts_extension_api_constants.h", 3501 "speech/extension_api/tts_extension_api_constants.h",
3497 "ssl/ssl_client_auth_observer.cc", 3502 "ssl/ssl_client_auth_observer.cc",
3498 "ssl/ssl_client_auth_observer.h", 3503 "ssl/ssl_client_auth_observer.h",
3499 "status_icons/desktop_notification_balloon.cc", 3504 "status_icons/desktop_notification_balloon.cc",
3500 "status_icons/desktop_notification_balloon.h", 3505 "status_icons/desktop_notification_balloon.h",
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
4688 "media/pepper_cdm_test_constants.cc", 4693 "media/pepper_cdm_test_constants.cc",
4689 "media/pepper_cdm_test_constants.h", 4694 "media/pepper_cdm_test_constants.h",
4690 ] 4695 ]
4691 } 4696 }
4692 } 4697 }
4693 4698
4694 service_manifest("preferences_forwarder_manifest") { 4699 service_manifest("preferences_forwarder_manifest") {
4695 name = "preferences_forwarder" 4700 name = "preferences_forwarder"
4696 source = "prefs/forwarder_manifest.json" 4701 source = "prefs/forwarder_manifest.json"
4697 } 4702 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698