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

Side by Side Diff: content/content_common.gypi

Issue 1326623002: Moved render_font to a common location to share with other content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused entries. Created 5 years, 3 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
« no previous file with comments | « content/common/font_warmup_win.cc ('k') | content/content_renderer.gypi » ('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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'common/font_cache_dispatcher_win.h', 252 'common/font_cache_dispatcher_win.h',
253 'common/font_config_ipc_linux.cc', 253 'common/font_config_ipc_linux.cc',
254 'common/font_config_ipc_linux.h', 254 'common/font_config_ipc_linux.h',
255 'common/font_list.cc', 255 'common/font_list.cc',
256 'common/font_list.h', 256 'common/font_list.h',
257 'common/font_list_android.cc', 257 'common/font_list_android.cc',
258 'common/font_list_mac.mm', 258 'common/font_list_mac.mm',
259 'common/font_list_ozone.cc', 259 'common/font_list_ozone.cc',
260 'common/font_list_pango.cc', 260 'common/font_list_pango.cc',
261 'common/font_list_win.cc', 261 'common/font_list_win.cc',
262 'common/font_warmup_win.cc',
263 'common/font_warmup_win.h',
262 'common/frame_message_enums.h', 264 'common/frame_message_enums.h',
263 'common/frame_messages.h', 265 'common/frame_messages.h',
264 'common/frame_param.cc', 266 'common/frame_param.cc',
265 'common/frame_param.h', 267 'common/frame_param.h',
266 'common/frame_param_macros.h', 268 'common/frame_param_macros.h',
267 'common/frame_replication_state.cc', 269 'common/frame_replication_state.cc',
268 'common/frame_replication_state.h', 270 'common/frame_replication_state.h',
269 'common/gamepad_hardware_buffer.h', 271 'common/gamepad_hardware_buffer.h',
270 'common/gamepad_messages.h', 272 'common/gamepad_messages.h',
271 'common/gamepad_param_traits.cc', 273 'common/gamepad_param_traits.cc',
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1093 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1092 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1094 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1093 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1095 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1094 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1096 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1095 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1097 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1096 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1098 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1097 ], 1099 ],
1098 }], 1100 }],
1099 ], 1101 ],
1100 } 1102 }
OLDNEW
« no previous file with comments | « content/common/font_warmup_win.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698