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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 367863005: No chrome dependencies in TemplateURLService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 'browser/search/suggestions/suggestions_service_factory.cc', 1200 'browser/search/suggestions/suggestions_service_factory.cc',
1201 'browser/search/suggestions/suggestions_service_factory.h', 1201 'browser/search/suggestions/suggestions_service_factory.h',
1202 'browser/search/suggestions/suggestions_source.cc', 1202 'browser/search/suggestions/suggestions_source.cc',
1203 'browser/search/suggestions/suggestions_source.h', 1203 'browser/search/suggestions/suggestions_source.h',
1204 'browser/search/suggestions/suggestions_store.cc', 1204 'browser/search/suggestions/suggestions_store.cc',
1205 'browser/search/suggestions/suggestions_store.h', 1205 'browser/search/suggestions/suggestions_store.h',
1206 'browser/search/suggestions/thumbnail_manager.cc', 1206 'browser/search/suggestions/thumbnail_manager.cc',
1207 'browser/search/suggestions/thumbnail_manager.h', 1207 'browser/search/suggestions/thumbnail_manager.h',
1208 'browser/search_engines/default_search_pref_migration.cc', 1208 'browser/search_engines/default_search_pref_migration.cc',
1209 'browser/search_engines/default_search_pref_migration.h', 1209 'browser/search_engines/default_search_pref_migration.h',
1210 'browser/search_engines/keyword_history_service.cc',
1211 'browser/search_engines/keyword_history_service.h',
1210 'browser/search_engines/search_host_to_urls_map.cc', 1212 'browser/search_engines/search_host_to_urls_map.cc',
1211 'browser/search_engines/search_host_to_urls_map.h', 1213 'browser/search_engines/search_host_to_urls_map.h',
1212 'browser/search_engines/search_provider_install_data.cc', 1214 'browser/search_engines/search_provider_install_data.cc',
1213 'browser/search_engines/search_provider_install_data.h', 1215 'browser/search_engines/search_provider_install_data.h',
1214 'browser/search_engines/search_provider_install_state_message_filter.cc', 1216 'browser/search_engines/search_provider_install_state_message_filter.cc',
1215 'browser/search_engines/search_provider_install_state_message_filter.h', 1217 'browser/search_engines/search_provider_install_state_message_filter.h',
1216 'browser/search_engines/template_url_fetcher.cc', 1218 'browser/search_engines/template_url_fetcher.cc',
1217 'browser/search_engines/template_url_fetcher.h', 1219 'browser/search_engines/template_url_fetcher.h',
1218 'browser/search_engines/template_url_fetcher_callbacks.h', 1220 'browser/search_engines/template_url_fetcher_callbacks.h',
1219 'browser/search_engines/template_url_fetcher_factory.cc', 1221 'browser/search_engines/template_url_fetcher_factory.cc',
(...skipping 2370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3590 'package_name': 'org/chromium/chrome/browser', 3592 'package_name': 'org/chromium/chrome/browser',
3591 'template_deps': ['browser/android/tab_load_status.h'], 3593 'template_deps': ['browser/android/tab_load_status.h'],
3592 }, 3594 },
3593 'includes': [ '../build/android/java_cpp_template.gypi' ], 3595 'includes': [ '../build/android/java_cpp_template.gypi' ],
3594 }, 3596 },
3595 ], 3597 ],
3596 }, 3598 },
3597 ], 3599 ],
3598 ], 3600 ],
3599 } 3601 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698