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

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: Address second round of comments. 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 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'browser/search/instant_service_observer.cc', 1924 'browser/search/instant_service_observer.cc',
1925 'browser/search/instant_service_observer.h', 1925 'browser/search/instant_service_observer.h',
1926 'browser/search/local_ntp_source.cc', 1926 'browser/search/local_ntp_source.cc',
1927 'browser/search/local_ntp_source.h', 1927 'browser/search/local_ntp_source.h',
1928 'browser/search/most_visited_iframe_source.cc', 1928 'browser/search/most_visited_iframe_source.cc',
1929 'browser/search/most_visited_iframe_source.h', 1929 'browser/search/most_visited_iframe_source.h',
1930 'browser/search/search.cc', 1930 'browser/search/search.cc',
1931 'browser/search/search.h', 1931 'browser/search/search.h',
1932 'browser/search/search_terms_tracker.cc', 1932 'browser/search/search_terms_tracker.cc',
1933 'browser/search/search_terms_tracker.h', 1933 'browser/search/search_terms_tracker.h',
1934 'browser/search/suggestions/blacklist_store.cc',
1935 'browser/search/suggestions/blacklist_store.h',
1934 'browser/search/suggestions/suggestions_service.cc', 1936 'browser/search/suggestions/suggestions_service.cc',
1935 'browser/search/suggestions/suggestions_service.h', 1937 'browser/search/suggestions/suggestions_service.h',
1936 'browser/search/suggestions/suggestions_service_factory.cc', 1938 'browser/search/suggestions/suggestions_service_factory.cc',
1937 'browser/search/suggestions/suggestions_service_factory.h', 1939 'browser/search/suggestions/suggestions_service_factory.h',
1938 'browser/search/suggestions/suggestions_source.cc', 1940 'browser/search/suggestions/suggestions_source.cc',
1939 'browser/search/suggestions/suggestions_source.h', 1941 'browser/search/suggestions/suggestions_source.h',
1940 'browser/search/suggestions/suggestions_store.cc', 1942 'browser/search/suggestions/suggestions_store.cc',
1941 'browser/search/suggestions/suggestions_store.h', 1943 'browser/search/suggestions/suggestions_store.h',
1942 'browser/search/suggestions/thumbnail_manager.cc', 1944 'browser/search/suggestions/thumbnail_manager.cc',
1943 'browser/search/suggestions/thumbnail_manager.h', 1945 'browser/search/suggestions/thumbnail_manager.h',
(...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'package_name': 'org/chromium/chrome/browser', 3807 'package_name': 'org/chromium/chrome/browser',
3806 'template_deps': ['browser/android/tab_load_status.h'], 3808 'template_deps': ['browser/android/tab_load_status.h'],
3807 }, 3809 },
3808 'includes': [ '../build/android/java_cpp_template.gypi' ], 3810 'includes': [ '../build/android/java_cpp_template.gypi' ],
3809 }, 3811 },
3810 ], 3812 ],
3811 }, 3813 },
3812 ], 3814 ],
3813 ], 3815 ],
3814 } 3816 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698