Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1372203002: Throttle media decoding after excessive Android media server crashes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698