| 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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 873 'browser/android/metrics/uma_session_stats.cc', | 873 'browser/android/metrics/uma_session_stats.cc', |
| 874 'browser/android/metrics/uma_session_stats.h', | 874 'browser/android/metrics/uma_session_stats.h', |
| 875 'browser/android/metrics/uma_utils.cc', | 875 'browser/android/metrics/uma_utils.cc', |
| 876 'browser/android/metrics/uma_utils.h', | 876 'browser/android/metrics/uma_utils.h', |
| 877 'browser/android/metrics/variations_session.cc', | 877 'browser/android/metrics/variations_session.cc', |
| 878 'browser/android/metrics/variations_session.h', | 878 'browser/android/metrics/variations_session.h', |
| 879 'browser/android/mojo/chrome_service_registrar_android.cc', | 879 'browser/android/mojo/chrome_service_registrar_android.cc', |
| 880 'browser/android/mojo/chrome_service_registrar_android.h', | 880 'browser/android/mojo/chrome_service_registrar_android.h', |
| 881 'browser/android/net/external_estimate_provider_android.cc', | 881 'browser/android/net/external_estimate_provider_android.cc', |
| 882 'browser/android/net/external_estimate_provider_android.h', | 882 'browser/android/net/external_estimate_provider_android.h', |
| 883 'browser/android/ntp/most_visited_sites.cc', | |
| 884 'browser/android/ntp/most_visited_sites.h', | |
| 885 'browser/android/ntp/most_visited_sites_bridge.cc', | 883 'browser/android/ntp/most_visited_sites_bridge.cc', |
| 886 'browser/android/ntp/most_visited_sites_bridge.h', | 884 'browser/android/ntp/most_visited_sites_bridge.h', |
| 887 'browser/android/ntp/new_tab_page_prefs.cc', | 885 'browser/android/ntp/new_tab_page_prefs.cc', |
| 888 'browser/android/ntp/new_tab_page_prefs.h', | 886 'browser/android/ntp/new_tab_page_prefs.h', |
| 889 'browser/android/ntp/new_tab_page_url_handler.cc', | 887 'browser/android/ntp/new_tab_page_url_handler.cc', |
| 890 'browser/android/ntp/new_tab_page_url_handler.h', | 888 'browser/android/ntp/new_tab_page_url_handler.h', |
| 891 'browser/android/ntp/ntp_snippets_bridge.cc', | 889 'browser/android/ntp/ntp_snippets_bridge.cc', |
| 892 'browser/android/ntp/ntp_snippets_bridge.h', | 890 'browser/android/ntp/ntp_snippets_bridge.h', |
| 893 'browser/android/ntp/ntp_snippets_launcher.cc', | 891 'browser/android/ntp/ntp_snippets_launcher.cc', |
| 894 'browser/android/ntp/ntp_snippets_launcher.h', | 892 'browser/android/ntp/ntp_snippets_launcher.h', |
| (...skipping 3380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4275 '../components/components.gyp:rlz', | 4273 '../components/components.gyp:rlz', |
| 4276 '../components/components.gyp:search_engines', | 4274 '../components/components.gyp:search_engines', |
| 4277 '../rlz/rlz.gyp:rlz_lib', | 4275 '../rlz/rlz.gyp:rlz_lib', |
| 4278 'common', | 4276 'common', |
| 4279 ], | 4277 ], |
| 4280 }, | 4278 }, |
| 4281 ], | 4279 ], |
| 4282 }], | 4280 }], |
| 4283 ], | 4281 ], |
| 4284 } | 4282 } |
| OLD | NEW |