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

Side by Side Diff: content/content_common.gypi

Issue 7044012: Support getting the font list in Pepper. This currently only works out of (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_browser.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_common', 8 'target_name': 'content_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'common/file_system/webfilesystem_impl.cc', 92 'common/file_system/webfilesystem_impl.cc',
93 'common/file_system/webfilesystem_impl.h', 93 'common/file_system/webfilesystem_impl.h',
94 'common/file_system/webfilewriter_impl.cc', 94 'common/file_system/webfilewriter_impl.cc',
95 'common/file_system/webfilewriter_impl.h', 95 'common/file_system/webfilewriter_impl.h',
96 'common/file_system_messages.h', 96 'common/file_system_messages.h',
97 'common/file_utilities_messages.h', 97 'common/file_utilities_messages.h',
98 'common/font_config_ipc_linux.cc', 98 'common/font_config_ipc_linux.cc',
99 'common/font_config_ipc_linux.h', 99 'common/font_config_ipc_linux.h',
100 'common/font_descriptor_mac.h', 100 'common/font_descriptor_mac.h',
101 'common/font_descriptor_mac.mm', 101 'common/font_descriptor_mac.mm',
102 'common/font_list.h',
103 'common/font_list_gtk.cc',
104 'common/font_list_mac.mm',
105 'common/font_list_win.cc',
102 'common/font_loader_mac.h', 106 'common/font_loader_mac.h',
103 'common/font_loader_mac.mm', 107 'common/font_loader_mac.mm',
104 'common/geolocation_messages.h', 108 'common/geolocation_messages.h',
105 'common/geoposition.cc', 109 'common/geoposition.cc',
106 'common/geoposition.h', 110 'common/geoposition.h',
107 'common/gpu/gpu_channel.cc', 111 'common/gpu/gpu_channel.cc',
108 'common/gpu/gpu_channel.h', 112 'common/gpu/gpu_channel.h',
109 'common/gpu/gpu_channel_manager.cc', 113 'common/gpu/gpu_channel_manager.cc',
110 'common/gpu/gpu_channel_manager.h', 114 'common/gpu/gpu_channel_manager.h',
111 'common/gpu/gpu_command_buffer_stub.cc', 115 'common/gpu/gpu_command_buffer_stub.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 }], 284 }],
281 ['enable_gpu==1', { 285 ['enable_gpu==1', {
282 'dependencies': [ 286 'dependencies': [
283 '../gpu/gpu.gyp:command_buffer_service', 287 '../gpu/gpu.gyp:command_buffer_service',
284 ], 288 ],
285 }], 289 }],
286 ], 290 ],
287 }, 291 },
288 ], 292 ],
289 } 293 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/ppapi_plugin/ppapi_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698