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

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

Issue 2811353002: Local NTP: Introduce OneGoogleBarService (Closed)
Patch Set: fix memleak 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
« no previous file with comments | « no previous file | chrome/browser/search/one_google_bar/one_google_bar_data.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3482 matching lines...) Expand 10 before | Expand all | Expand 10 after
3493 "renderer_context_menu/spelling_menu_observer.h", 3493 "renderer_context_menu/spelling_menu_observer.h",
3494 "repost_form_warning_controller.cc", 3494 "repost_form_warning_controller.cc",
3495 "repost_form_warning_controller.h", 3495 "repost_form_warning_controller.h",
3496 "search/local_ntp_source.cc", 3496 "search/local_ntp_source.cc",
3497 "search/local_ntp_source.h", 3497 "search/local_ntp_source.h",
3498 "search/one_google_bar/one_google_bar_data.cc", 3498 "search/one_google_bar/one_google_bar_data.cc",
3499 "search/one_google_bar/one_google_bar_data.h", 3499 "search/one_google_bar/one_google_bar_data.h",
3500 "search/one_google_bar/one_google_bar_fetcher.h", 3500 "search/one_google_bar/one_google_bar_fetcher.h",
3501 "search/one_google_bar/one_google_bar_fetcher_impl.cc", 3501 "search/one_google_bar/one_google_bar_fetcher_impl.cc",
3502 "search/one_google_bar/one_google_bar_fetcher_impl.h", 3502 "search/one_google_bar/one_google_bar_fetcher_impl.h",
3503 "search/one_google_bar/one_google_bar_service.cc",
3504 "search/one_google_bar/one_google_bar_service.h",
3505 "search/one_google_bar/one_google_bar_service_factory.cc",
3506 "search/one_google_bar/one_google_bar_service_factory.h",
3507 "search/one_google_bar/one_google_bar_service_observer.h",
3503 "signin/signin_promo.cc", 3508 "signin/signin_promo.cc",
3504 "signin/signin_promo.h", 3509 "signin/signin_promo.h",
3505 "signin/signin_ui_util.cc", 3510 "signin/signin_ui_util.cc",
3506 "signin/signin_ui_util.h", 3511 "signin/signin_ui_util.h",
3507 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section? 3512 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section?
3508 "speech/extension_api/tts_extension_api_constants.h", 3513 "speech/extension_api/tts_extension_api_constants.h",
3509 "ssl/ssl_client_auth_observer.cc", 3514 "ssl/ssl_client_auth_observer.cc",
3510 "ssl/ssl_client_auth_observer.h", 3515 "ssl/ssl_client_auth_observer.h",
3511 "status_icons/desktop_notification_balloon.cc", 3516 "status_icons/desktop_notification_balloon.cc",
3512 "status_icons/desktop_notification_balloon.h", 3517 "status_icons/desktop_notification_balloon.h",
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
4685 "media/pepper_cdm_test_constants.cc", 4690 "media/pepper_cdm_test_constants.cc",
4686 "media/pepper_cdm_test_constants.h", 4691 "media/pepper_cdm_test_constants.h",
4687 ] 4692 ]
4688 } 4693 }
4689 } 4694 }
4690 4695
4691 service_manifest("preferences_forwarder_manifest") { 4696 service_manifest("preferences_forwarder_manifest") {
4692 name = "preferences_forwarder" 4697 name = "preferences_forwarder"
4693 source = "prefs/forwarder_manifest.json" 4698 source = "prefs/forwarder_manifest.json"
4694 } 4699 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/search/one_google_bar/one_google_bar_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698