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

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

Issue 16520007: Serialize <input type="image"> images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added test framework and a test 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
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'tests/MockImageDecoder.h', 60 'tests/MockImageDecoder.h',
61 'tests/KeyboardTest.cpp', 61 'tests/KeyboardTest.cpp',
62 'tests/LinkHighlightTest.cpp', 62 'tests/LinkHighlightTest.cpp',
63 'tests/ListenerLeakTest.cpp', 63 'tests/ListenerLeakTest.cpp',
64 'tests/MemoryInfo.cpp', 64 'tests/MemoryInfo.cpp',
65 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 65 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
66 'tests/OpenTypeVerticalDataTest.cpp', 66 'tests/OpenTypeVerticalDataTest.cpp',
67 'tests/PODArenaTest.cpp', 67 'tests/PODArenaTest.cpp',
68 'tests/PODIntervalTreeTest.cpp', 68 'tests/PODIntervalTreeTest.cpp',
69 'tests/PODRedBlackTreeTest.cpp', 69 'tests/PODRedBlackTreeTest.cpp',
70 'tests/PageSerializerTest.cpp',
70 'tests/PaintAggregatorTest.cpp', 71 'tests/PaintAggregatorTest.cpp',
71 'tests/PopupContainerTest.cpp', 72 'tests/PopupContainerTest.cpp',
72 'tests/PrerenderingTest.cpp', 73 'tests/PrerenderingTest.cpp',
73 'tests/ProgrammaticScrollTest.cpp', 74 'tests/ProgrammaticScrollTest.cpp',
74 'tests/RegionTest.cpp', 75 'tests/RegionTest.cpp',
75 'tests/RenderLayerBackingTest.cpp', 76 'tests/RenderLayerBackingTest.cpp',
76 'tests/RenderTableCellTest.cpp', 77 'tests/RenderTableCellTest.cpp',
77 'tests/RenderTableRowTest.cpp', 78 'tests/RenderTableRowTest.cpp',
78 'tests/ScrollingCoordinatorChromiumTest.cpp', 79 'tests/ScrollingCoordinatorChromiumTest.cpp',
79 'tests/ThreadSafeDataTransportTest.cpp', 80 'tests/ThreadSafeDataTransportTest.cpp',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 }], 131 }],
131 ], 132 ],
132 }, 133 },
133 } 134 }
134 135
135 # Local Variables: 136 # Local Variables:
136 # tab-width:2 137 # tab-width:2
137 # indent-tabs-mode:nil 138 # indent-tabs-mode:nil
138 # End: 139 # End:
139 # vim: set expandtab tabstop=2 shiftwidth=2: 140 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698