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

Side by Side Diff: ui/ui.gyp

Issue 10543057: Initial RenderTextMac implementation using CoreText. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'gfx/platform_font_win.cc', 371 'gfx/platform_font_win.cc',
372 'gfx/point.cc', 372 'gfx/point.cc',
373 'gfx/point.h', 373 'gfx/point.h',
374 'gfx/point_base.h', 374 'gfx/point_base.h',
375 'gfx/rect.cc', 375 'gfx/rect.cc',
376 'gfx/rect.h', 376 'gfx/rect.h',
377 'gfx/rect_base.h', 377 'gfx/rect_base.h',
378 'gfx/rect_base_impl.h', 378 'gfx/rect_base_impl.h',
379 'gfx/render_text.cc', 379 'gfx/render_text.cc',
380 'gfx/render_text.h', 380 'gfx/render_text.h',
381 'gfx/render_text_mac.cc',
382 'gfx/render_text_mac.h',
381 'gfx/render_text_linux.cc', 383 'gfx/render_text_linux.cc',
382 'gfx/render_text_linux.h', 384 'gfx/render_text_linux.h',
383 'gfx/render_text_win.cc', 385 'gfx/render_text_win.cc',
384 'gfx/render_text_win.h', 386 'gfx/render_text_win.h',
385 'gfx/screen.h', 387 'gfx/screen.h',
386 'gfx/screen_android.cc', 388 'gfx/screen_android.cc',
387 'gfx/screen_aura.cc', 389 'gfx/screen_aura.cc',
388 'gfx/screen_gtk.cc', 390 'gfx/screen_gtk.cc',
389 'gfx/screen_impl.h', 391 'gfx/screen_impl.h',
390 'gfx/screen_mac.mm', 392 'gfx/screen_mac.mm',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'sources/': [ 660 'sources/': [
659 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], 661 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'],
660 ['exclude', 'base/x/*'], 662 ['exclude', 'base/x/*'],
661 ], 663 ],
662 }], 664 }],
663 ['toolkit_views==0', { 665 ['toolkit_views==0', {
664 'sources!': [ 666 'sources!': [
665 'base/x/events_x.cc', 667 'base/x/events_x.cc',
666 ], 668 ],
667 }], 669 }],
668 ['toolkit_views==0 and use_canvas_skia==0', {
669 'sources!': [
670 'gfx/render_text.cc',
671 'gfx/render_text.h',
672 'gfx/render_text_linux.cc',
673 'gfx/render_text_linux.h',
674 'gfx/render_text_win.cc',
675 'gfx/render_text_win.h',
676 ],
677 }],
678 ['OS=="android"', { 670 ['OS=="android"', {
679 'sources!': [ 671 'sources!': [
680 'base/touch/touch_factory.cc', 672 'base/touch/touch_factory.cc',
681 'base/touch/touch_factory.h', 673 'base/touch/touch_factory.h',
682 'gfx/pango_util.h', 674 'gfx/pango_util.h',
683 'gfx/pango_util.cc', 675 'gfx/pango_util.cc',
684 'gfx/platform_font_pango.cc', 676 'gfx/platform_font_pango.cc',
685 'gfx/platform_font_pango.h', 677 'gfx/platform_font_pango.h',
678 'gfx/render_text.cc',
679 'gfx/render_text.h',
680 'gfx/render_text_linux.cc',
msw 2012/06/22 17:42:10 nit: sorry, but I think android builds automatical
Alexei Svitkine (slow) 2012/06/22 19:35:29 Done.
681 'gfx/render_text_linux.h',
682 'gfx/render_text_win.cc',
683 'gfx/render_text_win.h',
686 ], 684 ],
687 }], 685 }],
688 ['OS=="linux"', { 686 ['OS=="linux"', {
689 'libraries': [ 687 'libraries': [
690 '-ldl', 688 '-ldl',
691 ], 689 ],
692 }], 690 }],
693 ['os_bsd==1 and use_system_libjpeg==1', { 691 ['os_bsd==1 and use_system_libjpeg==1', {
694 'include_dirs': [ 692 'include_dirs': [
695 '/usr/local/include', 693 '/usr/local/include',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 731 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
734 'os.chmod(\'<(ui_copy_dest)\', 0700)' 732 'os.chmod(\'<(ui_copy_dest)\', 0700)'
735 ] 733 ]
736 } 734 }
737 ], 735 ],
738 }, 736 },
739 ], 737 ],
740 }], 738 }],
741 ], 739 ],
742 } 740 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698