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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1299513002: [Android] Add support for a hung renderer dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 5 years, 3 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'browser/android/history_report/historic_visits_migration_task.cc', 149 'browser/android/history_report/historic_visits_migration_task.cc',
150 'browser/android/history_report/historic_visits_migration_task.h', 150 'browser/android/history_report/historic_visits_migration_task.h',
151 'browser/android/history_report/history_report_jni_bridge.cc', 151 'browser/android/history_report/history_report_jni_bridge.cc',
152 'browser/android/history_report/history_report_jni_bridge.h', 152 'browser/android/history_report/history_report_jni_bridge.h',
153 'browser/android/history_report/usage_report_util.cc', 153 'browser/android/history_report/usage_report_util.cc',
154 'browser/android/history_report/usage_report_util.h', 154 'browser/android/history_report/usage_report_util.h',
155 'browser/android/history_report/usage_reports_buffer_backend.cc', 155 'browser/android/history_report/usage_reports_buffer_backend.cc',
156 'browser/android/history_report/usage_reports_buffer_backend.h', 156 'browser/android/history_report/usage_reports_buffer_backend.h',
157 'browser/android/history_report/usage_reports_buffer_service.cc', 157 'browser/android/history_report/usage_reports_buffer_service.cc',
158 'browser/android/history_report/usage_reports_buffer_service.h', 158 'browser/android/history_report/usage_reports_buffer_service.h',
159 'browser/android/hung_renderer_infobar_delegate.cc',
160 'browser/android/hung_renderer_infobar_delegate.h',
159 'browser/android/intent_helper.cc', 161 'browser/android/intent_helper.cc',
160 'browser/android/intent_helper.h', 162 'browser/android/intent_helper.h',
161 'browser/android/intercept_download_resource_throttle.cc', 163 'browser/android/intercept_download_resource_throttle.cc',
162 'browser/android/intercept_download_resource_throttle.h', 164 'browser/android/intercept_download_resource_throttle.h',
163 'browser/android/java_exception_reporter.cc', 165 'browser/android/java_exception_reporter.cc',
164 'browser/android/java_exception_reporter.h', 166 'browser/android/java_exception_reporter.h',
165 'browser/android/large_icon_bridge.cc', 167 'browser/android/large_icon_bridge.cc',
166 'browser/android/large_icon_bridge.h', 168 'browser/android/large_icon_bridge.h',
167 'browser/android/location_settings.h', 169 'browser/android/location_settings.h',
168 'browser/android/location_settings_impl.cc', 170 'browser/android/location_settings_impl.cc',
(...skipping 3946 matching lines...) Expand 10 before | Expand all | Expand 10 after
4115 '../components/components.gyp:omnibox_browser', 4117 '../components/components.gyp:omnibox_browser',
4116 '../components/components.gyp:rlz', 4118 '../components/components.gyp:rlz',
4117 '../components/components.gyp:search_engines', 4119 '../components/components.gyp:search_engines',
4118 '../rlz/rlz.gyp:rlz_lib', 4120 '../rlz/rlz.gyp:rlz_lib',
4119 ], 4121 ],
4120 }, 4122 },
4121 ], 4123 ],
4122 }], 4124 }],
4123 ], 4125 ],
4124 } 4126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698