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

Side by Side Diff: content/content_common.gypi

Issue 10204003: Use WebIDBKeyPath type in WebKit API, implement IndexedDBKeyPath type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Formatting nit. Created 8 years, 8 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'common/gpu/media/gpu_video_decode_accelerator.h', 195 'common/gpu/media/gpu_video_decode_accelerator.h',
196 'common/gpu/texture_image_transport_surface.h', 196 'common/gpu/texture_image_transport_surface.h',
197 'common/gpu/texture_image_transport_surface.cc', 197 'common/gpu/texture_image_transport_surface.cc',
198 'common/handle_enumerator_win.cc', 198 'common/handle_enumerator_win.cc',
199 'common/handle_enumerator_win.h', 199 'common/handle_enumerator_win.h',
200 'common/hi_res_timer_manager_posix.cc', 200 'common/hi_res_timer_manager_posix.cc',
201 'common/hi_res_timer_manager_win.cc', 201 'common/hi_res_timer_manager_win.cc',
202 'common/hi_res_timer_manager.h', 202 'common/hi_res_timer_manager.h',
203 'common/indexed_db/indexed_db_key.cc', 203 'common/indexed_db/indexed_db_key.cc',
204 'common/indexed_db/indexed_db_key.h', 204 'common/indexed_db/indexed_db_key.h',
205 'common/indexed_db/indexed_db_key_path.cc',
206 'common/indexed_db/indexed_db_key_path.h',
205 'common/indexed_db/indexed_db_key_range.cc', 207 'common/indexed_db/indexed_db_key_range.cc',
206 'common/indexed_db/indexed_db_key_range.h', 208 'common/indexed_db/indexed_db_key_range.h',
207 'common/indexed_db/indexed_db_messages.h', 209 'common/indexed_db/indexed_db_messages.h',
208 'common/indexed_db/indexed_db_param_traits.cc', 210 'common/indexed_db/indexed_db_param_traits.cc',
209 'common/indexed_db/indexed_db_param_traits.h', 211 'common/indexed_db/indexed_db_param_traits.h',
210 'common/indexed_db/indexed_db_dispatcher.cc', 212 'common/indexed_db/indexed_db_dispatcher.cc',
211 'common/indexed_db/indexed_db_dispatcher.h', 213 'common/indexed_db/indexed_db_dispatcher.h',
212 'common/indexed_db/indexed_db_message_filter.cc', 214 'common/indexed_db/indexed_db_message_filter.cc',
213 'common/indexed_db/indexed_db_message_filter.h', 215 'common/indexed_db/indexed_db_message_filter.h',
214 'common/indexed_db/proxy_webidbcursor_impl.cc', 216 'common/indexed_db/proxy_webidbcursor_impl.cc',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 '../build/extract_from_cab.py', 441 '../build/extract_from_cab.py',
440 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 442 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
441 '<(output)', 443 '<(output)',
442 '<(PRODUCT_DIR)', 444 '<(PRODUCT_DIR)',
443 ], 445 ],
444 }, 446 },
445 ] 447 ]
446 }] 448 }]
447 ], 449 ],
448 } 450 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698