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 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1852 'browser/metrics/thread_watcher_report_hang.cc', | 1852 'browser/metrics/thread_watcher_report_hang.cc', |
1853 'browser/metrics/thread_watcher_report_hang.h', | 1853 'browser/metrics/thread_watcher_report_hang.h', |
1854 'browser/metrics/time_ticks_experiment_win.cc', | 1854 'browser/metrics/time_ticks_experiment_win.cc', |
1855 'browser/metrics/time_ticks_experiment_win.h', | 1855 'browser/metrics/time_ticks_experiment_win.h', |
1856 'browser/metrics/variations/generated_resources_map.h', | 1856 'browser/metrics/variations/generated_resources_map.h', |
1857 'browser/metrics/variations/generated_resources_map_lookup.cc', | 1857 'browser/metrics/variations/generated_resources_map_lookup.cc', |
1858 'browser/metrics/variations/variations_registry_syncer_win.cc', | 1858 'browser/metrics/variations/variations_registry_syncer_win.cc', |
1859 'browser/metrics/variations/variations_registry_syncer_win.h', | 1859 'browser/metrics/variations/variations_registry_syncer_win.h', |
1860 'browser/metrics/variations/variations_request_scheduler.cc', | 1860 'browser/metrics/variations/variations_request_scheduler.cc', |
1861 'browser/metrics/variations/variations_request_scheduler.h', | 1861 'browser/metrics/variations/variations_request_scheduler.h', |
1862 'browser/metrics/variations/variations_seed_store.cc', | |
1863 'browser/metrics/variations/variations_seed_store.h', | |
1864 'browser/metrics/variations/variations_service.cc', | 1862 'browser/metrics/variations/variations_service.cc', |
1865 'browser/metrics/variations/variations_service.h', | 1863 'browser/metrics/variations/variations_service.h', |
1866 ], | 1864 ], |
1867 'chrome_browser_nacl_sources': [ | 1865 'chrome_browser_nacl_sources': [ |
1868 'browser/nacl_host/nacl_browser_delegate_impl.cc', | 1866 'browser/nacl_host/nacl_browser_delegate_impl.cc', |
1869 'browser/nacl_host/nacl_browser_delegate_impl.h', | 1867 'browser/nacl_host/nacl_browser_delegate_impl.h', |
1870 'browser/nacl_host/nacl_infobar_delegate.cc', | 1868 'browser/nacl_host/nacl_infobar_delegate.cc', |
1871 'browser/nacl_host/nacl_infobar_delegate.h', | 1869 'browser/nacl_host/nacl_infobar_delegate.h', |
1872 ], | 1870 ], |
1873 'chrome_browser_net_sources': [ | 1871 'chrome_browser_net_sources': [ |
(...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4120 '../components/components.gyp:omnibox_browser', | 4118 '../components/components.gyp:omnibox_browser', |
4121 '../components/components.gyp:rlz', | 4119 '../components/components.gyp:rlz', |
4122 '../components/components.gyp:search_engines', | 4120 '../components/components.gyp:search_engines', |
4123 '../rlz/rlz.gyp:rlz_lib', | 4121 '../rlz/rlz.gyp:rlz_lib', |
4124 ], | 4122 ], |
4125 }, | 4123 }, |
4126 ], | 4124 ], |
4127 }], | 4125 }], |
4128 ], | 4126 ], |
4129 } | 4127 } |
OLD | NEW |