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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 392983007: [Suggestions] Make ThumbnailManager implement ImageManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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
« no previous file with comments | « chrome/browser/search/suggestions/thumbnail_manager_unittest.cc ('k') | no next file » | 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 '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 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 'browser/search/instant_service_observer.cc', 1124 'browser/search/instant_service_observer.cc',
1125 'browser/search/instant_service_observer.h', 1125 'browser/search/instant_service_observer.h',
1126 'browser/search/local_ntp_source.cc', 1126 'browser/search/local_ntp_source.cc',
1127 'browser/search/local_ntp_source.h', 1127 'browser/search/local_ntp_source.h',
1128 'browser/search/most_visited_iframe_source.cc', 1128 'browser/search/most_visited_iframe_source.cc',
1129 'browser/search/most_visited_iframe_source.h', 1129 'browser/search/most_visited_iframe_source.h',
1130 'browser/search/search.cc', 1130 'browser/search/search.cc',
1131 'browser/search/search.h', 1131 'browser/search/search.h',
1132 'browser/search/suggestions/blacklist_store.cc', 1132 'browser/search/suggestions/blacklist_store.cc',
1133 'browser/search/suggestions/blacklist_store.h', 1133 'browser/search/suggestions/blacklist_store.h',
1134 'browser/search/suggestions/image_manager.h',
1134 'browser/search/suggestions/suggestions_service.cc', 1135 'browser/search/suggestions/suggestions_service.cc',
1135 'browser/search/suggestions/suggestions_service.h', 1136 'browser/search/suggestions/suggestions_service.h',
1136 'browser/search/suggestions/suggestions_service_factory.cc', 1137 'browser/search/suggestions/suggestions_service_factory.cc',
1137 'browser/search/suggestions/suggestions_service_factory.h', 1138 'browser/search/suggestions/suggestions_service_factory.h',
1138 'browser/search/suggestions/suggestions_source.cc', 1139 'browser/search/suggestions/suggestions_source.cc',
1139 'browser/search/suggestions/suggestions_source.h', 1140 'browser/search/suggestions/suggestions_source.h',
1140 'browser/search/suggestions/suggestions_store.cc', 1141 'browser/search/suggestions/suggestions_store.cc',
1141 'browser/search/suggestions/suggestions_store.h', 1142 'browser/search/suggestions/suggestions_store.h',
1142 'browser/search/suggestions/thumbnail_manager.cc', 1143 'browser/search/suggestions/thumbnail_manager.cc',
1143 'browser/search/suggestions/thumbnail_manager.h', 1144 'browser/search/suggestions/thumbnail_manager.h',
(...skipping 2448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 'package_name': 'org/chromium/chrome/browser', 3593 'package_name': 'org/chromium/chrome/browser',
3593 'template_deps': ['browser/android/tab_load_status.h'], 3594 'template_deps': ['browser/android/tab_load_status.h'],
3594 }, 3595 },
3595 'includes': [ '../build/android/java_cpp_template.gypi' ], 3596 'includes': [ '../build/android/java_cpp_template.gypi' ],
3596 }, 3597 },
3597 ], 3598 ],
3598 }, 3599 },
3599 ], 3600 ],
3600 ], 3601 ],
3601 } 3602 }
OLDNEW
« no previous file with comments | « chrome/browser/search/suggestions/thumbnail_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698