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

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 8 years 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
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 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 ['exclude', '(?<!Chromium)(Cairo|CF|CG|Curl|Gtk|JSC|Linux|Mac|OpenType|P OSIX|Posix|Qt|Safari|Soup|Win|WinCE|Wx)\\.(cpp|mm?)$'], 1676 ['exclude', '(?<!Chromium)(Cairo|CF|CG|Curl|Gtk|JSC|Linux|Mac|OpenType|P OSIX|Posix|Qt|Safari|Soup|Win|WinCE|Wx)\\.(cpp|mm?)$'],
1677 1677
1678 ['exclude', 'platform/LinkHash\\.cpp$'], 1678 ['exclude', 'platform/LinkHash\\.cpp$'],
1679 ['exclude', 'platform/MIMETypeRegistry\\.cpp$'], 1679 ['exclude', 'platform/MIMETypeRegistry\\.cpp$'],
1680 ['exclude', 'platform/Theme\\.cpp$'], 1680 ['exclude', 'platform/Theme\\.cpp$'],
1681 # *NEON.cpp files need special compile options. 1681 # *NEON.cpp files need special compile options.
1682 # They are moved to the webcore_arm_neon target. 1682 # They are moved to the webcore_arm_neon target.
1683 ['exclude', 'platform/graphics/cpu/arm/filters/.*NEON\\.(cpp|h)'], 1683 ['exclude', 'platform/graphics/cpu/arm/filters/.*NEON\\.(cpp|h)'],
1684 ['exclude', 'platform/image-encoders/JPEGImageEncoder\\.(cpp|h)$'], 1684 ['exclude', 'platform/image-encoders/JPEGImageEncoder\\.(cpp|h)$'],
1685 ['exclude', 'platform/image-encoders/PNGImageEncoder\\.(cpp|h)$'], 1685 ['exclude', 'platform/image-encoders/PNGImageEncoder\\.(cpp|h)$'],
1686 ['exclude', 'platform/network/BlobRegistryImpl\\.(cpp|h)$'],
1687 ['exclude', 'platform/network/BlobResourceHandle\\.(cpp|h)$'],
1688 ['exclude', 'platform/network/BlobStorageData.h'],
1686 ['exclude', 'platform/network/ResourceHandle\\.cpp$'], 1689 ['exclude', 'platform/network/ResourceHandle\\.cpp$'],
1687 ['exclude', 'platform/sql/SQLiteFileSystem\\.cpp$'], 1690 ['exclude', 'platform/sql/SQLiteFileSystem\\.cpp$'],
1688 ['exclude', 'platform/text/LocaleToScriptMappingICU\\.cpp$'], 1691 ['exclude', 'platform/text/LocaleToScriptMappingICU\\.cpp$'],
1689 ['exclude', 'platform/text/TextEncodingDetectorNone\\.cpp$'], 1692 ['exclude', 'platform/text/TextEncodingDetectorNone\\.cpp$'],
1690 ], 1693 ],
1691 'conditions': [ 1694 'conditions': [
1692 ['inside_chromium_build==1', { 1695 ['inside_chromium_build==1', {
1693 'conditions': [ 1696 'conditions': [
1694 ['component=="shared_library"', { 1697 ['component=="shared_library"', {
1695 'defines': [ 1698 'defines': [
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', 2283 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h',
2281 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp', 2284 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp',
2282 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 2285 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
2283 ], 2286 ],
2284 'sources/': [ 2287 'sources/': [
2285 ['exclude', 'testing/js'], 2288 ['exclude', 'testing/js'],
2286 ], 2289 ],
2287 }, 2290 },
2288 ], # targets 2291 ], # targets
2289 } 2292 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698