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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1151563005: Revert of NTP Zombie Code Slayer Part IV: Most Visited (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/ntp/thumbnail_source.cc ('k') | chrome/chrome_browser_ui.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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'browser/search/instant_service_observer.h', 678 'browser/search/instant_service_observer.h',
679 'browser/search/most_visited_iframe_source.cc', 679 'browser/search/most_visited_iframe_source.cc',
680 'browser/search/search.cc', 680 'browser/search/search.cc',
681 'browser/search/search.h', 681 'browser/search/search.h',
682 'browser/search/suggestions/image_fetcher_impl.cc', 682 'browser/search/suggestions/image_fetcher_impl.cc',
683 'browser/search/suggestions/image_fetcher_impl.h', 683 'browser/search/suggestions/image_fetcher_impl.h',
684 'browser/search/suggestions/suggestions_service_factory.cc', 684 'browser/search/suggestions/suggestions_service_factory.cc',
685 'browser/search/suggestions/suggestions_service_factory.h', 685 'browser/search/suggestions/suggestions_service_factory.h',
686 'browser/search/suggestions/suggestions_source.cc', 686 'browser/search/suggestions/suggestions_source.cc',
687 'browser/search/suggestions/suggestions_source.h', 687 'browser/search/suggestions/suggestions_source.h',
688 'browser/search/thumbnail_source.cc',
689 'browser/search/thumbnail_source.h',
690 'browser/searuch/most_visited_iframe_source.h', 688 'browser/searuch/most_visited_iframe_source.h',
691 'browser/shell_integration.cc', 689 'browser/shell_integration.cc',
692 'browser/shell_integration.h', 690 'browser/shell_integration.h',
693 'browser/shell_integration_android.cc', 691 'browser/shell_integration_android.cc',
694 'browser/shell_integration_chromeos.cc', 692 'browser/shell_integration_chromeos.cc',
695 'browser/shell_integration_mac.mm', 693 'browser/shell_integration_mac.mm',
696 'browser/shell_integration_win.cc', 694 'browser/shell_integration_win.cc',
697 'browser/site_details.cc', 695 'browser/site_details.cc',
698 'browser/site_details.h', 696 'browser/site_details.h',
699 'browser/speech/chrome_speech_recognition_manager_delegate.cc', 697 'browser/speech/chrome_speech_recognition_manager_delegate.cc',
(...skipping 3224 matching lines...) Expand 10 before | Expand all | Expand 10 after
3924 'variables': { 3922 'variables': {
3925 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3923 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3926 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3924 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3927 }, 3925 },
3928 'includes': [ '../build/protoc.gypi' ] 3926 'includes': [ '../build/protoc.gypi' ]
3929 }, 3927 },
3930 ], 3928 ],
3931 },], 3929 },],
3932 ], 3930 ],
3933 } 3931 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/thumbnail_source.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698