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

Side by Side Diff: content/content_common.gypi

Issue 9389025: IndexedDB: Implement IPC plumbing for IDBObjectStore.delete(IDBKeyRange) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename to avoid overloading, remove bad includes Created 8 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « content/common/indexed_db/proxy_webidbobjectstore_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'common/gpu/media/gpu_video_decode_accelerator.h', 185 'common/gpu/media/gpu_video_decode_accelerator.h',
186 'common/gpu/texture_image_transport_surface.h', 186 'common/gpu/texture_image_transport_surface.h',
187 'common/gpu/texture_image_transport_surface.cc', 187 'common/gpu/texture_image_transport_surface.cc',
188 'common/handle_enumerator_win.cc', 188 'common/handle_enumerator_win.cc',
189 'common/handle_enumerator_win.h', 189 'common/handle_enumerator_win.h',
190 'common/hi_res_timer_manager_posix.cc', 190 'common/hi_res_timer_manager_posix.cc',
191 'common/hi_res_timer_manager_win.cc', 191 'common/hi_res_timer_manager_win.cc',
192 'common/hi_res_timer_manager.h', 192 'common/hi_res_timer_manager.h',
193 'common/indexed_db/indexed_db_key.cc', 193 'common/indexed_db/indexed_db_key.cc',
194 'common/indexed_db/indexed_db_key.h', 194 'common/indexed_db/indexed_db_key.h',
195 'common/indexed_db/indexed_db_key_range.cc',
196 'common/indexed_db/indexed_db_key_range.h',
195 'common/indexed_db/indexed_db_messages.h', 197 'common/indexed_db/indexed_db_messages.h',
196 'common/indexed_db/indexed_db_param_traits.cc', 198 'common/indexed_db/indexed_db_param_traits.cc',
197 'common/indexed_db/indexed_db_param_traits.h', 199 'common/indexed_db/indexed_db_param_traits.h',
198 'common/indexed_db/indexed_db_dispatcher.cc', 200 'common/indexed_db/indexed_db_dispatcher.cc',
199 'common/indexed_db/indexed_db_dispatcher.h', 201 'common/indexed_db/indexed_db_dispatcher.h',
200 'common/indexed_db/indexed_db_message_filter.cc', 202 'common/indexed_db/indexed_db_message_filter.cc',
201 'common/indexed_db/indexed_db_message_filter.h', 203 'common/indexed_db/indexed_db_message_filter.h',
202 'common/indexed_db/proxy_webidbcursor_impl.cc', 204 'common/indexed_db/proxy_webidbcursor_impl.cc',
203 'common/indexed_db/proxy_webidbcursor_impl.h', 205 'common/indexed_db/proxy_webidbcursor_impl.h',
204 'common/indexed_db/proxy_webidbdatabase_impl.cc', 206 'common/indexed_db/proxy_webidbdatabase_impl.cc',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 '../build/extract_from_cab.py', 422 '../build/extract_from_cab.py',
421 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 423 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
422 '<(output)', 424 '<(output)',
423 '<(PRODUCT_DIR)', 425 '<(PRODUCT_DIR)',
424 ], 426 ],
425 }, 427 },
426 ] 428 ]
427 }] 429 }]
428 ], 430 ],
429 } 431 }
OLDNEW
« no previous file with comments | « content/common/indexed_db/proxy_webidbobjectstore_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698