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

Side by Side Diff: Source/core/core_tmp.gyp

Issue 16379004: Android should be able to discard CachedResources (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/loader/cache/CachedCSSStyleSheet.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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 ['include', 'platform/graphics/mac/FloatPointMac\\.mm$'], 706 ['include', 'platform/graphics/mac/FloatPointMac\\.mm$'],
707 ['include', 'platform/graphics/mac/FloatRectMac\\.mm$'], 707 ['include', 'platform/graphics/mac/FloatRectMac\\.mm$'],
708 ['include', 'platform/graphics/mac/FloatSizeMac\\.mm$'], 708 ['include', 'platform/graphics/mac/FloatSizeMac\\.mm$'],
709 ['include', 'platform/graphics/mac/GlyphPageTreeNodeMac\\.cpp$'], 709 ['include', 'platform/graphics/mac/GlyphPageTreeNodeMac\\.cpp$'],
710 ['include', 'platform/graphics/mac/IntPointMac\\.mm$'], 710 ['include', 'platform/graphics/mac/IntPointMac\\.mm$'],
711 ['include', 'platform/graphics/mac/IntRectMac\\.mm$'], 711 ['include', 'platform/graphics/mac/IntRectMac\\.mm$'],
712 ['include', 'platform/mac/BlockExceptions\\.mm$'], 712 ['include', 'platform/mac/BlockExceptions\\.mm$'],
713 ['include', 'platform/mac/KillRingMac\\.mm$'], 713 ['include', 'platform/mac/KillRingMac\\.mm$'],
714 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'], 714 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'],
715 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'], 715 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'],
716 ['include', 'platform/mac/PurgeableBufferMac\\.cpp$'],
717 ['include', 'platform/mac/ScrollbarThemeMac\\.mm$'], 716 ['include', 'platform/mac/ScrollbarThemeMac\\.mm$'],
718 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'], 717 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'],
719 ['include', 'platform/mac/ScrollElasticityController\\.mm$'], 718 ['include', 'platform/mac/ScrollElasticityController\\.mm$'],
720 ['include', 'platform/mac/ThemeMac\\.h$'], 719 ['include', 'platform/mac/ThemeMac\\.h$'],
721 ['include', 'platform/mac/ThemeMac\\.mm$'], 720 ['include', 'platform/mac/ThemeMac\\.mm$'],
722 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'], 721 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'],
723 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], 722 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'],
724 ['include', 'platform/text/mac/ShapeArabic\\.c$'], 723 ['include', 'platform/text/mac/ShapeArabic\\.c$'],
725 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], 724 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'],
726 # Use USE_NEW_THEME on Mac. 725 # Use USE_NEW_THEME on Mac.
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1100 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1102 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' , 1101 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' ,
1103 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', 1102 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
1104 ], 1103 ],
1105 'sources/': [ 1104 'sources/': [
1106 ['exclude', 'testing/js'], 1105 ['exclude', 'testing/js'],
1107 ], 1106 ],
1108 }, 1107 },
1109 ], # targets 1108 ], # targets
1110 } 1109 }
OLDNEW
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/loader/cache/CachedCSSStyleSheet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698