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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 170743009: Revert of Adding the chrome://suggestions test page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/ntp/thumbnail_list_source.cc ('k') | chrome/common/url_constants.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 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 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 'browser/search/most_visited_iframe_source.cc', 1969 'browser/search/most_visited_iframe_source.cc',
1970 'browser/search/most_visited_iframe_source.h', 1970 'browser/search/most_visited_iframe_source.h',
1971 'browser/search/search.cc', 1971 'browser/search/search.cc',
1972 'browser/search/search.h', 1972 'browser/search/search.h',
1973 'browser/search/search_terms_tracker.cc', 1973 'browser/search/search_terms_tracker.cc',
1974 'browser/search/search_terms_tracker.h', 1974 'browser/search/search_terms_tracker.h',
1975 'browser/search/suggestions/suggestions_service.cc', 1975 'browser/search/suggestions/suggestions_service.cc',
1976 'browser/search/suggestions/suggestions_service.h', 1976 'browser/search/suggestions/suggestions_service.h',
1977 'browser/search/suggestions/suggestions_service_factory.cc', 1977 'browser/search/suggestions/suggestions_service_factory.cc',
1978 'browser/search/suggestions/suggestions_service_factory.h', 1978 'browser/search/suggestions/suggestions_service_factory.h',
1979 'browser/search/suggestions/suggestions_source.cc',
1980 'browser/search/suggestions/suggestions_source.h',
1981 'browser/search_engines/default_search_policy_handler.cc', 1979 'browser/search_engines/default_search_policy_handler.cc',
1982 'browser/search_engines/default_search_policy_handler.h', 1980 'browser/search_engines/default_search_policy_handler.h',
1983 'browser/search_engines/search_engine_type.h', 1981 'browser/search_engines/search_engine_type.h',
1984 'browser/search_engines/search_host_to_urls_map.cc', 1982 'browser/search_engines/search_host_to_urls_map.cc',
1985 'browser/search_engines/search_host_to_urls_map.h', 1983 'browser/search_engines/search_host_to_urls_map.h',
1986 'browser/search_engines/search_provider_install_data.cc', 1984 'browser/search_engines/search_provider_install_data.cc',
1987 'browser/search_engines/search_provider_install_data.h', 1985 'browser/search_engines/search_provider_install_data.h',
1988 'browser/search_engines/search_provider_install_state_message_filter.cc' , 1986 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
1989 'browser/search_engines/search_provider_install_state_message_filter.h', 1987 'browser/search_engines/search_provider_install_state_message_filter.h',
1990 'browser/search_engines/search_terms_data.cc', 1988 'browser/search_engines/search_terms_data.cc',
(...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after
3781 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3779 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3782 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3780 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3783 }, 3781 },
3784 'includes': [ '../build/android/java_cpp_template.gypi' ], 3782 'includes': [ '../build/android/java_cpp_template.gypi' ],
3785 }, 3783 },
3786 ], 3784 ],
3787 }, 3785 },
3788 ], 3786 ],
3789 ], 3787 ],
3790 } 3788 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/thumbnail_list_source.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698