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

Side by Side Diff: content/content_renderer.gypi

Issue 10798006: Implement WebCompositorOutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/gpu/compositor_output_surface.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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_host', 9 '../ppapi/ppapi_internal.gyp:ppapi_host',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'renderer/dom_storage/webstoragearea_impl.cc', 73 'renderer/dom_storage/webstoragearea_impl.cc',
74 'renderer/dom_storage/webstoragearea_impl.h', 74 'renderer/dom_storage/webstoragearea_impl.h',
75 'renderer/dom_storage/webstoragenamespace_impl.cc', 75 'renderer/dom_storage/webstoragenamespace_impl.cc',
76 'renderer/dom_storage/webstoragenamespace_impl.h', 76 'renderer/dom_storage/webstoragenamespace_impl.h',
77 'renderer/external_popup_menu.cc', 77 'renderer/external_popup_menu.cc',
78 'renderer/external_popup_menu.h', 78 'renderer/external_popup_menu.h',
79 'renderer/gamepad_shared_memory_reader.cc', 79 'renderer/gamepad_shared_memory_reader.cc',
80 'renderer/gamepad_shared_memory_reader.h', 80 'renderer/gamepad_shared_memory_reader.h',
81 'renderer/geolocation_dispatcher.cc', 81 'renderer/geolocation_dispatcher.cc',
82 'renderer/geolocation_dispatcher.h', 82 'renderer/geolocation_dispatcher.h',
83 'renderer/gpu/compositor_output_surface.cc',
84 'renderer/gpu/compositor_output_surface.h',
83 'renderer/gpu/compositor_thread.cc', 85 'renderer/gpu/compositor_thread.cc',
84 'renderer/gpu/compositor_thread.h', 86 'renderer/gpu/compositor_thread.h',
85 'renderer/gpu/input_event_filter.cc', 87 'renderer/gpu/input_event_filter.cc',
86 'renderer/gpu/input_event_filter.h', 88 'renderer/gpu/input_event_filter.h',
87 'renderer/gpu/gpu_benchmarking_extension.cc', 89 'renderer/gpu/gpu_benchmarking_extension.cc',
88 'renderer/gpu/gpu_benchmarking_extension.h', 90 'renderer/gpu/gpu_benchmarking_extension.h',
89 'renderer/gpu/stream_texture_host_android.cc', 91 'renderer/gpu/stream_texture_host_android.cc',
90 'renderer/gpu/stream_texture_host_android.h', 92 'renderer/gpu/stream_texture_host_android.h',
91 'renderer/hyphenator/hyphenator.cc', 93 'renderer/hyphenator/hyphenator.cc',
92 'renderer/hyphenator/hyphenator.h', 94 'renderer/hyphenator/hyphenator.h',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 }], 359 }],
358 ], 360 ],
359 'target_conditions': [ 361 'target_conditions': [
360 ['OS=="android"', { 362 ['OS=="android"', {
361 'sources/': [ 363 'sources/': [
362 ['include', '^renderer/render_view_linux\\.cc$'], 364 ['include', '^renderer/render_view_linux\\.cc$'],
363 ], 365 ],
364 }], 366 }],
365 ], 367 ],
366 } 368 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/gpu/compositor_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698