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

Side by Side Diff: Source/WebKit/chromium/WebKit.gypi

Issue 13980003: Add animation support for WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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
OLDNEW
1 # 1 #
2 # Copyright (C) 2010 Google Inc. All rights reserved. 2 # Copyright (C) 2010 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'tests/URLTestHelpers.cpp', 95 'tests/URLTestHelpers.cpp',
96 'tests/URLTestHelpers.h', 96 'tests/URLTestHelpers.h',
97 'tests/WebCompositorInitializer.h', 97 'tests/WebCompositorInitializer.h',
98 'tests/WebCompositorInputHandlerImplTest.cpp', 98 'tests/WebCompositorInputHandlerImplTest.cpp',
99 'tests/WebFrameTest.cpp', 99 'tests/WebFrameTest.cpp',
100 'tests/WebImageTest.cpp', 100 'tests/WebImageTest.cpp',
101 'tests/WebInputEventConversionTest.cpp', 101 'tests/WebInputEventConversionTest.cpp',
102 'tests/WebInputEventFactoryTestMac.mm', 102 'tests/WebInputEventFactoryTestMac.mm',
103 'tests/WebPageNewSerializerTest.cpp', 103 'tests/WebPageNewSerializerTest.cpp',
104 'tests/WebPageSerializerTest.cpp', 104 'tests/WebPageSerializerTest.cpp',
105 'tests/WEBPImageDecoderTest.cpp',
105 'tests/WebPluginContainerTest.cpp', 106 'tests/WebPluginContainerTest.cpp',
106 'tests/WebUserGestureTokenTest.cpp', 107 'tests/WebUserGestureTokenTest.cpp',
107 'tests/WebSocketDeflaterTest.cpp', 108 'tests/WebSocketDeflaterTest.cpp',
108 'tests/WebSocketExtensionDispatcherTest.cpp', 109 'tests/WebSocketExtensionDispatcherTest.cpp',
109 'tests/WebURLRequestTest.cpp', 110 'tests/WebURLRequestTest.cpp',
110 'tests/WebURLResponseTest.cpp', 111 'tests/WebURLResponseTest.cpp',
111 'tests/WebViewTest.cpp', 112 'tests/WebViewTest.cpp',
112 ], 113 ],
113 114
114 'conditions': [ 115 'conditions': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 }], 148 }],
148 ], 149 ],
149 }, 150 },
150 } 151 }
151 152
152 # Local Variables: 153 # Local Variables:
153 # tab-width:2 154 # tab-width:2
154 # indent-tabs-mode:nil 155 # indent-tabs-mode:nil
155 # End: 156 # End:
156 # vim: set expandtab tabstop=2 shiftwidth=2: 157 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698