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

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

Issue 2814513002: Cleanup: Remove unused SearchTermsTracker (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
« no previous file with comments | « no previous file | chrome/browser/search/search_terms_tracker.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 3446 matching lines...) Expand 10 before | Expand all | Expand 10 after
3457 "renderer_context_menu/render_view_context_menu.cc", 3457 "renderer_context_menu/render_view_context_menu.cc",
3458 "renderer_context_menu/render_view_context_menu.h", 3458 "renderer_context_menu/render_view_context_menu.h",
3459 "renderer_context_menu/spelling_bubble_model.cc", 3459 "renderer_context_menu/spelling_bubble_model.cc",
3460 "renderer_context_menu/spelling_bubble_model.h", 3460 "renderer_context_menu/spelling_bubble_model.h",
3461 "renderer_context_menu/spelling_menu_observer.cc", 3461 "renderer_context_menu/spelling_menu_observer.cc",
3462 "renderer_context_menu/spelling_menu_observer.h", 3462 "renderer_context_menu/spelling_menu_observer.h",
3463 "repost_form_warning_controller.cc", 3463 "repost_form_warning_controller.cc",
3464 "repost_form_warning_controller.h", 3464 "repost_form_warning_controller.h",
3465 "search/local_ntp_source.cc", 3465 "search/local_ntp_source.cc",
3466 "search/local_ntp_source.h", 3466 "search/local_ntp_source.h",
3467 "search/search_terms_tracker.cc",
3468 "search/search_terms_tracker.h",
3469 "signin/signin_promo.cc", 3467 "signin/signin_promo.cc",
3470 "signin/signin_promo.h", 3468 "signin/signin_promo.h",
3471 "signin/signin_ui_util.cc", 3469 "signin/signin_ui_util.cc",
3472 "signin/signin_ui_util.h", 3470 "signin/signin_ui_util.h",
3473 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section? 3471 "speech/extension_api/tts_extension_api_constants.cc", # Should be moved to extensions section?
3474 "speech/extension_api/tts_extension_api_constants.h", 3472 "speech/extension_api/tts_extension_api_constants.h",
3475 "ssl/ssl_client_auth_observer.cc", 3473 "ssl/ssl_client_auth_observer.cc",
3476 "ssl/ssl_client_auth_observer.h", 3474 "ssl/ssl_client_auth_observer.h",
3477 "status_icons/desktop_notification_balloon.cc", 3475 "status_icons/desktop_notification_balloon.cc",
3478 "status_icons/desktop_notification_balloon.h", 3476 "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", 4661 "media/pepper_cdm_test_constants.cc",
4664 "media/pepper_cdm_test_constants.h", 4662 "media/pepper_cdm_test_constants.h",
4665 ] 4663 ]
4666 } 4664 }
4667 } 4665 }
4668 4666
4669 service_manifest("preferences_forwarder_manifest") { 4667 service_manifest("preferences_forwarder_manifest") {
4670 name = "preferences_forwarder" 4668 name = "preferences_forwarder"
4671 source = "prefs/forwarder_manifest.json" 4669 source = "prefs/forwarder_manifest.json"
4672 } 4670 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/search/search_terms_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698