| 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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 'browser/android/metrics/uma_session_stats.cc', | 897 'browser/android/metrics/uma_session_stats.cc', |
| 898 'browser/android/metrics/uma_session_stats.h', | 898 'browser/android/metrics/uma_session_stats.h', |
| 899 'browser/android/metrics/uma_utils.cc', | 899 'browser/android/metrics/uma_utils.cc', |
| 900 'browser/android/metrics/uma_utils.h', | 900 'browser/android/metrics/uma_utils.h', |
| 901 'browser/android/metrics/variations_session.cc', | 901 'browser/android/metrics/variations_session.cc', |
| 902 'browser/android/metrics/variations_session.h', | 902 'browser/android/metrics/variations_session.h', |
| 903 'browser/android/mojo/chrome_service_registrar_android.cc', | 903 'browser/android/mojo/chrome_service_registrar_android.cc', |
| 904 'browser/android/mojo/chrome_service_registrar_android.h', | 904 'browser/android/mojo/chrome_service_registrar_android.h', |
| 905 'browser/android/net/external_estimate_provider_android.cc', | 905 'browser/android/net/external_estimate_provider_android.cc', |
| 906 'browser/android/net/external_estimate_provider_android.h', | 906 'browser/android/net/external_estimate_provider_android.h', |
| 907 'browser/android/ntp/bookmark_suggestions_provider_factory.cc', |
| 908 'browser/android/ntp/bookmark_suggestions_provider_factory.h', |
| 907 'browser/android/ntp/most_visited_sites_bridge.cc', | 909 'browser/android/ntp/most_visited_sites_bridge.cc', |
| 908 'browser/android/ntp/most_visited_sites_bridge.h', | 910 'browser/android/ntp/most_visited_sites_bridge.h', |
| 909 'browser/android/ntp/new_tab_page_prefs.cc', | 911 'browser/android/ntp/new_tab_page_prefs.cc', |
| 910 'browser/android/ntp/new_tab_page_prefs.h', | 912 'browser/android/ntp/new_tab_page_prefs.h', |
| 911 'browser/android/ntp/new_tab_page_url_handler.cc', | 913 'browser/android/ntp/new_tab_page_url_handler.cc', |
| 912 'browser/android/ntp/new_tab_page_url_handler.h', | 914 'browser/android/ntp/new_tab_page_url_handler.h', |
| 913 'browser/android/ntp/ntp_snippets_bridge.cc', | 915 'browser/android/ntp/ntp_snippets_bridge.cc', |
| 914 'browser/android/ntp/ntp_snippets_bridge.h', | 916 'browser/android/ntp/ntp_snippets_bridge.h', |
| 915 'browser/android/ntp/ntp_snippets_launcher.cc', | 917 'browser/android/ntp/ntp_snippets_launcher.cc', |
| 916 'browser/android/ntp/ntp_snippets_launcher.h', | 918 'browser/android/ntp/ntp_snippets_launcher.h', |
| (...skipping 3433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4350 '../components/components.gyp:rlz', | 4352 '../components/components.gyp:rlz', |
| 4351 '../components/components.gyp:search_engines', | 4353 '../components/components.gyp:search_engines', |
| 4352 '../rlz/rlz.gyp:rlz_lib', | 4354 '../rlz/rlz.gyp:rlz_lib', |
| 4353 'common', | 4355 'common', |
| 4354 ], | 4356 ], |
| 4355 }, | 4357 }, |
| 4356 ], | 4358 ], |
| 4357 }], | 4359 }], |
| 4358 ], | 4360 ], |
| 4359 } | 4361 } |
| OLD | NEW |