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

Side by Side Diff: content/content_renderer.gypi

Issue 6981001: Make the Pepper proxy support in-process font rendering. (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_ppapi_plugin.gypi ('k') | content/ppapi_plugin/ppapi_thread.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)',
11 'dependencies': [ 11 'dependencies': [
12 'content_common', 12 'content_common',
13 '../jingle/jingle.gyp:jingle_glue', 13 '../jingle/jingle.gyp:jingle_glue',
14 '../ppapi/ppapi.gyp:ppapi_proxy', 14 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
15 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
16 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 16 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
17 '../third_party/icu/icu.gyp:icuuc', 17 '../third_party/icu/icu.gyp:icuuc',
18 '../third_party/icu/icu.gyp:icui18n', 18 '../third_party/icu/icu.gyp:icui18n',
19 '../third_party/libjingle/libjingle.gyp:libjingle', 19 '../third_party/libjingle/libjingle.gyp:libjingle',
20 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 20 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
21 '../third_party/npapi/npapi.gyp:npapi', 21 '../third_party/npapi/npapi.gyp:npapi',
22 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 22 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
23 '../ui/gfx/surface/surface.gyp:surface', 23 '../ui/gfx/surface/surface.gyp:surface',
24 ], 24 ],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'renderer/render_widget_fullscreen_pepper.cc', 95 'renderer/render_widget_fullscreen_pepper.cc',
96 'renderer/render_widget_fullscreen_pepper.h', 96 'renderer/render_widget_fullscreen_pepper.h',
97 'renderer/renderer_gl_context.cc', 97 'renderer/renderer_gl_context.cc',
98 'renderer/renderer_gl_context.h', 98 'renderer/renderer_gl_context.h',
99 'renderer/renderer_glue.cc', 99 'renderer/renderer_glue.cc',
100 'renderer/renderer_main.cc', 100 'renderer/renderer_main.cc',
101 'renderer/renderer_main_platform_delegate.h', 101 'renderer/renderer_main_platform_delegate.h',
102 'renderer/renderer_main_platform_delegate_linux.cc', 102 'renderer/renderer_main_platform_delegate_linux.cc',
103 'renderer/renderer_main_platform_delegate_mac.mm', 103 'renderer/renderer_main_platform_delegate_mac.mm',
104 'renderer/renderer_main_platform_delegate_win.cc', 104 'renderer/renderer_main_platform_delegate_win.cc',
105 'renderer/renderer_sandbox_support_linux.cc',
106 'renderer/renderer_sandbox_support_linux.h',
107 'renderer/renderer_webapplicationcachehost_impl.cc', 105 'renderer/renderer_webapplicationcachehost_impl.cc',
108 'renderer/renderer_webapplicationcachehost_impl.h', 106 'renderer/renderer_webapplicationcachehost_impl.h',
109 'renderer/renderer_webaudiodevice_impl.cc', 107 'renderer/renderer_webaudiodevice_impl.cc',
110 'renderer/renderer_webaudiodevice_impl.h', 108 'renderer/renderer_webaudiodevice_impl.h',
111 'renderer/renderer_webcookiejar_impl.cc', 109 'renderer/renderer_webcookiejar_impl.cc',
112 'renderer/renderer_webcookiejar_impl.h', 110 'renderer/renderer_webcookiejar_impl.h',
113 'renderer/renderer_webidbcursor_impl.cc', 111 'renderer/renderer_webidbcursor_impl.cc',
114 'renderer/renderer_webidbcursor_impl.h', 112 'renderer/renderer_webidbcursor_impl.h',
115 'renderer/renderer_webidbdatabase_impl.cc', 113 'renderer/renderer_webidbdatabase_impl.cc',
116 'renderer/renderer_webidbdatabase_impl.h', 114 'renderer/renderer_webidbdatabase_impl.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'link_settings': { 189 'link_settings': {
192 'mac_bundle_resources': [ 190 'mac_bundle_resources': [
193 'renderer/renderer.sb', 191 'renderer/renderer.sb',
194 ], 192 ],
195 }, 193 },
196 }], 194 }],
197 ], 195 ],
198 }, 196 },
199 ], 197 ],
200 } 198 }
OLDNEW
« no previous file with comments | « content/content_ppapi_plugin.gypi ('k') | content/ppapi_plugin/ppapi_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698