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

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

Issue 10534013: Revert 119486 - Merge 117978 - IndexedDB: Fire error when there are problems opening a DB (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/GraphicsLayerChromiumTest.cpp',
107 'tests/IDBAbortOnCorruptTest.cpp',
108 'tests/IDBBindingUtilitiesTest.cpp', 107 'tests/IDBBindingUtilitiesTest.cpp',
109 'tests/IDBFakeBackingStore.h',
110 'tests/IDBKeyPathTest.cpp', 108 'tests/IDBKeyPathTest.cpp',
111 'tests/IDBLevelDBCodingTest.cpp', 109 'tests/IDBLevelDBCodingTest.cpp',
112 'tests/ImageLayerChromiumTest.cpp', 110 'tests/ImageLayerChromiumTest.cpp',
113 'tests/KeyboardTest.cpp', 111 'tests/KeyboardTest.cpp',
114 'tests/KURLTest.cpp', 112 'tests/KURLTest.cpp',
115 'tests/LayerChromiumTest.cpp', 113 'tests/LayerChromiumTest.cpp',
116 'tests/LayerRendererChromiumTest.cpp', 114 'tests/LayerRendererChromiumTest.cpp',
117 'tests/LayerTextureUpdaterTest.cpp', 115 'tests/LayerTextureUpdaterTest.cpp',
118 'tests/LevelDBTest.cpp', 116 'tests/LevelDBTest.cpp',
119 'tests/LocalizedNumberICUTest.cpp', 117 'tests/LocalizedNumberICUTest.cpp',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 }], 171 }],
174 ], 172 ],
175 }, 173 },
176 } 174 }
177 175
178 # Local Variables: 176 # Local Variables:
179 # tab-width:2 177 # tab-width:2
180 # indent-tabs-mode:nil 178 # indent-tabs-mode:nil
181 # End: 179 # End:
182 # vim: set expandtab tabstop=2 shiftwidth=2: 180 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h ('k') | Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698