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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2074153002: Pass the ImageDecoder to the ImageFetcher at creation time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments round2 treib@ & added missing imports *sigh* Created 4 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
« no previous file with comments | « chrome/browser/search/thumbnail_source.cc ('k') | components/image_fetcher.gypi » ('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 '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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'browser/search/instant_service_factory.cc', 552 'browser/search/instant_service_factory.cc',
553 'browser/search/instant_service_factory.h', 553 'browser/search/instant_service_factory.h',
554 'browser/search/instant_service_observer.cc', 554 'browser/search/instant_service_observer.cc',
555 'browser/search/instant_service_observer.h', 555 'browser/search/instant_service_observer.h',
556 'browser/search/most_visited_iframe_source.cc', 556 'browser/search/most_visited_iframe_source.cc',
557 'browser/search/most_visited_iframe_source.h', 557 'browser/search/most_visited_iframe_source.h',
558 'browser/search/search.cc', 558 'browser/search/search.cc',
559 'browser/search/search.h', 559 'browser/search/search.h',
560 'browser/search/suggestions/image_decoder_impl.cc', 560 'browser/search/suggestions/image_decoder_impl.cc',
561 'browser/search/suggestions/image_decoder_impl.h', 561 'browser/search/suggestions/image_decoder_impl.h',
562 'browser/search/suggestions/image_fetcher_impl.cc',
563 'browser/search/suggestions/image_fetcher_impl.h',
564 'browser/search/suggestions/suggestions_service_factory.cc', 562 'browser/search/suggestions/suggestions_service_factory.cc',
565 'browser/search/suggestions/suggestions_service_factory.h', 563 'browser/search/suggestions/suggestions_service_factory.h',
566 'browser/search/suggestions/suggestions_ui.cc', 564 'browser/search/suggestions/suggestions_ui.cc',
567 'browser/search/suggestions/suggestions_ui.h', 565 'browser/search/suggestions/suggestions_ui.h',
568 'browser/search/thumbnail_source.cc', 566 'browser/search/thumbnail_source.cc',
569 'browser/search/thumbnail_source.h', 567 'browser/search/thumbnail_source.h',
570 'browser/sessions/restore_on_startup_policy_handler.cc', 568 'browser/sessions/restore_on_startup_policy_handler.cc',
571 'browser/sessions/restore_on_startup_policy_handler.h', 569 'browser/sessions/restore_on_startup_policy_handler.h',
572 'browser/shell_integration.cc', 570 'browser/shell_integration.cc',
573 'browser/shell_integration.h', 571 'browser/shell_integration.h',
(...skipping 3720 matching lines...) Expand 10 before | Expand all | Expand 10 after
4294 '../components/components.gyp:rlz', 4292 '../components/components.gyp:rlz',
4295 '../components/components.gyp:search_engines', 4293 '../components/components.gyp:search_engines',
4296 '../rlz/rlz.gyp:rlz_lib', 4294 '../rlz/rlz.gyp:rlz_lib',
4297 'common', 4295 'common',
4298 ], 4296 ],
4299 }, 4297 },
4300 ], 4298 ],
4301 }], 4299 }],
4302 ], 4300 ],
4303 } 4301 }
OLDNEW
« no previous file with comments | « chrome/browser/search/thumbnail_source.cc ('k') | components/image_fetcher.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698