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 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1867 'browser/metrics/thread_watcher_report_hang.cc', | 1867 'browser/metrics/thread_watcher_report_hang.cc', |
1868 'browser/metrics/thread_watcher_report_hang.h', | 1868 'browser/metrics/thread_watcher_report_hang.h', |
1869 'browser/metrics/time_ticks_experiment_win.cc', | 1869 'browser/metrics/time_ticks_experiment_win.cc', |
1870 'browser/metrics/time_ticks_experiment_win.h', | 1870 'browser/metrics/time_ticks_experiment_win.h', |
1871 'browser/metrics/variations/chrome_variations_service_client.cc', | 1871 'browser/metrics/variations/chrome_variations_service_client.cc', |
1872 'browser/metrics/variations/chrome_variations_service_client.h', | 1872 'browser/metrics/variations/chrome_variations_service_client.h', |
1873 'browser/metrics/variations/generated_resources_map.h', | 1873 'browser/metrics/variations/generated_resources_map.h', |
1874 'browser/metrics/variations/generated_resources_map_lookup.cc', | 1874 'browser/metrics/variations/generated_resources_map_lookup.cc', |
1875 'browser/metrics/variations/variations_registry_syncer_win.cc', | 1875 'browser/metrics/variations/variations_registry_syncer_win.cc', |
1876 'browser/metrics/variations/variations_registry_syncer_win.h', | 1876 'browser/metrics/variations/variations_registry_syncer_win.h', |
1877 'browser/metrics/variations/variations_seed_store.cc', | |
1878 'browser/metrics/variations/variations_seed_store.h', | |
1879 'browser/metrics/variations/variations_service.cc', | 1877 'browser/metrics/variations/variations_service.cc', |
1880 'browser/metrics/variations/variations_service.h', | 1878 'browser/metrics/variations/variations_service.h', |
1881 ], | 1879 ], |
1882 'chrome_browser_nacl_sources': [ | 1880 'chrome_browser_nacl_sources': [ |
1883 'browser/nacl_host/nacl_browser_delegate_impl.cc', | 1881 'browser/nacl_host/nacl_browser_delegate_impl.cc', |
1884 'browser/nacl_host/nacl_browser_delegate_impl.h', | 1882 'browser/nacl_host/nacl_browser_delegate_impl.h', |
1885 'browser/nacl_host/nacl_infobar_delegate.cc', | 1883 'browser/nacl_host/nacl_infobar_delegate.cc', |
1886 'browser/nacl_host/nacl_infobar_delegate.h', | 1884 'browser/nacl_host/nacl_infobar_delegate.h', |
1887 ], | 1885 ], |
1888 'chrome_browser_net_sources': [ | 1886 'chrome_browser_net_sources': [ |
(...skipping 2219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4108 '../components/components.gyp:omnibox_browser', | 4106 '../components/components.gyp:omnibox_browser', |
4109 '../components/components.gyp:rlz', | 4107 '../components/components.gyp:rlz', |
4110 '../components/components.gyp:search_engines', | 4108 '../components/components.gyp:search_engines', |
4111 '../rlz/rlz.gyp:rlz_lib', | 4109 '../rlz/rlz.gyp:rlz_lib', |
4112 ], | 4110 ], |
4113 }, | 4111 }, |
4114 ], | 4112 ], |
4115 }], | 4113 }], |
4116 ], | 4114 ], |
4117 } | 4115 } |
OLD | NEW |