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

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: . 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
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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'browser/search/most_visited_iframe_source.cc', 567 'browser/search/most_visited_iframe_source.cc',
568 'browser/search/most_visited_iframe_source.h', 568 'browser/search/most_visited_iframe_source.h',
569 'browser/search/search.cc', 569 'browser/search/search.cc',
570 'browser/search/search.h', 570 'browser/search/search.h',
571 'browser/search/suggestions/image_fetcher_impl.cc', 571 'browser/search/suggestions/image_fetcher_impl.cc',
572 'browser/search/suggestions/image_fetcher_impl.h', 572 'browser/search/suggestions/image_fetcher_impl.h',
573 'browser/search/suggestions/suggestions_service_factory.cc', 573 'browser/search/suggestions/suggestions_service_factory.cc',
574 'browser/search/suggestions/suggestions_service_factory.h', 574 'browser/search/suggestions/suggestions_service_factory.h',
575 'browser/search/suggestions/suggestions_source.cc', 575 'browser/search/suggestions/suggestions_source.cc',
576 'browser/search/suggestions/suggestions_source.h', 576 'browser/search/suggestions/suggestions_source.h',
577 'browser/search/suggestions/suggestions_ui.cc',
578 'browser/search/suggestions/suggestions_ui.h',
577 'browser/search/thumbnail_source.cc', 579 'browser/search/thumbnail_source.cc',
578 'browser/search/thumbnail_source.h', 580 'browser/search/thumbnail_source.h',
579 'browser/shell_integration.cc', 581 'browser/shell_integration.cc',
580 'browser/shell_integration.h', 582 'browser/shell_integration.h',
581 'browser/shell_integration_android.cc', 583 'browser/shell_integration_android.cc',
582 'browser/shell_integration_chromeos.cc', 584 'browser/shell_integration_chromeos.cc',
583 'browser/shell_integration_mac.mm', 585 'browser/shell_integration_mac.mm',
584 'browser/shell_integration_win.h', 586 'browser/shell_integration_win.h',
585 'browser/shell_integration_win.cc', 587 'browser/shell_integration_win.cc',
586 'browser/site_details.cc', 588 'browser/site_details.cc',
(...skipping 3636 matching lines...) Expand 10 before | Expand all | Expand 10 after
4223 '../components/components.gyp:rlz', 4225 '../components/components.gyp:rlz',
4224 '../components/components.gyp:search_engines', 4226 '../components/components.gyp:search_engines',
4225 '../rlz/rlz.gyp:rlz_lib', 4227 '../rlz/rlz.gyp:rlz_lib',
4226 'common', 4228 'common',
4227 ], 4229 ],
4228 }, 4230 },
4229 ], 4231 ],
4230 }], 4232 }],
4231 ], 4233 ],
4232 } 4234 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698