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

Side by Side Diff: content/content_child.gypi

Issue 1378353006: Implementation of dwrite font proxy and removal of dwrite font cache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename locals to match style guide Created 5 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'child/child_shared_bitmap_manager.cc', 73 'child/child_shared_bitmap_manager.cc',
74 'child/child_shared_bitmap_manager.h', 74 'child/child_shared_bitmap_manager.h',
75 'child/child_thread_impl.cc', 75 'child/child_thread_impl.cc',
76 'child/child_thread_impl.h', 76 'child/child_thread_impl.h',
77 'child/content_child_helpers.cc', 77 'child/content_child_helpers.cc',
78 'child/content_child_helpers.h', 78 'child/content_child_helpers.h',
79 'child/database_util.cc', 79 'child/database_util.cc',
80 'child/database_util.h', 80 'child/database_util.h',
81 'child/db_message_filter.cc', 81 'child/db_message_filter.cc',
82 'child/db_message_filter.h', 82 'child/db_message_filter.h',
83 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc',
84 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.h',
85 'child/dwrite_font_proxy/dwrite_font_proxy_win.cc',
86 'child/dwrite_font_proxy/dwrite_font_proxy_win.h',
87 'child/dwrite_font_proxy/dwrite_localized_strings_win.cc',
88 'child/dwrite_font_proxy/dwrite_localized_strings_win.h',
83 'child/file_info_util.cc', 89 'child/file_info_util.cc',
84 'child/file_info_util.h', 90 'child/file_info_util.h',
85 'child/fileapi/file_system_dispatcher.cc', 91 'child/fileapi/file_system_dispatcher.cc',
86 'child/fileapi/file_system_dispatcher.h', 92 'child/fileapi/file_system_dispatcher.h',
87 'child/fileapi/webfilesystem_impl.cc', 93 'child/fileapi/webfilesystem_impl.cc',
88 'child/fileapi/webfilesystem_impl.h', 94 'child/fileapi/webfilesystem_impl.h',
89 'child/fileapi/webfilewriter_base.cc', 95 'child/fileapi/webfilewriter_base.cc',
90 'child/fileapi/webfilewriter_base.h', 96 'child/fileapi/webfilewriter_base.h',
91 'child/fileapi/webfilewriter_impl.cc', 97 'child/fileapi/webfilewriter_impl.cc',
92 'child/fileapi/webfilewriter_impl.h', 98 'child/fileapi/webfilewriter_impl.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'child/npapi/webplugin_delegate_impl_mac.mm', 346 'child/npapi/webplugin_delegate_impl_mac.mm',
341 ], 347 ],
342 }], 348 }],
343 ['OS=="win"', { 349 ['OS=="win"', {
344 'sources!': [ 350 'sources!': [
345 'child/npapi/webplugin_delegate_impl_aura.cc', 351 'child/npapi/webplugin_delegate_impl_aura.cc',
346 ], 352 ],
347 }], 353 }],
348 ], 354 ],
349 } 355 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698