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

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: fix nit in test 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/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'public/browser/android/browser_media_player_manager_register.h', 99 'public/browser/android/browser_media_player_manager_register.h',
100 'public/browser/android/compositor.h', 100 'public/browser/android/compositor.h',
101 'public/browser/android/compositor_client.h', 101 'public/browser/android/compositor_client.h',
102 'public/browser/android/content_protocol_handler.h', 102 'public/browser/android/content_protocol_handler.h',
103 'public/browser/android/content_view_core.h', 103 'public/browser/android/content_view_core.h',
104 'public/browser/android/content_view_layer_renderer.h', 104 'public/browser/android/content_view_layer_renderer.h',
105 'public/browser/android/devtools_auth.h', 105 'public/browser/android/devtools_auth.h',
106 'public/browser/android/download_controller_android.cc', 106 'public/browser/android/download_controller_android.cc',
107 'public/browser/android/download_controller_android.h', 107 'public/browser/android/download_controller_android.h',
108 'public/browser/android/external_video_surface_container.h', 108 'public/browser/android/external_video_surface_container.h',
109 'public/browser/android/synchronous_compositor.cc',
109 'public/browser/android/synchronous_compositor.h', 110 'public/browser/android/synchronous_compositor.h',
110 'public/browser/android/synchronous_compositor_client.h', 111 'public/browser/android/synchronous_compositor_client.h',
111 'public/browser/appcache_service.h', 112 'public/browser/appcache_service.h',
112 'public/browser/ax_event_notification_details.cc', 113 'public/browser/ax_event_notification_details.cc',
113 'public/browser/ax_event_notification_details.h', 114 'public/browser/ax_event_notification_details.h',
114 'public/browser/background_sync_context.h', 115 'public/browser/background_sync_context.h',
115 'public/browser/background_sync_controller.h', 116 'public/browser/background_sync_controller.h',
116 'public/browser/background_sync_parameters.cc', 117 'public/browser/background_sync_parameters.cc',
117 'public/browser/background_sync_parameters.h', 118 'public/browser/background_sync_parameters.h',
118 'public/browser/background_tracing_config.cc', 119 'public/browser/background_tracing_config.cc',
(...skipping 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 ['enable_webvr==1 and OS=="android"', { 2212 ['enable_webvr==1 and OS=="android"', {
2212 'sources': [ 2213 'sources': [
2213 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2214 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2214 'browser/vr/android/cardboard/cardboard_vr_device.h', 2215 'browser/vr/android/cardboard/cardboard_vr_device.h',
2215 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2217 ], 2218 ],
2218 }], 2219 }],
2219 ], 2220 ],
2220 } 2221 }
OLDNEW
« no previous file with comments | « content/common/android/sync_compositor_messages.cc ('k') | content/public/browser/android/synchronous_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698