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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 330473003: Offline blacklisting for SuggestionsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add UMA logging of local blacklist Created 6 years, 6 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1985 'browser/search/instant_service_observer.cc', 1985 'browser/search/instant_service_observer.cc',
1986 'browser/search/instant_service_observer.h', 1986 'browser/search/instant_service_observer.h',
1987 'browser/search/local_ntp_source.cc', 1987 'browser/search/local_ntp_source.cc',
1988 'browser/search/local_ntp_source.h', 1988 'browser/search/local_ntp_source.h',
1989 'browser/search/most_visited_iframe_source.cc', 1989 'browser/search/most_visited_iframe_source.cc',
1990 'browser/search/most_visited_iframe_source.h', 1990 'browser/search/most_visited_iframe_source.h',
1991 'browser/search/search.cc', 1991 'browser/search/search.cc',
1992 'browser/search/search.h', 1992 'browser/search/search.h',
1993 'browser/search/search_terms_tracker.cc', 1993 'browser/search/search_terms_tracker.cc',
1994 'browser/search/search_terms_tracker.h', 1994 'browser/search/search_terms_tracker.h',
1995 'browser/search/suggestions/blacklist_store.cc',
1996 'browser/search/suggestions/blacklist_store.h',
1995 'browser/search/suggestions/suggestions_service.cc', 1997 'browser/search/suggestions/suggestions_service.cc',
1996 'browser/search/suggestions/suggestions_service.h', 1998 'browser/search/suggestions/suggestions_service.h',
1997 'browser/search/suggestions/suggestions_service_factory.cc', 1999 'browser/search/suggestions/suggestions_service_factory.cc',
1998 'browser/search/suggestions/suggestions_service_factory.h', 2000 'browser/search/suggestions/suggestions_service_factory.h',
1999 'browser/search/suggestions/suggestions_source.cc', 2001 'browser/search/suggestions/suggestions_source.cc',
2000 'browser/search/suggestions/suggestions_source.h', 2002 'browser/search/suggestions/suggestions_source.h',
2001 'browser/search/suggestions/suggestions_store.cc', 2003 'browser/search/suggestions/suggestions_store.cc',
2002 'browser/search/suggestions/suggestions_store.h', 2004 'browser/search/suggestions/suggestions_store.h',
2003 'browser/search/suggestions/thumbnail_manager.cc', 2005 'browser/search/suggestions/thumbnail_manager.cc',
2004 'browser/search/suggestions/thumbnail_manager.h', 2006 'browser/search/suggestions/thumbnail_manager.h',
(...skipping 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after
3794 'package_name': 'org/chromium/chrome/browser', 3796 'package_name': 'org/chromium/chrome/browser',
3795 'template_deps': ['browser/android/tab_load_status.h'], 3797 'template_deps': ['browser/android/tab_load_status.h'],
3796 }, 3798 },
3797 'includes': [ '../build/android/java_cpp_template.gypi' ], 3799 'includes': [ '../build/android/java_cpp_template.gypi' ],
3798 }, 3800 },
3799 ], 3801 ],
3800 }, 3802 },
3801 ], 3803 ],
3802 ], 3804 ],
3803 } 3805 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698