Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: WebCore/WebCore.gyp/WebCore.gyp

Issue 11192017: ********** WebCore blob hacking (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/Source/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « WebCore/WebCore.gypi ('k') | WebCore/bindings/js/SerializedScriptValue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « WebCore/WebCore.gypi ('k') | WebCore/bindings/js/SerializedScriptValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698