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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1899683003: NTP tiles: Split C++ and Java MostVisitedSites classes. (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
« no previous file with comments | « chrome/browser/android/ntp/most_visited_sites_bridge.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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'browser/android/metrics/uma_utils.cc', 862 'browser/android/metrics/uma_utils.cc',
863 'browser/android/metrics/uma_utils.h', 863 'browser/android/metrics/uma_utils.h',
864 'browser/android/metrics/variations_session.cc', 864 'browser/android/metrics/variations_session.cc',
865 'browser/android/metrics/variations_session.h', 865 'browser/android/metrics/variations_session.h',
866 'browser/android/mojo/chrome_service_registrar_android.cc', 866 'browser/android/mojo/chrome_service_registrar_android.cc',
867 'browser/android/mojo/chrome_service_registrar_android.h', 867 'browser/android/mojo/chrome_service_registrar_android.h',
868 'browser/android/net/external_estimate_provider_android.cc', 868 'browser/android/net/external_estimate_provider_android.cc',
869 'browser/android/net/external_estimate_provider_android.h', 869 'browser/android/net/external_estimate_provider_android.h',
870 'browser/android/ntp/most_visited_sites.cc', 870 'browser/android/ntp/most_visited_sites.cc',
871 'browser/android/ntp/most_visited_sites.h', 871 'browser/android/ntp/most_visited_sites.h',
872 'browser/android/ntp/most_visited_sites_bridge.cc',
873 'browser/android/ntp/most_visited_sites_bridge.h',
872 'browser/android/ntp/new_tab_page_prefs.cc', 874 'browser/android/ntp/new_tab_page_prefs.cc',
873 'browser/android/ntp/new_tab_page_prefs.h', 875 'browser/android/ntp/new_tab_page_prefs.h',
874 'browser/android/ntp/new_tab_page_url_handler.cc', 876 'browser/android/ntp/new_tab_page_url_handler.cc',
875 'browser/android/ntp/new_tab_page_url_handler.h', 877 'browser/android/ntp/new_tab_page_url_handler.h',
876 'browser/android/ntp/ntp_snippets_bridge.cc', 878 'browser/android/ntp/ntp_snippets_bridge.cc',
877 'browser/android/ntp/ntp_snippets_bridge.h', 879 'browser/android/ntp/ntp_snippets_bridge.h',
878 'browser/android/ntp/ntp_snippets_launcher.cc', 880 'browser/android/ntp/ntp_snippets_launcher.cc',
879 'browser/android/ntp/ntp_snippets_launcher.h', 881 'browser/android/ntp/ntp_snippets_launcher.h',
880 'browser/android/omnibox/answers_image_bridge.cc', 882 'browser/android/omnibox/answers_image_bridge.cc',
881 'browser/android/omnibox/answers_image_bridge.h', 883 'browser/android/omnibox/answers_image_bridge.h',
(...skipping 3325 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 '../components/components.gyp:rlz', 4209 '../components/components.gyp:rlz',
4208 '../components/components.gyp:search_engines', 4210 '../components/components.gyp:search_engines',
4209 '../rlz/rlz.gyp:rlz_lib', 4211 '../rlz/rlz.gyp:rlz_lib',
4210 'common', 4212 'common',
4211 ], 4213 ],
4212 }, 4214 },
4213 ], 4215 ],
4214 }], 4216 }],
4215 ], 4217 ],
4216 } 4218 }
OLDNEW
« no previous file with comments | « chrome/browser/android/ntp/most_visited_sites_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698