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

Side by Side Diff: ui/ui.gyp

Issue 22835002: Supports gfx::FontList in gfx::Canvas and ui::ElideText family. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Introduces layout_text.h to provide GetStringWidth(). Created 7 years, 4 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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'gfx/android/java_bitmap.h', 412 'gfx/android/java_bitmap.h',
413 'gfx/blit.cc', 413 'gfx/blit.cc',
414 'gfx/blit.h', 414 'gfx/blit.h',
415 'gfx/box_f.cc', 415 'gfx/box_f.cc',
416 'gfx/box_f.h', 416 'gfx/box_f.h',
417 'gfx/break_list.h', 417 'gfx/break_list.h',
418 'gfx/canvas.cc', 418 'gfx/canvas.cc',
419 'gfx/canvas.h', 419 'gfx/canvas.h',
420 'gfx/canvas_android.cc', 420 'gfx/canvas_android.cc',
421 'gfx/canvas_mac.mm', 421 'gfx/canvas_mac.mm',
422 'gfx/canvas_paint_gtk.cc',
422 'gfx/canvas_paint_gtk.h', 423 'gfx/canvas_paint_gtk.h',
423 'gfx/canvas_paint_mac.h', 424 'gfx/canvas_paint_mac.h',
424 'gfx/canvas_paint_win.h',
425 'gfx/canvas_paint_gtk.cc',
426 'gfx/canvas_paint_mac.mm', 425 'gfx/canvas_paint_mac.mm',
427 'gfx/canvas_paint_win.cc', 426 'gfx/canvas_paint_win.cc',
427 'gfx/canvas_paint_win.h',
428 'gfx/canvas_skia.cc', 428 'gfx/canvas_skia.cc',
429 'gfx/canvas_skia_paint.h', 429 'gfx/canvas_skia_paint.h',
430 'gfx/codec/jpeg_codec.cc', 430 'gfx/codec/jpeg_codec.cc',
431 'gfx/codec/jpeg_codec.h', 431 'gfx/codec/jpeg_codec.h',
432 'gfx/codec/png_codec.cc', 432 'gfx/codec/png_codec.cc',
433 'gfx/codec/png_codec.h', 433 'gfx/codec/png_codec.h',
434 'gfx/color_analysis.cc', 434 'gfx/color_analysis.cc',
435 'gfx/color_analysis.h', 435 'gfx/color_analysis.h',
436 'gfx/color_profile.cc', 436 'gfx/color_profile.cc',
437 'gfx/color_profile.h', 437 'gfx/color_profile.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'gfx/image/image_util.cc', 484 'gfx/image/image_util.cc',
485 'gfx/image/image_util.h', 485 'gfx/image/image_util.h',
486 'gfx/image/image_util_ios.mm', 486 'gfx/image/image_util_ios.mm',
487 'gfx/insets.cc', 487 'gfx/insets.cc',
488 'gfx/insets.h', 488 'gfx/insets.h',
489 'gfx/insets_base.h', 489 'gfx/insets_base.h',
490 'gfx/insets_f.cc', 490 'gfx/insets_f.cc',
491 'gfx/insets_f.h', 491 'gfx/insets_f.h',
492 'gfx/interpolated_transform.cc', 492 'gfx/interpolated_transform.cc',
493 'gfx/interpolated_transform.h', 493 'gfx/interpolated_transform.h',
494 'gfx/layout_text.h',
495 'gfx/layout_text_android.cc',
496 'gfx/layout_text_ios.mm',
497 'gfx/layout_text_skia.cc',
494 'gfx/mac/scoped_ns_disable_screen_updates.h', 498 'gfx/mac/scoped_ns_disable_screen_updates.h',
495 'gfx/matrix3_f.cc', 499 'gfx/matrix3_f.cc',
496 'gfx/matrix3_f.h', 500 'gfx/matrix3_f.h',
497 'gfx/native_widget_types.h', 501 'gfx/native_widget_types.h',
498 'gfx/pango_util.cc', 502 'gfx/pango_util.cc',
499 'gfx/pango_util.h', 503 'gfx/pango_util.h',
500 'gfx/path.cc', 504 'gfx/path.cc',
501 'gfx/path.h', 505 'gfx/path.h',
502 'gfx/path_aura.cc', 506 'gfx/path_aura.cc',
503 'gfx/path_gtk.cc', 507 'gfx/path_gtk.cc',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 ], 903 ],
900 }, 904 },
901 }], 905 }],
902 ['OS=="android" and android_webview_build==0', { 906 ['OS=="android" and android_webview_build==0', {
903 'dependencies': [ 907 'dependencies': [
904 'ui_java', 908 'ui_java',
905 ], 909 ],
906 }], 910 }],
907 ['OS=="android" or OS=="ios"', { 911 ['OS=="android" or OS=="ios"', {
908 'sources!': [ 912 'sources!': [
913 'gfx/layout_text_skia.cc',
909 'gfx/render_text.cc', 914 'gfx/render_text.cc',
910 'gfx/render_text.h', 915 'gfx/render_text.h',
911 ], 916 ],
912 }], 917 }],
913 ['OS=="linux"', { 918 ['OS=="linux"', {
914 'libraries': [ 919 'libraries': [
915 '-ldl', 920 '-ldl',
916 ], 921 ],
917 }], 922 }],
918 ['use_system_icu==1', { 923 ['use_system_icu==1', {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 'xcode_settings': { 1058 'xcode_settings': {
1054 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1059 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1055 }, 1060 },
1056 }], 1061 }],
1057 ], 1062 ],
1058 }, 1063 },
1059 ], 1064 ],
1060 }], 1065 }],
1061 ], 1066 ],
1062 } 1067 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698