| 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 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1686 ['exclude', '(?<!Chromium)(Cairo|CF|CG|Curl|Gtk|JSC|Linux|Mac|OpenType|P
OSIX|Posix|Qt|Safari|Soup|Win|WinCE|Wx)\\.(cpp|mm?)$'], | 1686 ['exclude', '(?<!Chromium)(Cairo|CF|CG|Curl|Gtk|JSC|Linux|Mac|OpenType|P
OSIX|Posix|Qt|Safari|Soup|Win|WinCE|Wx)\\.(cpp|mm?)$'], |
| 1687 | 1687 |
| 1688 ['exclude', 'platform/LinkHash\\.cpp$'], | 1688 ['exclude', 'platform/LinkHash\\.cpp$'], |
| 1689 ['exclude', 'platform/MIMETypeRegistry\\.cpp$'], | 1689 ['exclude', 'platform/MIMETypeRegistry\\.cpp$'], |
| 1690 ['exclude', 'platform/Theme\\.cpp$'], | 1690 ['exclude', 'platform/Theme\\.cpp$'], |
| 1691 # *NEON.cpp files need special compile options. | 1691 # *NEON.cpp files need special compile options. |
| 1692 # They are moved to the webcore_arm_neon target. | 1692 # They are moved to the webcore_arm_neon target. |
| 1693 ['exclude', 'platform/graphics/cpu/arm/filters/.*NEON\\.(cpp|h)'], | 1693 ['exclude', 'platform/graphics/cpu/arm/filters/.*NEON\\.(cpp|h)'], |
| 1694 ['exclude', 'platform/image-encoders/JPEGImageEncoder\\.(cpp|h)$'], | 1694 ['exclude', 'platform/image-encoders/JPEGImageEncoder\\.(cpp|h)$'], |
| 1695 ['exclude', 'platform/image-encoders/PNGImageEncoder\\.(cpp|h)$'], | 1695 ['exclude', 'platform/image-encoders/PNGImageEncoder\\.(cpp|h)$'], |
| 1696 ['exclude', 'platform/network/BlobRegistryImpl\\.(cpp|h)$'], |
| 1697 ['exclude', 'platform/network/BlobResourceHandle\\.(cpp|h)$'], |
| 1698 ['exclude', 'platform/network/BlobStorageData.h'], |
| 1696 ['exclude', 'platform/network/ResourceHandle\\.cpp$'], | 1699 ['exclude', 'platform/network/ResourceHandle\\.cpp$'], |
| 1697 ['exclude', 'platform/sql/SQLiteFileSystem\\.cpp$'], | 1700 ['exclude', 'platform/sql/SQLiteFileSystem\\.cpp$'], |
| 1698 ['exclude', 'platform/text/LocaleToScriptMappingICU\\.cpp$'], | 1701 ['exclude', 'platform/text/LocaleToScriptMappingICU\\.cpp$'], |
| 1699 ['exclude', 'platform/text/TextEncodingDetectorNone\\.cpp$'], | 1702 ['exclude', 'platform/text/TextEncodingDetectorNone\\.cpp$'], |
| 1700 ], | 1703 ], |
| 1701 'conditions': [ | 1704 'conditions': [ |
| 1702 ['inside_chromium_build==1', { | 1705 ['inside_chromium_build==1', { |
| 1703 'conditions': [ | 1706 'conditions': [ |
| 1704 ['component=="shared_library"', { | 1707 ['component=="shared_library"', { |
| 1705 'defines': [ | 1708 'defines': [ |
| (...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2275 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', | 2278 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', |
| 2276 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', | 2279 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', |
| 2277 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 2280 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
| 2278 ], | 2281 ], |
| 2279 'sources/': [ | 2282 'sources/': [ |
| 2280 ['exclude', 'testing/js'], | 2283 ['exclude', 'testing/js'], |
| 2281 ], | 2284 ], |
| 2282 }, | 2285 }, |
| 2283 ], # targets | 2286 ], # targets |
| 2284 } | 2287 } |
| OLD | NEW |