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

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: Final merge. 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 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 'browser/search/instant_service_observer.cc', 1932 'browser/search/instant_service_observer.cc',
1933 'browser/search/instant_service_observer.h', 1933 'browser/search/instant_service_observer.h',
1934 'browser/search/local_ntp_source.cc', 1934 'browser/search/local_ntp_source.cc',
1935 'browser/search/local_ntp_source.h', 1935 'browser/search/local_ntp_source.h',
1936 'browser/search/most_visited_iframe_source.cc', 1936 'browser/search/most_visited_iframe_source.cc',
1937 'browser/search/most_visited_iframe_source.h', 1937 'browser/search/most_visited_iframe_source.h',
1938 'browser/search/search.cc', 1938 'browser/search/search.cc',
1939 'browser/search/search.h', 1939 'browser/search/search.h',
1940 'browser/search/search_terms_tracker.cc', 1940 'browser/search/search_terms_tracker.cc',
1941 'browser/search/search_terms_tracker.h', 1941 'browser/search/search_terms_tracker.h',
1942 'browser/search/suggestions/blacklist_store.cc',
1943 'browser/search/suggestions/blacklist_store.h',
1942 'browser/search/suggestions/suggestions_service.cc', 1944 'browser/search/suggestions/suggestions_service.cc',
1943 'browser/search/suggestions/suggestions_service.h', 1945 'browser/search/suggestions/suggestions_service.h',
1944 'browser/search/suggestions/suggestions_service_factory.cc', 1946 'browser/search/suggestions/suggestions_service_factory.cc',
1945 'browser/search/suggestions/suggestions_service_factory.h', 1947 'browser/search/suggestions/suggestions_service_factory.h',
1946 'browser/search/suggestions/suggestions_source.cc', 1948 'browser/search/suggestions/suggestions_source.cc',
1947 'browser/search/suggestions/suggestions_source.h', 1949 'browser/search/suggestions/suggestions_source.h',
1948 'browser/search/suggestions/suggestions_store.cc', 1950 'browser/search/suggestions/suggestions_store.cc',
1949 'browser/search/suggestions/suggestions_store.h', 1951 'browser/search/suggestions/suggestions_store.h',
1950 'browser/search/suggestions/thumbnail_manager.cc', 1952 'browser/search/suggestions/thumbnail_manager.cc',
1951 'browser/search/suggestions/thumbnail_manager.h', 1953 'browser/search/suggestions/thumbnail_manager.h',
(...skipping 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after
3814 'package_name': 'org/chromium/chrome/browser', 3816 'package_name': 'org/chromium/chrome/browser',
3815 'template_deps': ['browser/android/tab_load_status.h'], 3817 'template_deps': ['browser/android/tab_load_status.h'],
3816 }, 3818 },
3817 'includes': [ '../build/android/java_cpp_template.gypi' ], 3819 'includes': [ '../build/android/java_cpp_template.gypi' ],
3818 }, 3820 },
3819 ], 3821 ],
3820 }, 3822 },
3821 ], 3823 ],
3822 ], 3824 ],
3823 } 3825 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698