OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 # the specific exclusions in the "exclude" list below. | 561 # the specific exclusions in the "exclude" list below. |
562 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'], | 562 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'], |
563 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], | 563 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], |
564 ['include', 'platform/text/mac/ShapeArabic\\.c$'], | 564 ['include', 'platform/text/mac/ShapeArabic\\.c$'], |
565 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], | 565 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], |
566 # Use USE_NEW_THEME on Mac. | 566 # Use USE_NEW_THEME on Mac. |
567 ['include', 'platform/Theme\\.cpp$'], | 567 ['include', 'platform/Theme\\.cpp$'], |
568 ], | 568 ], |
569 }, { # OS!="mac" | 569 }, { # OS!="mac" |
570 'sources!': [ | 570 'sources!': [ |
571 'editing/SmartReplaceCF.cpp', | 571 'editing/commands/SmartReplaceCF.cpp', |
572 ], | 572 ], |
573 }], | 573 }], |
574 ['OS=="win" and chromium_win_pch==1', { | 574 ['OS=="win" and chromium_win_pch==1', { |
575 'sources/': [ | 575 'sources/': [ |
576 ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile
.cpp'], | 576 ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile
.cpp'], |
577 ], | 577 ], |
578 }], | 578 }], |
579 ['use_default_render_theme==0 and OS != "android"', { | 579 ['use_default_render_theme==0 and OS != "android"', { |
580 'sources!': [ | 580 'sources!': [ |
581 'paint/ThemePainterDefault.cpp', | 581 'paint/ThemePainterDefault.cpp', |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 'layout/LayoutThemeFontProvider.cpp', | 816 'layout/LayoutThemeFontProvider.cpp', |
817 'layout/LayoutThemeFontProvider.h', | 817 'layout/LayoutThemeFontProvider.h', |
818 ], | 818 ], |
819 'link_settings': { | 819 'link_settings': { |
820 'libraries': [ | 820 'libraries': [ |
821 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 821 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
822 ], | 822 ], |
823 }, | 823 }, |
824 },{ # OS!="mac" | 824 },{ # OS!="mac" |
825 'sources!': [ | 825 'sources!': [ |
826 'editing/SmartReplaceCF.cpp', | 826 'editing/commands/SmartReplaceCF.cpp', |
827 'layout/LayoutThemeMac.h', | 827 'layout/LayoutThemeMac.h', |
828 'layout/LayoutThemeMac.mm', | 828 'layout/LayoutThemeMac.mm', |
829 ], | 829 ], |
830 }], | 830 }], |
831 ['OS == "android" and target_arch == "ia32" and gcc_version == 46',
{ | 831 ['OS == "android" and target_arch == "ia32" and gcc_version == 46',
{ |
832 # Due to a bug in gcc 4.6 in android NDK, we get warnings about un
initialized variable. | 832 # Due to a bug in gcc 4.6 in android NDK, we get warnings about un
initialized variable. |
833 'cflags': ['-Wno-uninitialized'], | 833 'cflags': ['-Wno-uninitialized'], |
834 }], | 834 }], |
835 ['OS != "linux"', { | 835 ['OS != "linux"', { |
836 'sources!': [ | 836 'sources!': [ |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'libraries': [ | 873 'libraries': [ |
874 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', | 874 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', |
875 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', | 875 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', |
876 ] | 876 ] |
877 }, | 877 }, |
878 }], | 878 }], |
879 ], | 879 ], |
880 }, | 880 }, |
881 ], # targets | 881 ], # targets |
882 } | 882 } |
OLD | NEW |