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

Side by Side Diff: content/content_common.gypi

Issue 10533057: IPC plumbing for IndexedDB to snapshot metadata to the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't CamelCase "metadata" 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 | Annotate | Revision Log
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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'common/gpu/texture_image_transport_surface.cc', 209 'common/gpu/texture_image_transport_surface.cc',
210 'common/handle_enumerator_win.cc', 210 'common/handle_enumerator_win.cc',
211 'common/handle_enumerator_win.h', 211 'common/handle_enumerator_win.h',
212 'common/indexed_db/indexed_db_key.cc', 212 'common/indexed_db/indexed_db_key.cc',
213 'common/indexed_db/indexed_db_key.h', 213 'common/indexed_db/indexed_db_key.h',
214 'common/indexed_db/indexed_db_key_path.cc', 214 'common/indexed_db/indexed_db_key_path.cc',
215 'common/indexed_db/indexed_db_key_path.h', 215 'common/indexed_db/indexed_db_key_path.h',
216 'common/indexed_db/indexed_db_key_range.cc', 216 'common/indexed_db/indexed_db_key_range.cc',
217 'common/indexed_db/indexed_db_key_range.h', 217 'common/indexed_db/indexed_db_key_range.h',
218 'common/indexed_db/indexed_db_messages.h', 218 'common/indexed_db/indexed_db_messages.h',
219 'common/indexed_db/indexed_db_metadata.h',
220 'common/indexed_db/indexed_db_metadata.cc',
219 'common/indexed_db/indexed_db_param_traits.cc', 221 'common/indexed_db/indexed_db_param_traits.cc',
220 'common/indexed_db/indexed_db_param_traits.h', 222 'common/indexed_db/indexed_db_param_traits.h',
221 'common/indexed_db/indexed_db_dispatcher.cc', 223 'common/indexed_db/indexed_db_dispatcher.cc',
222 'common/indexed_db/indexed_db_dispatcher.h', 224 'common/indexed_db/indexed_db_dispatcher.h',
223 'common/indexed_db/indexed_db_message_filter.cc', 225 'common/indexed_db/indexed_db_message_filter.cc',
224 'common/indexed_db/indexed_db_message_filter.h', 226 'common/indexed_db/indexed_db_message_filter.h',
225 'common/indexed_db/proxy_webidbcursor_impl.cc', 227 'common/indexed_db/proxy_webidbcursor_impl.cc',
226 'common/indexed_db/proxy_webidbcursor_impl.h', 228 'common/indexed_db/proxy_webidbcursor_impl.h',
227 'common/indexed_db/proxy_webidbdatabase_impl.cc', 229 'common/indexed_db/proxy_webidbdatabase_impl.cc',
228 'common/indexed_db/proxy_webidbdatabase_impl.h', 230 'common/indexed_db/proxy_webidbdatabase_impl.h',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 '../build/extract_from_cab.py', 454 '../build/extract_from_cab.py',
453 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 455 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
454 '<(output)', 456 '<(output)',
455 '<(PRODUCT_DIR)', 457 '<(PRODUCT_DIR)',
456 ], 458 ],
457 }, 459 },
458 ] 460 ]
459 }] 461 }]
460 ], 462 ],
461 } 463 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698