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

Side by Side Diff: content/content_renderer.gypi

Issue 6873014: Clear RenderThread of any Chrome specific code, and move a bunch of stuff out of RenderView. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/content_renderer_client.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': '<(library)', 10 'type': '<(library)',
(...skipping 19 matching lines...) Expand all
30 'renderer/audio_device.cc', 30 'renderer/audio_device.cc',
31 'renderer/audio_device.h', 31 'renderer/audio_device.h',
32 'renderer/audio_input_device.cc', 32 'renderer/audio_input_device.cc',
33 'renderer/audio_input_device.h', 33 'renderer/audio_input_device.h',
34 'renderer/audio_input_message_filter.cc', 34 'renderer/audio_input_message_filter.cc',
35 'renderer/audio_input_message_filter.h', 35 'renderer/audio_input_message_filter.h',
36 'renderer/audio_message_filter.cc', 36 'renderer/audio_message_filter.cc',
37 'renderer/audio_message_filter.h', 37 'renderer/audio_message_filter.h',
38 'renderer/content_renderer_client.cc', 38 'renderer/content_renderer_client.cc',
39 'renderer/content_renderer_client.h', 39 'renderer/content_renderer_client.h',
40 'renderer/cookie_message_filter.cc',
41 'renderer/cookie_message_filter.h',
42 'renderer/device_orientation_dispatcher.cc', 40 'renderer/device_orientation_dispatcher.cc',
43 'renderer/device_orientation_dispatcher.h', 41 'renderer/device_orientation_dispatcher.h',
44 'renderer/external_popup_menu.cc', 42 'renderer/external_popup_menu.cc',
45 'renderer/external_popup_menu.h', 43 'renderer/external_popup_menu.h',
46 'renderer/geolocation_dispatcher.cc', 44 'renderer/geolocation_dispatcher.cc',
47 'renderer/geolocation_dispatcher.h', 45 'renderer/geolocation_dispatcher.h',
48 'renderer/gpu_channel_host.cc', 46 'renderer/gpu_channel_host.cc',
49 'renderer/gpu_channel_host.h', 47 'renderer/gpu_channel_host.h',
50 'renderer/gpu_video_decoder_host.cc', 48 'renderer/gpu_video_decoder_host.cc',
51 'renderer/gpu_video_decoder_host.h', 49 'renderer/gpu_video_decoder_host.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'link_settings': { 176 'link_settings': {
179 'mac_bundle_resources': [ 177 'mac_bundle_resources': [
180 'renderer/renderer.sb', 178 'renderer/renderer.sb',
181 ], 179 ],
182 }, 180 },
183 }], 181 }],
184 ], 182 ],
185 }, 183 },
186 ], 184 ],
187 } 185 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698