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

Side by Side Diff: content/content_renderer.gypi

Issue 6992010: Added proxy / stub pair for GPU surfaces. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/content_common.gypi ('k') | content/renderer/gpu_channel_host.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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_renderer', 8 'target_name': 'content_renderer',
9 'msvs_guid': '9AAA8CF2-9B3D-4895-8CB9-D70BBD125EAD', 9 'msvs_guid': '9AAA8CF2-9B3D-4895-8CB9-D70BBD125EAD',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 28 matching lines...) Expand all
39 'renderer/content_renderer_client.cc', 39 'renderer/content_renderer_client.cc',
40 'renderer/content_renderer_client.h', 40 'renderer/content_renderer_client.h',
41 'renderer/device_orientation_dispatcher.cc', 41 'renderer/device_orientation_dispatcher.cc',
42 'renderer/device_orientation_dispatcher.h', 42 'renderer/device_orientation_dispatcher.h',
43 'renderer/external_popup_menu.cc', 43 'renderer/external_popup_menu.cc',
44 'renderer/external_popup_menu.h', 44 'renderer/external_popup_menu.h',
45 'renderer/geolocation_dispatcher.cc', 45 'renderer/geolocation_dispatcher.cc',
46 'renderer/geolocation_dispatcher.h', 46 'renderer/geolocation_dispatcher.h',
47 'renderer/gpu_channel_host.cc', 47 'renderer/gpu_channel_host.cc',
48 'renderer/gpu_channel_host.h', 48 'renderer/gpu_channel_host.h',
49 'renderer/gpu_surface_proxy.cc',
50 'renderer/gpu_surface_proxy.h',
49 'renderer/gpu_video_decode_accelerator_host.cc', 51 'renderer/gpu_video_decode_accelerator_host.cc',
50 'renderer/gpu_video_decode_accelerator_host.h', 52 'renderer/gpu_video_decode_accelerator_host.h',
51 'renderer/gpu_video_service_host.cc', 53 'renderer/gpu_video_service_host.cc',
52 'renderer/gpu_video_service_host.h', 54 'renderer/gpu_video_service_host.h',
53 'renderer/indexed_db_dispatcher.cc', 55 'renderer/indexed_db_dispatcher.cc',
54 'renderer/indexed_db_dispatcher.h', 56 'renderer/indexed_db_dispatcher.h',
55 'renderer/load_progress_tracker.cc', 57 'renderer/load_progress_tracker.cc',
56 'renderer/load_progress_tracker.h', 58 'renderer/load_progress_tracker.h',
57 'renderer/media/audio_renderer_impl.cc', 59 'renderer/media/audio_renderer_impl.cc',
58 'renderer/media/audio_renderer_impl.h', 60 'renderer/media/audio_renderer_impl.h',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'link_settings': { 189 'link_settings': {
188 'mac_bundle_resources': [ 190 'mac_bundle_resources': [
189 'renderer/renderer.sb', 191 'renderer/renderer.sb',
190 ], 192 ],
191 }, 193 },
192 }], 194 }],
193 ], 195 ],
194 }, 196 },
195 ], 197 ],
196 } 198 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/gpu_channel_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698