| OLD | NEW |
| 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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 'browser/android/metrics/uma_session_stats.cc', | 863 'browser/android/metrics/uma_session_stats.cc', |
| 864 'browser/android/metrics/uma_session_stats.h', | 864 'browser/android/metrics/uma_session_stats.h', |
| 865 'browser/android/metrics/uma_utils.cc', | 865 'browser/android/metrics/uma_utils.cc', |
| 866 'browser/android/metrics/uma_utils.h', | 866 'browser/android/metrics/uma_utils.h', |
| 867 'browser/android/metrics/variations_session.cc', | 867 'browser/android/metrics/variations_session.cc', |
| 868 'browser/android/metrics/variations_session.h', | 868 'browser/android/metrics/variations_session.h', |
| 869 'browser/android/mojo/chrome_service_registrar_android.cc', | 869 'browser/android/mojo/chrome_service_registrar_android.cc', |
| 870 'browser/android/mojo/chrome_service_registrar_android.h', | 870 'browser/android/mojo/chrome_service_registrar_android.h', |
| 871 'browser/android/net/external_estimate_provider_android.cc', | 871 'browser/android/net/external_estimate_provider_android.cc', |
| 872 'browser/android/net/external_estimate_provider_android.h', | 872 'browser/android/net/external_estimate_provider_android.h', |
| 873 'browser/android/ntp/most_visited_sites.cc', | |
| 874 'browser/android/ntp/most_visited_sites.h', | |
| 875 'browser/android/ntp/most_visited_sites_bridge.cc', | 873 'browser/android/ntp/most_visited_sites_bridge.cc', |
| 876 'browser/android/ntp/most_visited_sites_bridge.h', | 874 'browser/android/ntp/most_visited_sites_bridge.h', |
| 877 'browser/android/ntp/new_tab_page_prefs.cc', | 875 'browser/android/ntp/new_tab_page_prefs.cc', |
| 878 'browser/android/ntp/new_tab_page_prefs.h', | 876 'browser/android/ntp/new_tab_page_prefs.h', |
| 879 'browser/android/ntp/new_tab_page_url_handler.cc', | 877 'browser/android/ntp/new_tab_page_url_handler.cc', |
| 880 'browser/android/ntp/new_tab_page_url_handler.h', | 878 'browser/android/ntp/new_tab_page_url_handler.h', |
| 881 'browser/android/ntp/ntp_snippets_bridge.cc', | 879 'browser/android/ntp/ntp_snippets_bridge.cc', |
| 882 'browser/android/ntp/ntp_snippets_bridge.h', | 880 'browser/android/ntp/ntp_snippets_bridge.h', |
| 883 'browser/android/ntp/ntp_snippets_launcher.cc', | 881 'browser/android/ntp/ntp_snippets_launcher.cc', |
| 884 'browser/android/ntp/ntp_snippets_launcher.h', | 882 'browser/android/ntp/ntp_snippets_launcher.h', |
| (...skipping 3372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4257 '../components/components.gyp:rlz', | 4255 '../components/components.gyp:rlz', |
| 4258 '../components/components.gyp:search_engines', | 4256 '../components/components.gyp:search_engines', |
| 4259 '../rlz/rlz.gyp:rlz_lib', | 4257 '../rlz/rlz.gyp:rlz_lib', |
| 4260 'common', | 4258 'common', |
| 4261 ], | 4259 ], |
| 4262 }, | 4260 }, |
| 4263 ], | 4261 ], |
| 4264 }], | 4262 }], |
| 4265 ], | 4263 ], |
| 4266 } | 4264 } |
| OLD | NEW |