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

Side by Side Diff: content/content_common.gypi

Issue 2054273002: Font fallback for UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang build error due to signed-unsigned comparison Created 4 years, 5 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
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'common/devtools_messages.h', 299 'common/devtools_messages.h',
300 'common/discardable_shared_memory_heap.cc', 300 'common/discardable_shared_memory_heap.cc',
301 'common/discardable_shared_memory_heap.h', 301 'common/discardable_shared_memory_heap.h',
302 'common/dom_storage/dom_storage_map.cc', 302 'common/dom_storage/dom_storage_map.cc',
303 'common/dom_storage/dom_storage_map.h', 303 'common/dom_storage/dom_storage_map.h',
304 'common/dom_storage/dom_storage_messages.h', 304 'common/dom_storage/dom_storage_messages.h',
305 'common/drag_event_source_info.h', 305 'common/drag_event_source_info.h',
306 'common/drag_messages.h', 306 'common/drag_messages.h',
307 'common/drag_traits.h', 307 'common/drag_traits.h',
308 'common/dwrite_font_proxy_messages.h', 308 'common/dwrite_font_proxy_messages.h',
309 'common/dwrite_text_analysis_source_win.cc',
310 'common/dwrite_text_analysis_source_win.h',
311 'common/edit_command.h', 309 'common/edit_command.h',
312 'common/establish_channel_params.cc', 310 'common/establish_channel_params.cc',
313 'common/establish_channel_params.h', 311 'common/establish_channel_params.h',
314 'common/file_utilities_messages.h', 312 'common/file_utilities_messages.h',
315 'common/fileapi/file_system_messages.h', 313 'common/fileapi/file_system_messages.h',
316 'common/font_cache_dispatcher_win.cc', 314 'common/font_cache_dispatcher_win.cc',
317 'common/font_cache_dispatcher_win.h', 315 'common/font_cache_dispatcher_win.h',
318 'common/font_config_ipc_linux.cc', 316 'common/font_config_ipc_linux.cc',
319 'common/font_config_ipc_linux.h', 317 'common/font_config_ipc_linux.h',
320 'common/font_list.cc', 318 'common/font_list.cc',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 661 ],
664 }], 662 }],
665 ['enable_ipc_fuzzer==1', { 663 ['enable_ipc_fuzzer==1', {
666 'sources': [ 664 'sources': [
667 'common/external_ipc_dumper.cc', 665 'common/external_ipc_dumper.cc',
668 'common/external_ipc_dumper.h', 666 'common/external_ipc_dumper.h',
669 ], 667 ],
670 }], 668 }],
671 ], 669 ],
672 } 670 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698