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

Side by Side Diff: content/content_common.gypi

Issue 729103002: Revert of DirectWrite Font Cache browser side hookup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/dwrite_font_cache_win.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'public/common/content_constants.h', 50 'public/common/content_constants.h',
51 'public/common/content_descriptors.h', 51 'public/common/content_descriptors.h',
52 'public/common/content_ipc_logging.h', 52 'public/common/content_ipc_logging.h',
53 'public/common/content_paths.h', 53 'public/common/content_paths.h',
54 'public/common/content_switches.cc', 54 'public/common/content_switches.cc',
55 'public/common/content_switches.h', 55 'public/common/content_switches.h',
56 'public/common/context_menu_params.cc', 56 'public/common/context_menu_params.cc',
57 'public/common/context_menu_params.h', 57 'public/common/context_menu_params.h',
58 'public/common/drop_data.cc', 58 'public/common/drop_data.cc',
59 'public/common/drop_data.h', 59 'public/common/drop_data.h',
60 'public/common/dwrite_font_platform_win.h', 60 'public/common/dwrite_font_cache_win.h',
61 'public/common/favicon_url.cc', 61 'public/common/favicon_url.cc',
62 'public/common/favicon_url.h', 62 'public/common/favicon_url.h',
63 'public/common/file_chooser_file_info.cc', 63 'public/common/file_chooser_file_info.cc',
64 'public/common/file_chooser_file_info.h', 64 'public/common/file_chooser_file_info.h',
65 'public/common/file_chooser_params.cc', 65 'public/common/file_chooser_params.cc',
66 'public/common/file_chooser_params.h', 66 'public/common/file_chooser_params.h',
67 'public/common/frame_navigate_params.cc', 67 'public/common/frame_navigate_params.cc',
68 'public/common/frame_navigate_params.h', 68 'public/common/frame_navigate_params.h',
69 'public/common/geoposition.cc', 69 'public/common/geoposition.cc',
70 'public/common/geoposition.h', 70 'public/common/geoposition.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'common/device_sensors/device_orientation_hardware_buffer.h', 211 'common/device_sensors/device_orientation_hardware_buffer.h',
212 'common/device_sensors/device_orientation_messages.h', 212 'common/device_sensors/device_orientation_messages.h',
213 'common/devtools_messages.h', 213 'common/devtools_messages.h',
214 'common/dom_storage/dom_storage_map.cc', 214 'common/dom_storage/dom_storage_map.cc',
215 'common/dom_storage/dom_storage_map.h', 215 'common/dom_storage/dom_storage_map.h',
216 'common/dom_storage/dom_storage_messages.h', 216 'common/dom_storage/dom_storage_messages.h',
217 'common/drag_event_source_info.h', 217 'common/drag_event_source_info.h',
218 'common/drag_messages.h', 218 'common/drag_messages.h',
219 'common/drag_traits.h', 219 'common/drag_traits.h',
220 'common/dwrite_font_platform_win.cc', 220 'common/dwrite_font_platform_win.cc',
221 'common/dwrite_font_platform_win.h',
221 'common/edit_command.h', 222 'common/edit_command.h',
222 'common/file_utilities_messages.h', 223 'common/file_utilities_messages.h',
223 'common/fileapi/file_system_messages.h', 224 'common/fileapi/file_system_messages.h',
224 'common/fileapi/webblob_messages.h', 225 'common/fileapi/webblob_messages.h',
225 'common/font_cache_dispatcher_win.cc', 226 'common/font_cache_dispatcher_win.cc',
226 'common/font_cache_dispatcher_win.h', 227 'common/font_cache_dispatcher_win.h',
227 'common/font_config_ipc_linux.cc', 228 'common/font_config_ipc_linux.cc',
228 'common/font_config_ipc_linux.h', 229 'common/font_config_ipc_linux.h',
229 'common/font_list.cc', 230 'common/font_list.cc',
230 'common/font_list.h', 231 'common/font_list.h',
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'sources': [ 920 'sources': [
920 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 921 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
921 ], 922 ],
922 'sources!': [ 923 'sources!': [
923 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 924 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
924 'common/gpu/gpu_memory_buffer_factory_linux.cc', 925 'common/gpu/gpu_memory_buffer_factory_linux.cc',
925 ], 926 ],
926 }], 927 }],
927 ], 928 ],
928 } 929 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/dwrite_font_cache_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698