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

Side by Side Diff: content/content_browser.gypi

Issue 1769913003: sync compositor: Add output_surface_id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 (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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/mime_util/mime_util.gyp:mime_util', 10 '../components/mime_util/mime_util.gyp:mime_util',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'public/browser/android/browser_media_player_manager_register.h', 98 'public/browser/android/browser_media_player_manager_register.h',
99 'public/browser/android/compositor.h', 99 'public/browser/android/compositor.h',
100 'public/browser/android/compositor_client.h', 100 'public/browser/android/compositor_client.h',
101 'public/browser/android/content_protocol_handler.h', 101 'public/browser/android/content_protocol_handler.h',
102 'public/browser/android/content_view_core.h', 102 'public/browser/android/content_view_core.h',
103 'public/browser/android/content_view_layer_renderer.h', 103 'public/browser/android/content_view_layer_renderer.h',
104 'public/browser/android/devtools_auth.h', 104 'public/browser/android/devtools_auth.h',
105 'public/browser/android/download_controller_android.cc', 105 'public/browser/android/download_controller_android.cc',
106 'public/browser/android/download_controller_android.h', 106 'public/browser/android/download_controller_android.h',
107 'public/browser/android/external_video_surface_container.h', 107 'public/browser/android/external_video_surface_container.h',
108 'public/browser/android/synchronous_compositor.cc',
108 'public/browser/android/synchronous_compositor.h', 109 'public/browser/android/synchronous_compositor.h',
109 'public/browser/android/synchronous_compositor_client.h', 110 'public/browser/android/synchronous_compositor_client.h',
110 'public/browser/appcache_service.h', 111 'public/browser/appcache_service.h',
111 'public/browser/ax_event_notification_details.cc', 112 'public/browser/ax_event_notification_details.cc',
112 'public/browser/ax_event_notification_details.h', 113 'public/browser/ax_event_notification_details.h',
113 'public/browser/background_sync_context.h', 114 'public/browser/background_sync_context.h',
114 'public/browser/background_sync_controller.h', 115 'public/browser/background_sync_controller.h',
115 'public/browser/background_sync_parameters.cc', 116 'public/browser/background_sync_parameters.cc',
116 'public/browser/background_sync_parameters.h', 117 'public/browser/background_sync_parameters.h',
117 'public/browser/background_tracing_config.cc', 118 'public/browser/background_tracing_config.cc',
(...skipping 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
2210 ['enable_webvr==1 and OS=="android"', { 2211 ['enable_webvr==1 and OS=="android"', {
2211 'sources': [ 2212 'sources': [
2212 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2213 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2213 'browser/vr/android/cardboard/cardboard_vr_device.h', 2214 'browser/vr/android/cardboard/cardboard_vr_device.h',
2214 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2215 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2215 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2216 ], 2217 ],
2217 }], 2218 }],
2218 ], 2219 ],
2219 } 2220 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698