| 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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/ntp_snippets_bridge.cc', | 834 'browser/android/ntp/ntp_snippets_bridge.cc', |
| 835 'browser/android/ntp/ntp_snippets_bridge.h', | 835 'browser/android/ntp/ntp_snippets_bridge.h', |
| 836 'browser/android/ntp/ntp_snippets_controller.cc', | 836 'browser/android/ntp/ntp_snippets_controller.cc', |
| 837 'browser/android/ntp/ntp_snippets_controller.h', | 837 'browser/android/ntp/ntp_snippets_controller.h', |
| 838 'browser/android/ntp/ntp_snippets_launcher.cc', | 838 'browser/android/ntp/ntp_snippets_launcher.cc', |
| 839 'browser/android/ntp/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', |
| (...skipping 3394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |