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

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

Issue 10384160: Merge 116722 - Sync with impl thread when removing references to external textures (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'tests/PlatformGestureCurveTest.cpp', 119 'tests/PlatformGestureCurveTest.cpp',
120 'tests/PlatformContextSkiaTest.cpp', 120 'tests/PlatformContextSkiaTest.cpp',
121 'tests/PODArenaTest.cpp', 121 'tests/PODArenaTest.cpp',
122 'tests/PODIntervalTreeTest.cpp', 122 'tests/PODIntervalTreeTest.cpp',
123 'tests/PODRedBlackTreeTest.cpp', 123 'tests/PODRedBlackTreeTest.cpp',
124 'tests/RegionTest.cpp', 124 'tests/RegionTest.cpp',
125 'tests/RenderTableCellTest.cpp', 125 'tests/RenderTableCellTest.cpp',
126 'tests/RenderTableRowTest.cpp', 126 'tests/RenderTableRowTest.cpp',
127 'tests/ScrollbarLayerChromiumTest.cpp', 127 'tests/ScrollbarLayerChromiumTest.cpp',
128 'tests/TextureCopierTest.cpp', 128 'tests/TextureCopierTest.cpp',
129 'tests/TextureLayerChromiumTest.cpp',
129 'tests/TextureManagerTest.cpp', 130 'tests/TextureManagerTest.cpp',
130 'tests/TiledLayerChromiumTest.cpp', 131 'tests/TiledLayerChromiumTest.cpp',
131 'tests/TilingDataTest.cpp', 132 'tests/TilingDataTest.cpp',
132 'tests/TreeSynchronizerTest.cpp', 133 'tests/TreeSynchronizerTest.cpp',
133 'tests/TreeTestHelpers.cpp', 134 'tests/TreeTestHelpers.cpp',
134 'tests/TreeTestHelpers.h', 135 'tests/TreeTestHelpers.h',
135 'tests/WebCompositorInputHandlerImplTest.cpp', 136 'tests/WebCompositorInputHandlerImplTest.cpp',
136 'tests/WebFrameTest.cpp', 137 'tests/WebFrameTest.cpp',
137 'tests/WebLayerTest.cpp', 138 'tests/WebLayerTest.cpp',
138 'tests/WebPageNewSerializerTest.cpp', 139 'tests/WebPageNewSerializerTest.cpp',
(...skipping 30 matching lines...) Expand all
169 }], 170 }],
170 ], 171 ],
171 }, 172 },
172 } 173 }
173 174
174 # Local Variables: 175 # Local Variables:
175 # tab-width:2 176 # tab-width:2
176 # indent-tabs-mode:nil 177 # indent-tabs-mode:nil
177 # End: 178 # End:
178 # vim: set expandtab tabstop=2 shiftwidth=2: 179 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698