| 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 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1716 '../Resources/southResizeCursor.png', | 1716 '../Resources/southResizeCursor.png', |
| 1717 '../Resources/southWestResizeCursor.png', | 1717 '../Resources/southWestResizeCursor.png', |
| 1718 '../Resources/verticalTextCursor.png', | 1718 '../Resources/verticalTextCursor.png', |
| 1719 '../Resources/waitCursor.png', | 1719 '../Resources/waitCursor.png', |
| 1720 '../Resources/westResizeCursor.png', | 1720 '../Resources/westResizeCursor.png', |
| 1721 '../Resources/zoomInCursor.png', | 1721 '../Resources/zoomInCursor.png', |
| 1722 '../Resources/zoomOutCursor.png', | 1722 '../Resources/zoomOutCursor.png', |
| 1723 ], | 1723 ], |
| 1724 }, | 1724 }, |
| 1725 'conditions': [ | 1725 'conditions': [ |
| 1726 # Shard this taret into ten parts to work around linker limitations. |
| 1727 # on link time code generation builds. |
| 1728 ['OS=="win" and buildtype=="Official"', { |
| 1729 'msvs_shard': 10, |
| 1730 }], |
| 1726 ['OS=="win"', { | 1731 ['OS=="win"', { |
| 1727 'sources/': [ | 1732 'sources/': [ |
| 1728 ['exclude', 'Posix\\.cpp$'], | 1733 ['exclude', 'Posix\\.cpp$'], |
| 1729 ['include', '/opentype/'], | 1734 ['include', '/opentype/'], |
| 1730 ['include', '/ScrollAnimatorWin\\.cpp$'], | 1735 ['include', '/ScrollAnimatorWin\\.cpp$'], |
| 1731 ['include', '/ScrollAnimatorWin\\.h$'], | 1736 ['include', '/ScrollAnimatorWin\\.h$'], |
| 1732 ['include', '/SkiaFontWin\\.cpp$'], | 1737 ['include', '/SkiaFontWin\\.cpp$'], |
| 1733 ['include', '/TransparencyWin\\.cpp$'], | 1738 ['include', '/TransparencyWin\\.cpp$'], |
| 1734 ], | 1739 ], |
| 1735 }], | 1740 }], |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1863 '<@(webcore_test_support_files)', | 1868 '<@(webcore_test_support_files)', |
| 1864 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp', | 1869 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp', |
| 1865 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', | 1870 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', |
| 1866 ], | 1871 ], |
| 1867 'sources/': [ | 1872 'sources/': [ |
| 1868 ['exclude', 'testing/js'], | 1873 ['exclude', 'testing/js'], |
| 1869 ], | 1874 ], |
| 1870 }, | 1875 }, |
| 1871 ], # targets | 1876 ], # targets |
| 1872 } | 1877 } |
| OLD | NEW |