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

Side by Side Diff: content/content_common.gypi

Issue 13458002: Use sequenced workers for the getting the system's font list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use sequenced workers Created 7 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
« content/common/font_list.cc ('K') | « content/common/font_list.cc ('k') | no next file » | 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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'common/fileapi/webfilesystem_impl.h', 185 'common/fileapi/webfilesystem_impl.h',
186 'common/fileapi/webfilewriter_impl.cc', 186 'common/fileapi/webfilewriter_impl.cc',
187 'common/fileapi/webfilewriter_impl.h', 187 'common/fileapi/webfilewriter_impl.h',
188 'common/file_utilities_messages.h', 188 'common/file_utilities_messages.h',
189 'common/find_match_rect_android.cc', 189 'common/find_match_rect_android.cc',
190 'common/find_match_rect_android.h', 190 'common/find_match_rect_android.h',
191 'common/font_cache_dispatcher_win.cc', 191 'common/font_cache_dispatcher_win.cc',
192 'common/font_cache_dispatcher_win.h', 192 'common/font_cache_dispatcher_win.h',
193 'common/font_config_ipc_linux.cc', 193 'common/font_config_ipc_linux.cc',
194 'common/font_config_ipc_linux.h', 194 'common/font_config_ipc_linux.h',
195 'common/font_list.cc',
195 'common/font_list.h', 196 'common/font_list.h',
196 'common/font_list_android.cc', 197 'common/font_list_android.cc',
197 'common/font_list_linux.cc', 198 'common/font_list_linux.cc',
198 'common/font_list_mac.mm', 199 'common/font_list_mac.mm',
199 'common/font_list_win.cc', 200 'common/font_list_win.cc',
200 'common/gamepad_hardware_buffer.h', 201 'common/gamepad_hardware_buffer.h',
201 'common/gamepad_messages.h', 202 'common/gamepad_messages.h',
202 'common/gamepad_seqlock.cc', 203 'common/gamepad_seqlock.cc',
203 'common/gamepad_seqlock.h', 204 'common/gamepad_seqlock.h',
204 'common/gamepad_user_gesture.cc', 205 'common/gamepad_user_gesture.cc',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
584 '<(output)', 585 '<(output)',
585 '<(PRODUCT_DIR)', 586 '<(PRODUCT_DIR)',
586 ], 587 ],
587 'msvs_cygwin_shell': 1, 588 'msvs_cygwin_shell': 1,
588 }, 589 },
589 ] 590 ]
590 }], 591 }],
591 ], 592 ],
592 } 593 }
OLDNEW
« content/common/font_list.cc ('K') | « content/common/font_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698