OLD | NEW |
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 Loading... |
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 'gfx/skia_util.h', | 576 'gfx/skia_util.h', |
577 'gfx/skia_utils_gtk.cc', | 577 'gfx/skia_utils_gtk.cc', |
578 'gfx/skia_utils_gtk.h', | 578 'gfx/skia_utils_gtk.h', |
579 'gfx/switches.cc', | 579 'gfx/switches.cc', |
580 'gfx/switches.h', | 580 'gfx/switches.h', |
581 'gfx/sys_color_change_listener.cc', | 581 'gfx/sys_color_change_listener.cc', |
582 'gfx/sys_color_change_listener.h', | 582 'gfx/sys_color_change_listener.h', |
583 'gfx/text_constants.h', | 583 'gfx/text_constants.h', |
584 'gfx/text_utils.cc', | 584 'gfx/text_utils.cc', |
585 'gfx/text_utils.h', | 585 'gfx/text_utils.h', |
| 586 'gfx/text_utils_android.cc', |
| 587 'gfx/text_utils_ios.mm', |
| 588 'gfx/text_utils_skia.cc', |
586 'gfx/transform.cc', | 589 'gfx/transform.cc', |
587 'gfx/transform.h', | 590 'gfx/transform.h', |
588 'gfx/transform_util.cc', | 591 'gfx/transform_util.cc', |
589 'gfx/transform_util.h', | 592 'gfx/transform_util.h', |
590 'gfx/vector2d.cc', | 593 'gfx/vector2d.cc', |
591 'gfx/vector2d.h', | 594 'gfx/vector2d.h', |
592 'gfx/vector2d_conversions.cc', | 595 'gfx/vector2d_conversions.cc', |
593 'gfx/vector2d_conversions.h', | 596 'gfx/vector2d_conversions.h', |
594 'gfx/vector2d_f.cc', | 597 'gfx/vector2d_f.cc', |
595 'gfx/vector2d_f.h', | 598 'gfx/vector2d_f.h', |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
901 }], | 904 }], |
902 ['OS=="android" and android_webview_build==0', { | 905 ['OS=="android" and android_webview_build==0', { |
903 'dependencies': [ | 906 'dependencies': [ |
904 'ui_java', | 907 'ui_java', |
905 ], | 908 ], |
906 }], | 909 }], |
907 ['OS=="android" or OS=="ios"', { | 910 ['OS=="android" or OS=="ios"', { |
908 'sources!': [ | 911 'sources!': [ |
909 'gfx/render_text.cc', | 912 'gfx/render_text.cc', |
910 'gfx/render_text.h', | 913 'gfx/render_text.h', |
| 914 'gfx/text_utils_skia.cc', |
911 ], | 915 ], |
912 }], | 916 }], |
913 ['OS=="linux"', { | 917 ['OS=="linux"', { |
914 'libraries': [ | 918 'libraries': [ |
915 '-ldl', | 919 '-ldl', |
916 ], | 920 ], |
917 }], | 921 }], |
918 ['use_system_icu==1', { | 922 ['use_system_icu==1', { |
919 # When using the system icu, the icu targets generate shim headers | 923 # When using the system icu, the icu targets generate shim headers |
920 # which are included by public headers in the ui target, so we need | 924 # which are included by public headers in the ui target, so we need |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 'xcode_settings': { | 1057 'xcode_settings': { |
1054 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1058 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1055 }, | 1059 }, |
1056 }], | 1060 }], |
1057 ], | 1061 ], |
1058 }, | 1062 }, |
1059 ], | 1063 ], |
1060 }], | 1064 }], |
1061 ], | 1065 ], |
1062 } | 1066 } |
OLD | NEW |