| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'browser/android/java_exception_reporter.h', | 162 'browser/android/java_exception_reporter.h', |
| 163 'browser/android/large_icon_bridge.cc', | 163 'browser/android/large_icon_bridge.cc', |
| 164 'browser/android/large_icon_bridge.h', | 164 'browser/android/large_icon_bridge.h', |
| 165 'browser/android/location_settings.h', | 165 'browser/android/location_settings.h', |
| 166 'browser/android/location_settings_impl.cc', | 166 'browser/android/location_settings_impl.cc', |
| 167 'browser/android/location_settings_impl.h', | 167 'browser/android/location_settings_impl.h', |
| 168 'browser/android/logo_bridge.cc', | 168 'browser/android/logo_bridge.cc', |
| 169 'browser/android/logo_bridge.h', | 169 'browser/android/logo_bridge.h', |
| 170 'browser/android/logo_service.cc', | 170 'browser/android/logo_service.cc', |
| 171 'browser/android/logo_service.h', | 171 'browser/android/logo_service.h', |
| 172 'browser/android/media/media_throttle_infobar_delegate.cc', |
| 173 'browser/android/media/media_throttle_infobar_delegate.h', |
| 172 'browser/android/metrics/launch_metrics.cc', | 174 'browser/android/metrics/launch_metrics.cc', |
| 173 'browser/android/metrics/launch_metrics.h', | 175 'browser/android/metrics/launch_metrics.h', |
| 174 'browser/android/metrics/uma_session_stats.cc', | 176 'browser/android/metrics/uma_session_stats.cc', |
| 175 'browser/android/metrics/uma_session_stats.h', | 177 'browser/android/metrics/uma_session_stats.h', |
| 176 'browser/android/metrics/uma_utils.cc', | 178 'browser/android/metrics/uma_utils.cc', |
| 177 'browser/android/metrics/uma_utils.h', | 179 'browser/android/metrics/uma_utils.h', |
| 178 'browser/android/metrics/variations_session.cc', | 180 'browser/android/metrics/variations_session.cc', |
| 179 'browser/android/metrics/variations_session.h', | 181 'browser/android/metrics/variations_session.h', |
| 180 'browser/android/most_visited_sites.cc', | 182 'browser/android/most_visited_sites.cc', |
| 181 'browser/android/most_visited_sites.h', | 183 'browser/android/most_visited_sites.h', |
| (...skipping 3938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4120 '../components/components.gyp:omnibox_browser', | 4122 '../components/components.gyp:omnibox_browser', |
| 4121 '../components/components.gyp:rlz', | 4123 '../components/components.gyp:rlz', |
| 4122 '../components/components.gyp:search_engines', | 4124 '../components/components.gyp:search_engines', |
| 4123 '../rlz/rlz.gyp:rlz_lib', | 4125 '../rlz/rlz.gyp:rlz_lib', |
| 4124 ], | 4126 ], |
| 4125 }, | 4127 }, |
| 4126 ], | 4128 ], |
| 4127 }], | 4129 }], |
| 4128 ], | 4130 ], |
| 4129 } | 4131 } |
| OLD | NEW |