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

Side by Side Diff: content/content_common.gypi

Issue 2278143002: Filter font list, use Fontconfig and build on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copyright line fixed Created 4 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_list_pango.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 '../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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'common/establish_channel_params.h', 317 'common/establish_channel_params.h',
318 'common/file_utilities_messages.h', 318 'common/file_utilities_messages.h',
319 'common/fileapi/file_system_messages.h', 319 'common/fileapi/file_system_messages.h',
320 'common/font_cache_dispatcher_win.cc', 320 'common/font_cache_dispatcher_win.cc',
321 'common/font_cache_dispatcher_win.h', 321 'common/font_cache_dispatcher_win.h',
322 'common/font_config_ipc_linux.cc', 322 'common/font_config_ipc_linux.cc',
323 'common/font_config_ipc_linux.h', 323 'common/font_config_ipc_linux.h',
324 'common/font_list.cc', 324 'common/font_list.cc',
325 'common/font_list.h', 325 'common/font_list.h',
326 'common/font_list_android.cc', 326 'common/font_list_android.cc',
327 'common/font_list_fontconfig.cc',
327 'common/font_list_mac.mm', 328 'common/font_list_mac.mm',
328 'common/font_list_ozone.cc',
329 'common/font_list_pango.cc',
330 'common/font_list_win.cc', 329 'common/font_list_win.cc',
331 'common/frame_message_enums.h', 330 'common/frame_message_enums.h',
332 'common/frame_messages.h', 331 'common/frame_messages.h',
333 'common/frame_owner_properties.cc', 332 'common/frame_owner_properties.cc',
334 'common/frame_owner_properties.h', 333 'common/frame_owner_properties.h',
335 'common/frame_replication_state.cc', 334 'common/frame_replication_state.cc',
336 'common/frame_replication_state.h', 335 'common/frame_replication_state.h',
337 'common/gamepad_hardware_buffer.h', 336 'common/gamepad_hardware_buffer.h',
338 'common/gamepad_messages.h', 337 'common/gamepad_messages.h',
339 'common/gamepad_param_traits.cc', 338 'common/gamepad_param_traits.cc',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'link_settings': { 570 'link_settings': {
572 'libraries': [ 571 'libraries': [
573 '-landroid', # ANativeWindow 572 '-landroid', # ANativeWindow
574 ], 573 ],
575 }, 574 },
576 'dependencies': [ 575 'dependencies': [
577 'content.gyp:content_jni_headers', 576 'content.gyp:content_jni_headers',
578 'content.gyp:common_aidl', 577 'content.gyp:common_aidl',
579 ], 578 ],
580 }], 579 }],
581 ['use_pango == 1', {
582 'dependencies': [
583 '../build/linux/system.gyp:pangocairo',
584 ],
585 'sources!': [
586 'common/font_list_ozone.cc',
587 ],
588 }],
589 ['use_x11 == 1', { 580 ['use_x11 == 1', {
590 'include_dirs': [ 581 'include_dirs': [
591 '<(DEPTH)/third_party/khronos', 582 '<(DEPTH)/third_party/khronos',
592 ], 583 ],
593 'dependencies': [ 584 'dependencies': [
594 '<(DEPTH)/build/linux/system.gyp:xcomposite', 585 '<(DEPTH)/build/linux/system.gyp:xcomposite',
595 ], 586 ],
596 }], 587 }],
597 ['enable_plugins==1', { 588 ['enable_plugins==1', {
598 'dependencies': [ 589 'dependencies': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'dependencies': [ 636 'dependencies': [
646 '../ui/ozone/ozone.gyp:ozone', 637 '../ui/ozone/ozone.gyp:ozone',
647 '../ui/ozone/ozone.gyp:ozone_base', 638 '../ui/ozone/ozone.gyp:ozone_base',
648 ], 639 ],
649 'sources!': [ 640 'sources!': [
650 'common/gpu/gpu_memory_buffer_factory_linux.cc', 641 'common/gpu/gpu_memory_buffer_factory_linux.cc',
651 ], 642 ],
652 }, { # use_ozone!=1 643 }, { # use_ozone!=1
653 'sources!': [ 644 'sources!': [
654 'common/cursors/webcursor_ozone.cc', 645 'common/cursors/webcursor_ozone.cc',
655 'common/font_list_ozone.cc',
656 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 646 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
657 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 647 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
658 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 648 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
659 ], 649 ],
660 }], 650 }],
661 ['enable_ipc_fuzzer==1', { 651 ['enable_ipc_fuzzer==1', {
662 'sources': [ 652 'sources': [
663 'common/external_ipc_dumper.cc', 653 'common/external_ipc_dumper.cc',
664 'common/external_ipc_dumper.h', 654 'common/external_ipc_dumper.h',
665 ], 655 ],
666 }], 656 }],
667 ], 657 ],
668 } 658 }
OLDNEW
« no previous file with comments | « content/common/font_list_pango.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698