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

Side by Side Diff: content/content_renderer.gypi

Issue 1587743002: RenderWidgetCompositor should be decoupled from RenderWidget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed failure: Don't create an OutputSurface when closing Created 4 years, 11 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
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'renderer/gpu/frame_swap_message_queue.cc', 208 'renderer/gpu/frame_swap_message_queue.cc',
209 'renderer/gpu/frame_swap_message_queue.h', 209 'renderer/gpu/frame_swap_message_queue.h',
210 'renderer/gpu/gpu_benchmarking_extension.cc', 210 'renderer/gpu/gpu_benchmarking_extension.cc',
211 'renderer/gpu/gpu_benchmarking_extension.h', 211 'renderer/gpu/gpu_benchmarking_extension.h',
212 'renderer/gpu/mailbox_output_surface.cc', 212 'renderer/gpu/mailbox_output_surface.cc',
213 'renderer/gpu/mailbox_output_surface.h', 213 'renderer/gpu/mailbox_output_surface.h',
214 'renderer/gpu/queue_message_swap_promise.cc', 214 'renderer/gpu/queue_message_swap_promise.cc',
215 'renderer/gpu/queue_message_swap_promise.h', 215 'renderer/gpu/queue_message_swap_promise.h',
216 'renderer/gpu/render_widget_compositor.cc', 216 'renderer/gpu/render_widget_compositor.cc',
217 'renderer/gpu/render_widget_compositor.h', 217 'renderer/gpu/render_widget_compositor.h',
218 'renderer/gpu/render_widget_compositor_delegate.h',
218 'renderer/gpu/stream_texture_host_android.cc', 219 'renderer/gpu/stream_texture_host_android.cc',
219 'renderer/gpu/stream_texture_host_android.h', 220 'renderer/gpu/stream_texture_host_android.h',
220 'renderer/history_controller.cc', 221 'renderer/history_controller.cc',
221 'renderer/history_controller.h', 222 'renderer/history_controller.h',
222 'renderer/history_entry.cc', 223 'renderer/history_entry.cc',
223 'renderer/history_entry.h', 224 'renderer/history_entry.h',
224 'renderer/history_serialization.cc', 225 'renderer/history_serialization.cc',
225 'renderer/history_serialization.h', 226 'renderer/history_serialization.h',
226 'renderer/idle_user_detector.cc', 227 'renderer/idle_user_detector.cc',
227 'renderer/idle_user_detector.h', 228 'renderer/idle_user_detector.h',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 }], 922 }],
922 ], 923 ],
923 'target_conditions': [ 924 'target_conditions': [
924 ['OS=="android"', { 925 ['OS=="android"', {
925 'sources/': [ 926 'sources/': [
926 ['include', '^renderer/render_view_linux\\.cc$'], 927 ['include', '^renderer/render_view_linux\\.cc$'],
927 ], 928 ],
928 }], 929 }],
929 ], 930 ],
930 } 931 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698