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

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: new infobar text per UI review 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/android/tab_web_contents_delegate_android.cc ('k') | components/infobars/core/infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698