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

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

Issue 2814753002: Local NTP: Introduce OneGoogleBarFetcher (Closed)
Patch Set: copy ctor 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 3448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3459 "renderer_context_menu/render_view_context_menu.cc", 3459 "renderer_context_menu/render_view_context_menu.cc",
3460 "renderer_context_menu/render_view_context_menu.h", 3460 "renderer_context_menu/render_view_context_menu.h",
3461 "renderer_context_menu/spelling_bubble_model.cc", 3461 "renderer_context_menu/spelling_bubble_model.cc",
3462 "renderer_context_menu/spelling_bubble_model.h", 3462 "renderer_context_menu/spelling_bubble_model.h",
3463 "renderer_context_menu/spelling_menu_observer.cc", 3463 "renderer_context_menu/spelling_menu_observer.cc",
3464 "renderer_context_menu/spelling_menu_observer.h", 3464 "renderer_context_menu/spelling_menu_observer.h",
3465 "repost_form_warning_controller.cc", 3465 "repost_form_warning_controller.cc",
3466 "repost_form_warning_controller.h", 3466 "repost_form_warning_controller.h",
3467 "search/local_ntp_source.cc", 3467 "search/local_ntp_source.cc",
3468 "search/local_ntp_source.h", 3468 "search/local_ntp_source.h",
3469 "search/one_google_bar/one_google_bar_data.cc",
3470 "search/one_google_bar/one_google_bar_data.h",
3471 "search/one_google_bar/one_google_bar_fetcher.h",
3472 "search/one_google_bar/one_google_bar_fetcher_impl.cc",
3473 "search/one_google_bar/one_google_bar_fetcher_impl.h",
3469 "signin/signin_promo.cc", 3474 "signin/signin_promo.cc",
3470 "signin/signin_promo.h", 3475 "signin/signin_promo.h",
3471 "signin/signin_ui_util.cc", 3476 "signin/signin_ui_util.cc",
3472 "signin/signin_ui_util.h", 3477 "signin/signin_ui_util.h",
3473 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section? 3478 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section?
3474 "speech/extension_api/tts_extension_api_constants.h", 3479 "speech/extension_api/tts_extension_api_constants.h",
3475 "ssl/ssl_client_auth_observer.cc", 3480 "ssl/ssl_client_auth_observer.cc",
3476 "ssl/ssl_client_auth_observer.h", 3481 "ssl/ssl_client_auth_observer.h",
3477 "status_icons/desktop_notification_balloon.cc", 3482 "status_icons/desktop_notification_balloon.cc",
3478 "status_icons/desktop_notification_balloon.h", 3483 "status_icons/desktop_notification_balloon.h",
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
4663 "media/pepper_cdm_test_constants.cc", 4668 "media/pepper_cdm_test_constants.cc",
4664 "media/pepper_cdm_test_constants.h", 4669 "media/pepper_cdm_test_constants.h",
4665 ] 4670 ]
4666 } 4671 }
4667 } 4672 }
4668 4673
4669 service_manifest("preferences_forwarder_manifest") { 4674 service_manifest("preferences_forwarder_manifest") {
4670 name = "preferences_forwarder" 4675 name = "preferences_forwarder"
4671 source = "prefs/forwarder_manifest.json" 4676 source = "prefs/forwarder_manifest.json"
4672 } 4677 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698