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