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

Side by Side Diff: content/content_renderer.gypi

Issue 8089002: Input event filtering and compositor thread setup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/content_tests.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_proxy', 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 29 matching lines...) Expand all
40 'renderer/devtools_agent.cc', 40 'renderer/devtools_agent.cc',
41 'renderer/devtools_agent.h', 41 'renderer/devtools_agent.h',
42 'renderer/devtools_agent_filter.cc', 42 'renderer/devtools_agent_filter.cc',
43 'renderer/devtools_agent_filter.h', 43 'renderer/devtools_agent_filter.h',
44 'renderer/devtools_client.cc', 44 'renderer/devtools_client.cc',
45 'renderer/devtools_client.h', 45 'renderer/devtools_client.h',
46 'renderer/external_popup_menu.cc', 46 'renderer/external_popup_menu.cc',
47 'renderer/external_popup_menu.h', 47 'renderer/external_popup_menu.h',
48 'renderer/geolocation_dispatcher.cc', 48 'renderer/geolocation_dispatcher.cc',
49 'renderer/geolocation_dispatcher.h', 49 'renderer/geolocation_dispatcher.h',
50 'renderer/gpu/compositor_thread.cc',
51 'renderer/gpu/compositor_thread.h',
52 'renderer/gpu/input_event_filter.cc',
53 'renderer/gpu/input_event_filter.h',
50 'renderer/gpu/gpu_channel_host.cc', 54 'renderer/gpu/gpu_channel_host.cc',
51 'renderer/gpu/gpu_channel_host.h', 55 'renderer/gpu/gpu_channel_host.h',
52 'renderer/gpu/gpu_video_decode_accelerator_host.cc', 56 'renderer/gpu/gpu_video_decode_accelerator_host.cc',
53 'renderer/gpu/gpu_video_decode_accelerator_host.h', 57 'renderer/gpu/gpu_video_decode_accelerator_host.h',
54 'renderer/gpu/renderer_gl_context.cc', 58 'renderer/gpu/renderer_gl_context.cc',
55 'renderer/gpu/renderer_gl_context.h', 59 'renderer/gpu/renderer_gl_context.h',
56 'renderer/gpu/transport_texture_host.cc', 60 'renderer/gpu/transport_texture_host.cc',
57 'renderer/gpu/transport_texture_host.h', 61 'renderer/gpu/transport_texture_host.h',
58 'renderer/gpu/transport_texture_service.cc', 62 'renderer/gpu/transport_texture_service.cc',
59 'renderer/gpu/transport_texture_service.h', 63 'renderer/gpu/transport_texture_service.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 ], 243 ],
240 'sources': [ 244 'sources': [
241 'renderer/media/video_capture_module_impl.cc', 245 'renderer/media/video_capture_module_impl.cc',
242 'renderer/media/video_capture_module_impl.h', 246 'renderer/media/video_capture_module_impl.h',
243 'renderer/media/webrtc_audio_device_impl.cc', 247 'renderer/media/webrtc_audio_device_impl.cc',
244 'renderer/media/webrtc_audio_device_impl.h', 248 'renderer/media/webrtc_audio_device_impl.h',
245 ], 249 ],
246 }], 250 }],
247 ], 251 ],
248 } 252 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698