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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
411 'gfx/android/java_bitmap.cc', | 411 'gfx/android/java_bitmap.cc', |
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_ios.mm', | |
421 'gfx/canvas_mac.mm', | 422 'gfx/canvas_mac.mm', |
423 'gfx/canvas_paint_gtk.cc', | |
422 'gfx/canvas_paint_gtk.h', | 424 'gfx/canvas_paint_gtk.h', |
423 'gfx/canvas_paint_mac.h', | 425 'gfx/canvas_paint_mac.h', |
424 'gfx/canvas_paint_win.h', | |
425 'gfx/canvas_paint_gtk.cc', | |
426 'gfx/canvas_paint_mac.mm', | 426 'gfx/canvas_paint_mac.mm', |
427 'gfx/canvas_paint_win.cc', | 427 'gfx/canvas_paint_win.cc', |
428 'gfx/canvas_paint_win.h', | |
428 'gfx/canvas_skia.cc', | 429 'gfx/canvas_skia.cc', |
429 'gfx/canvas_skia_paint.h', | 430 'gfx/canvas_skia_paint.h', |
430 'gfx/codec/jpeg_codec.cc', | 431 'gfx/codec/jpeg_codec.cc', |
431 'gfx/codec/jpeg_codec.h', | 432 'gfx/codec/jpeg_codec.h', |
432 'gfx/codec/png_codec.cc', | 433 'gfx/codec/png_codec.cc', |
433 'gfx/codec/png_codec.h', | 434 'gfx/codec/png_codec.h', |
434 'gfx/color_analysis.cc', | 435 'gfx/color_analysis.cc', |
435 'gfx/color_analysis.h', | 436 'gfx/color_analysis.h', |
436 'gfx/color_profile.cc', | 437 'gfx/color_profile.cc', |
437 'gfx/color_profile.h', | 438 'gfx/color_profile.h', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
615 'dependencies': [ | 616 'dependencies': [ |
616 '<(libjpeg_gyp_path):libjpeg', | 617 '<(libjpeg_gyp_path):libjpeg', |
617 ], | 618 ], |
618 }, { # OS=="ios" | 619 }, { # OS=="ios" |
619 # iOS only uses a subset of UI. | 620 # iOS only uses a subset of UI. |
620 'sources/': [ | 621 'sources/': [ |
621 ['exclude', '\\.(cc|mm)$'], | 622 ['exclude', '\\.(cc|mm)$'], |
622 ['include', '_ios\\.(cc|mm)$'], | 623 ['include', '_ios\\.(cc|mm)$'], |
623 ['include', '(^|/)ios/'], | 624 ['include', '(^|/)ios/'], |
624 ['include', '^gfx/'], | 625 ['include', '^gfx/'], |
626 ['exclude', '^gfx/canvas\\.cc$'], | |
msw
2013/08/19 19:05:43
What specifically doesn't compile in canvas.cc on
| |
625 ['exclude', '^gfx/codec/jpeg_codec\\.cc$'], | 627 ['exclude', '^gfx/codec/jpeg_codec\\.cc$'], |
626 ['include', '^base/animation/'], | 628 ['include', '^base/animation/'], |
627 ['include', '^base/l10n/'], | 629 ['include', '^base/l10n/'], |
628 ['include', '^base/layout'], | 630 ['include', '^base/layout'], |
629 ['include', '^base/range/'], | 631 ['include', '^base/range/'], |
630 ['include', '^base/resource/'], | 632 ['include', '^base/resource/'], |
631 ['include', '^base/text/text_elider\\.'], | 633 ['include', '^base/text/text_elider\\.'], |
632 ['include', '^base/ui_base_'], | 634 ['include', '^base/ui_base_'], |
633 ], | 635 ], |
634 'link_settings': { | 636 'link_settings': { |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1053 'xcode_settings': { | 1055 'xcode_settings': { |
1054 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1056 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1055 }, | 1057 }, |
1056 }], | 1058 }], |
1057 ], | 1059 ], |
1058 }, | 1060 }, |
1059 ], | 1061 ], |
1060 }], | 1062 }], |
1061 ], | 1063 ], |
1062 } | 1064 } |
OLD | NEW |