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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1811333003: Move the remaining NTP realted files to c/b/android/ntp subdir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync repo Created 4 years, 9 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/prefs/browser_prefs.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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 'browser/android/metrics/uma_session_stats.cc', 820 'browser/android/metrics/uma_session_stats.cc',
821 'browser/android/metrics/uma_session_stats.h', 821 'browser/android/metrics/uma_session_stats.h',
822 'browser/android/metrics/uma_utils.cc', 822 'browser/android/metrics/uma_utils.cc',
823 'browser/android/metrics/uma_utils.h', 823 'browser/android/metrics/uma_utils.h',
824 'browser/android/metrics/variations_session.cc', 824 'browser/android/metrics/variations_session.cc',
825 'browser/android/metrics/variations_session.h', 825 'browser/android/metrics/variations_session.h',
826 'browser/android/most_visited_sites.cc', 826 'browser/android/most_visited_sites.cc',
827 'browser/android/most_visited_sites.h', 827 'browser/android/most_visited_sites.h',
828 'browser/android/net/external_estimate_provider_android.cc', 828 'browser/android/net/external_estimate_provider_android.cc',
829 'browser/android/net/external_estimate_provider_android.h', 829 'browser/android/net/external_estimate_provider_android.h',
830 'browser/android/new_tab_page_prefs.cc', 830 'browser/android/ntp/new_tab_page_prefs.cc',
831 'browser/android/new_tab_page_prefs.h', 831 'browser/android/ntp/new_tab_page_prefs.h',
832 'browser/android/new_tab_page_url_handler.cc', 832 'browser/android/ntp/new_tab_page_url_handler.cc',
833 'browser/android/new_tab_page_url_handler.h', 833 'browser/android/ntp/new_tab_page_url_handler.h',
834 'browser/android/ntp_snippets_bridge.cc', 834 'browser/android/ntp/ntp_snippets_bridge.cc',
Marc Treib 2016/03/18 15:44:42 I think here you still have remnants of the previo
markusheintz_ 2016/03/18 16:01:03 Fixed. Thanks
835 'browser/android/ntp_snippets_bridge.h', 835 'browser/android/ntp/ntp_snippets_bridge.h',
836 'browser/android/ntp_snippets_controller.cc', 836 'browser/android/ntp/ntp_snippets_controller.cc',
837 'browser/android/ntp_snippets_controller.h', 837 'browser/android/ntp/ntp_snippets_controller.h',
838 'browser/android/ntp_snippets_launcher.cc', 838 'browser/android/ntp/ntp_snippets_launcher.cc',
839 'browser/android/ntp_snippets_launcher.h', 839 'browser/android/ntp/ntp_snippets_launcher.h',
840 'browser/android/omnibox/answers_image_bridge.cc', 840 'browser/android/omnibox/answers_image_bridge.cc',
841 'browser/android/omnibox/answers_image_bridge.h', 841 'browser/android/omnibox/answers_image_bridge.h',
842 'browser/android/omnibox/autocomplete_controller_android.cc', 842 'browser/android/omnibox/autocomplete_controller_android.cc',
843 'browser/android/omnibox/autocomplete_controller_android.h', 843 'browser/android/omnibox/autocomplete_controller_android.h',
844 'browser/android/omnibox/omnibox_prerender.cc', 844 'browser/android/omnibox/omnibox_prerender.cc',
845 'browser/android/omnibox/omnibox_prerender.h', 845 'browser/android/omnibox/omnibox_prerender.h',
846 'browser/android/password_ui_view_android.cc', 846 'browser/android/password_ui_view_android.cc',
847 'browser/android/password_ui_view_android.h', 847 'browser/android/password_ui_view_android.h',
848 'browser/android/popular_sites.cc', 848 'browser/android/popular_sites.cc',
849 'browser/android/popular_sites.h', 849 'browser/android/popular_sites.h',
(...skipping 3388 matching lines...) Expand 10 before | Expand all | Expand 10 after
4238 '../components/components.gyp:rlz', 4238 '../components/components.gyp:rlz',
4239 '../components/components.gyp:search_engines', 4239 '../components/components.gyp:search_engines',
4240 '../rlz/rlz.gyp:rlz_lib', 4240 '../rlz/rlz.gyp:rlz_lib',
4241 'common', 4241 'common',
4242 ], 4242 ],
4243 }, 4243 },
4244 ], 4244 ],
4245 }], 4245 }],
4246 ], 4246 ],
4247 } 4247 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698