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

Side by Side Diff: content/content_browser.gypi

Issue 593503003: Support error handling for Surface readbacks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatted code and fixed build issue in test. Created 6 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'public/browser/pepper_flash_settings_helper.h', 165 'public/browser/pepper_flash_settings_helper.h',
166 'public/browser/permission_type.h', 166 'public/browser/permission_type.h',
167 'public/browser/plugin_data_remover.h', 167 'public/browser/plugin_data_remover.h',
168 'public/browser/plugin_service.h', 168 'public/browser/plugin_service.h',
169 'public/browser/plugin_service_filter.h', 169 'public/browser/plugin_service_filter.h',
170 'public/browser/power_save_blocker.h', 170 'public/browser/power_save_blocker.h',
171 'public/browser/profiler_controller.h', 171 'public/browser/profiler_controller.h',
172 'public/browser/profiler_subscriber.h', 172 'public/browser/profiler_subscriber.h',
173 'public/browser/push_messaging_service.h', 173 'public/browser/push_messaging_service.h',
174 'public/browser/quota_permission_context.h', 174 'public/browser/quota_permission_context.h',
175 'public/browser/readback_types.h',
175 'public/browser/render_frame_host.h', 176 'public/browser/render_frame_host.h',
176 'public/browser/render_process_host.h', 177 'public/browser/render_process_host.h',
177 'public/browser/render_process_host_factory.h', 178 'public/browser/render_process_host_factory.h',
178 'public/browser/render_process_host_observer.h', 179 'public/browser/render_process_host_observer.h',
179 'public/browser/render_view_host.h', 180 'public/browser/render_view_host.h',
180 'public/browser/render_widget_host.h', 181 'public/browser/render_widget_host.h',
181 'public/browser/render_widget_host_view.h', 182 'public/browser/render_widget_host_view.h',
182 'public/browser/render_widget_host_view_frame_subscriber.h', 183 'public/browser/render_widget_host_view_frame_subscriber.h',
183 'public/browser/render_widget_host_view_mac_delegate.h', 184 'public/browser/render_widget_host_view_mac_delegate.h',
184 'public/browser/resource_context.h', 185 'public/browser/resource_context.h',
(...skipping 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'sources': [ 1928 'sources': [
1928 'browser/media/cdm/browser_cdm_manager.cc', 1929 'browser/media/cdm/browser_cdm_manager.cc',
1929 'browser/media/cdm/browser_cdm_manager.h', 1930 'browser/media/cdm/browser_cdm_manager.h',
1930 # This works on Android because enable_browser_cdms==1 on Android. 1931 # This works on Android because enable_browser_cdms==1 on Android.
1931 'browser/media/media_web_contents_observer.cc', 1932 'browser/media/media_web_contents_observer.cc',
1932 'browser/media/media_web_contents_observer.h', 1933 'browser/media/media_web_contents_observer.h',
1933 ], 1934 ],
1934 }], 1935 }],
1935 ], 1936 ],
1936 } 1937 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698