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

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

Issue 10310152: Merge 116786 - [chromium] Ensure that animations continue to run when transform-style is changed (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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'tests/CompositorFakeGraphicsContext3D.h', 96 'tests/CompositorFakeGraphicsContext3D.h',
97 'tests/CompositorFakeWebGraphicsContext3D.h', 97 'tests/CompositorFakeWebGraphicsContext3D.h',
98 'tests/DragImageTest.cpp', 98 'tests/DragImageTest.cpp',
99 'tests/DrawingBufferChromiumTest.cpp', 99 'tests/DrawingBufferChromiumTest.cpp',
100 'tests/FakeCCLayerTreeHostClient.h', 100 'tests/FakeCCLayerTreeHostClient.h',
101 'tests/FakeGraphicsContext3DTest.cpp', 101 'tests/FakeGraphicsContext3DTest.cpp',
102 'tests/FakeWebGraphicsContext3D.h', 102 'tests/FakeWebGraphicsContext3D.h',
103 'tests/FloatQuadTest.cpp', 103 'tests/FloatQuadTest.cpp',
104 'tests/FrameTestHelpers.cpp', 104 'tests/FrameTestHelpers.cpp',
105 'tests/FrameTestHelpers.h', 105 'tests/FrameTestHelpers.h',
106 'tests/GraphicsLayerChromiumTest.cpp',
106 'tests/IDBBindingUtilitiesTest.cpp', 107 'tests/IDBBindingUtilitiesTest.cpp',
107 'tests/IDBKeyPathTest.cpp', 108 'tests/IDBKeyPathTest.cpp',
108 'tests/IDBLevelDBCodingTest.cpp', 109 'tests/IDBLevelDBCodingTest.cpp',
109 'tests/ImageLayerChromiumTest.cpp', 110 'tests/ImageLayerChromiumTest.cpp',
110 'tests/KeyboardTest.cpp', 111 'tests/KeyboardTest.cpp',
111 'tests/KURLTest.cpp', 112 'tests/KURLTest.cpp',
112 'tests/LayerChromiumTest.cpp', 113 'tests/LayerChromiumTest.cpp',
113 'tests/LayerRendererChromiumTest.cpp', 114 'tests/LayerRendererChromiumTest.cpp',
114 'tests/LayerTextureUpdaterTest.cpp', 115 'tests/LayerTextureUpdaterTest.cpp',
115 'tests/LevelDBTest.cpp', 116 'tests/LevelDBTest.cpp',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 }], 171 }],
171 ], 172 ],
172 }, 173 },
173 } 174 }
174 175
175 # Local Variables: 176 # Local Variables:
176 # tab-width:2 177 # tab-width:2
177 # indent-tabs-mode:nil 178 # indent-tabs-mode:nil
178 # End: 179 # End:
179 # vim: set expandtab tabstop=2 shiftwidth=2: 180 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698