| 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 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2120 'browser/metrics/thread_watcher_android.cc', | 2120 'browser/metrics/thread_watcher_android.cc', |
| 2121 'browser/metrics/thread_watcher_android.h', | 2121 'browser/metrics/thread_watcher_android.h', |
| 2122 'browser/metrics/thread_watcher_report_hang.cc', | 2122 'browser/metrics/thread_watcher_report_hang.cc', |
| 2123 'browser/metrics/thread_watcher_report_hang.h', | 2123 'browser/metrics/thread_watcher_report_hang.h', |
| 2124 'browser/metrics/time_ticks_experiment_win.cc', | 2124 'browser/metrics/time_ticks_experiment_win.cc', |
| 2125 'browser/metrics/time_ticks_experiment_win.h', | 2125 'browser/metrics/time_ticks_experiment_win.h', |
| 2126 'browser/metrics/variations/chrome_variations_service_client.cc', | 2126 'browser/metrics/variations/chrome_variations_service_client.cc', |
| 2127 'browser/metrics/variations/chrome_variations_service_client.h', | 2127 'browser/metrics/variations/chrome_variations_service_client.h', |
| 2128 'browser/metrics/variations/variations_registry_syncer_win.cc', | 2128 'browser/metrics/variations/variations_registry_syncer_win.cc', |
| 2129 'browser/metrics/variations/variations_registry_syncer_win.h', | 2129 'browser/metrics/variations/variations_registry_syncer_win.h', |
| 2130 'browser/metrics/desktop_engagement_service.cc', |
| 2131 'browser/metrics/desktop_engagement_service.h', |
| 2130 ], | 2132 ], |
| 2131 'chrome_browser_nacl_sources': [ | 2133 'chrome_browser_nacl_sources': [ |
| 2132 'browser/nacl_host/nacl_browser_delegate_impl.cc', | 2134 'browser/nacl_host/nacl_browser_delegate_impl.cc', |
| 2133 'browser/nacl_host/nacl_browser_delegate_impl.h', | 2135 'browser/nacl_host/nacl_browser_delegate_impl.h', |
| 2134 'browser/nacl_host/nacl_infobar_delegate.cc', | 2136 'browser/nacl_host/nacl_infobar_delegate.cc', |
| 2135 'browser/nacl_host/nacl_infobar_delegate.h', | 2137 'browser/nacl_host/nacl_infobar_delegate.h', |
| 2136 ], | 2138 ], |
| 2137 'chrome_browser_net_sources': [ | 2139 'chrome_browser_net_sources': [ |
| 2138 'browser/net/async_dns_field_trial.cc', | 2140 'browser/net/async_dns_field_trial.cc', |
| 2139 'browser/net/async_dns_field_trial.h', | 2141 'browser/net/async_dns_field_trial.h', |
| (...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4294 '../components/components.gyp:rlz', | 4296 '../components/components.gyp:rlz', |
| 4295 '../components/components.gyp:search_engines', | 4297 '../components/components.gyp:search_engines', |
| 4296 '../rlz/rlz.gyp:rlz_lib', | 4298 '../rlz/rlz.gyp:rlz_lib', |
| 4297 'common', | 4299 'common', |
| 4298 ], | 4300 ], |
| 4299 }, | 4301 }, |
| 4300 ], | 4302 ], |
| 4301 }], | 4303 }], |
| 4302 ], | 4304 ], |
| 4303 } | 4305 } |
| OLD | NEW |