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

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: More codereview fixes. Jumped the gun on previous patchset. 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common.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 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'child/child_shared_bitmap_manager.cc', 75 'child/child_shared_bitmap_manager.cc',
76 'child/child_shared_bitmap_manager.h', 76 'child/child_shared_bitmap_manager.h',
77 'child/child_thread_impl.cc', 77 'child/child_thread_impl.cc',
78 'child/child_thread_impl.h', 78 'child/child_thread_impl.h',
79 'child/content_child_helpers.cc', 79 'child/content_child_helpers.cc',
80 'child/content_child_helpers.h', 80 'child/content_child_helpers.h',
81 'child/database_util.cc', 81 'child/database_util.cc',
82 'child/database_util.h', 82 'child/database_util.h',
83 'child/db_message_filter.cc', 83 'child/db_message_filter.cc',
84 'child/db_message_filter.h', 84 'child/db_message_filter.h',
85 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc',
86 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.h',
87 'child/dwrite_font_proxy/dwrite_font_proxy_win.cc',
88 'child/dwrite_font_proxy/dwrite_font_proxy_win.h',
89 'child/dwrite_font_proxy/dwrite_localized_strings_win.cc',
90 'child/dwrite_font_proxy/dwrite_localized_strings_win.h',
85 'child/file_info_util.cc', 91 'child/file_info_util.cc',
86 'child/file_info_util.h', 92 'child/file_info_util.h',
87 'child/fileapi/file_system_dispatcher.cc', 93 'child/fileapi/file_system_dispatcher.cc',
88 'child/fileapi/file_system_dispatcher.h', 94 'child/fileapi/file_system_dispatcher.h',
89 'child/fileapi/webfilesystem_impl.cc', 95 'child/fileapi/webfilesystem_impl.cc',
90 'child/fileapi/webfilesystem_impl.h', 96 'child/fileapi/webfilesystem_impl.h',
91 'child/fileapi/webfilewriter_base.cc', 97 'child/fileapi/webfilewriter_base.cc',
92 'child/fileapi/webfilewriter_base.h', 98 'child/fileapi/webfilewriter_base.h',
93 'child/fileapi/webfilewriter_impl.cc', 99 'child/fileapi/webfilewriter_impl.cc',
94 'child/fileapi/webfilewriter_impl.h', 100 'child/fileapi/webfilewriter_impl.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'child/npapi/webplugin_delegate_impl_mac.mm', 348 'child/npapi/webplugin_delegate_impl_mac.mm',
343 ], 349 ],
344 }], 350 }],
345 ['OS=="win"', { 351 ['OS=="win"', {
346 'sources!': [ 352 'sources!': [
347 'child/npapi/webplugin_delegate_impl_aura.cc', 353 'child/npapi/webplugin_delegate_impl_aura.cc',
348 ], 354 ],
349 }], 355 }],
350 ], 356 ],
351 } 357 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698