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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1887403002: Create a WebUIController for chrome://suggestions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move SuggestionsSource Created 4 years, 8 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/ui/webui/chrome_web_ui_controller_factory.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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'browser/search/instant_service_observer.cc', 558 'browser/search/instant_service_observer.cc',
559 'browser/search/instant_service_observer.h', 559 'browser/search/instant_service_observer.h',
560 'browser/search/most_visited_iframe_source.cc', 560 'browser/search/most_visited_iframe_source.cc',
561 'browser/search/most_visited_iframe_source.h', 561 'browser/search/most_visited_iframe_source.h',
562 'browser/search/search.cc', 562 'browser/search/search.cc',
563 'browser/search/search.h', 563 'browser/search/search.h',
564 'browser/search/suggestions/image_fetcher_impl.cc', 564 'browser/search/suggestions/image_fetcher_impl.cc',
565 'browser/search/suggestions/image_fetcher_impl.h', 565 'browser/search/suggestions/image_fetcher_impl.h',
566 'browser/search/suggestions/suggestions_service_factory.cc', 566 'browser/search/suggestions/suggestions_service_factory.cc',
567 'browser/search/suggestions/suggestions_service_factory.h', 567 'browser/search/suggestions/suggestions_service_factory.h',
568 'browser/search/suggestions/suggestions_source.cc', 568 'browser/search/suggestions/suggestions_ui.cc',
569 'browser/search/suggestions/suggestions_source.h', 569 'browser/search/suggestions/suggestions_ui.h',
570 'browser/search/thumbnail_source.cc', 570 'browser/search/thumbnail_source.cc',
571 'browser/search/thumbnail_source.h', 571 'browser/search/thumbnail_source.h',
572 'browser/shell_integration.cc', 572 'browser/shell_integration.cc',
573 'browser/shell_integration.h', 573 'browser/shell_integration.h',
574 'browser/shell_integration_android.cc', 574 'browser/shell_integration_android.cc',
575 'browser/shell_integration_chromeos.cc', 575 'browser/shell_integration_chromeos.cc',
576 'browser/shell_integration_mac.mm', 576 'browser/shell_integration_mac.mm',
577 'browser/shell_integration_win.h', 577 'browser/shell_integration_win.h',
578 'browser/shell_integration_win.cc', 578 'browser/shell_integration_win.cc',
579 'browser/site_details.cc', 579 'browser/site_details.cc',
(...skipping 3627 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 '../components/components.gyp:rlz', 4207 '../components/components.gyp:rlz',
4208 '../components/components.gyp:search_engines', 4208 '../components/components.gyp:search_engines',
4209 '../rlz/rlz.gyp:rlz_lib', 4209 '../rlz/rlz.gyp:rlz_lib',
4210 'common', 4210 'common',
4211 ], 4211 ],
4212 }, 4212 },
4213 ], 4213 ],
4214 }], 4214 }],
4215 ], 4215 ],
4216 } 4216 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698