| 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 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1855 'browser/metrics/signin_status_metrics_provider_chromeos.cc', | 1855 'browser/metrics/signin_status_metrics_provider_chromeos.cc', |
| 1856 'browser/metrics/signin_status_metrics_provider_chromeos.h', | 1856 'browser/metrics/signin_status_metrics_provider_chromeos.h', |
| 1857 'browser/metrics/thread_watcher.cc', | 1857 'browser/metrics/thread_watcher.cc', |
| 1858 'browser/metrics/thread_watcher.h', | 1858 'browser/metrics/thread_watcher.h', |
| 1859 'browser/metrics/thread_watcher_android.cc', | 1859 'browser/metrics/thread_watcher_android.cc', |
| 1860 'browser/metrics/thread_watcher_android.h', | 1860 'browser/metrics/thread_watcher_android.h', |
| 1861 'browser/metrics/thread_watcher_report_hang.cc', | 1861 'browser/metrics/thread_watcher_report_hang.cc', |
| 1862 'browser/metrics/thread_watcher_report_hang.h', | 1862 'browser/metrics/thread_watcher_report_hang.h', |
| 1863 'browser/metrics/time_ticks_experiment_win.cc', | 1863 'browser/metrics/time_ticks_experiment_win.cc', |
| 1864 'browser/metrics/time_ticks_experiment_win.h', | 1864 'browser/metrics/time_ticks_experiment_win.h', |
| 1865 'browser/metrics/variations/chrome_variations_service_client.cc', |
| 1866 'browser/metrics/variations/chrome_variations_service_client.h', |
| 1865 'browser/metrics/variations/generated_resources_map.h', | 1867 'browser/metrics/variations/generated_resources_map.h', |
| 1866 'browser/metrics/variations/generated_resources_map_lookup.cc', | 1868 'browser/metrics/variations/generated_resources_map_lookup.cc', |
| 1867 'browser/metrics/variations/variations_registry_syncer_win.cc', | 1869 'browser/metrics/variations/variations_registry_syncer_win.cc', |
| 1868 'browser/metrics/variations/variations_registry_syncer_win.h', | 1870 'browser/metrics/variations/variations_registry_syncer_win.h', |
| 1869 'browser/metrics/variations/variations_request_scheduler.cc', | 1871 'browser/metrics/variations/variations_request_scheduler.cc', |
| 1870 'browser/metrics/variations/variations_request_scheduler.h', | 1872 'browser/metrics/variations/variations_request_scheduler.h', |
| 1871 'browser/metrics/variations/variations_seed_store.cc', | 1873 'browser/metrics/variations/variations_seed_store.cc', |
| 1872 'browser/metrics/variations/variations_seed_store.h', | 1874 'browser/metrics/variations/variations_seed_store.h', |
| 1873 'browser/metrics/variations/variations_service.cc', | 1875 'browser/metrics/variations/variations_service.cc', |
| 1874 'browser/metrics/variations/variations_service.h', | 1876 'browser/metrics/variations/variations_service.h', |
| (...skipping 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4079 '../components/components.gyp:omnibox_browser', | 4081 '../components/components.gyp:omnibox_browser', |
| 4080 '../components/components.gyp:rlz', | 4082 '../components/components.gyp:rlz', |
| 4081 '../components/components.gyp:search_engines', | 4083 '../components/components.gyp:search_engines', |
| 4082 '../rlz/rlz.gyp:rlz_lib', | 4084 '../rlz/rlz.gyp:rlz_lib', |
| 4083 ], | 4085 ], |
| 4084 }, | 4086 }, |
| 4085 ], | 4087 ], |
| 4086 }], | 4088 }], |
| 4087 ], | 4089 ], |
| 4088 } | 4090 } |
| OLD | NEW |