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

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

Issue 2814753002: Local NTP: Introduce OneGoogleBarFetcher (Closed)
Patch Set: safe_json 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 3465 matching lines...) Expand 10 before | Expand all | Expand 10 after
3476 "renderer_context_menu/render_view_context_menu.cc", 3476 "renderer_context_menu/render_view_context_menu.cc",
3477 "renderer_context_menu/render_view_context_menu.h", 3477 "renderer_context_menu/render_view_context_menu.h",
3478 "renderer_context_menu/spelling_bubble_model.cc", 3478 "renderer_context_menu/spelling_bubble_model.cc",
3479 "renderer_context_menu/spelling_bubble_model.h", 3479 "renderer_context_menu/spelling_bubble_model.h",
3480 "renderer_context_menu/spelling_menu_observer.cc", 3480 "renderer_context_menu/spelling_menu_observer.cc",
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",
3487 "search/one_google_bar/one_google_bar_data.h",
3488 "search/one_google_bar/one_google_bar_fetcher.h",
3489 "search/one_google_bar/one_google_bar_fetcher_impl.cc",
3490 "search/one_google_bar/one_google_bar_fetcher_impl.h",
3486 "signin/signin_promo.cc", 3491 "signin/signin_promo.cc",
3487 "signin/signin_promo.h", 3492 "signin/signin_promo.h",
3488 "signin/signin_ui_util.cc", 3493 "signin/signin_ui_util.cc",
3489 "signin/signin_ui_util.h", 3494 "signin/signin_ui_util.h",
3490 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section? 3495 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section?
3491 "speech/extension_api/tts_extension_api_constants.h", 3496 "speech/extension_api/tts_extension_api_constants.h",
3492 "ssl/ssl_client_auth_observer.cc", 3497 "ssl/ssl_client_auth_observer.cc",
3493 "ssl/ssl_client_auth_observer.h", 3498 "ssl/ssl_client_auth_observer.h",
3494 "status_icons/desktop_notification_balloon.cc", 3499 "status_icons/desktop_notification_balloon.cc",
3495 "status_icons/desktop_notification_balloon.h", 3500 "status_icons/desktop_notification_balloon.h",
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
4683 "media/pepper_cdm_test_constants.cc", 4688 "media/pepper_cdm_test_constants.cc",
4684 "media/pepper_cdm_test_constants.h", 4689 "media/pepper_cdm_test_constants.h",
4685 ] 4690 ]
4686 } 4691 }
4687 } 4692 }
4688 4693
4689 service_manifest("preferences_forwarder_manifest") { 4694 service_manifest("preferences_forwarder_manifest") {
4690 name = "preferences_forwarder" 4695 name = "preferences_forwarder"
4691 source = "prefs/forwarder_manifest.json" 4696 source = "prefs/forwarder_manifest.json"
4692 } 4697 }
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