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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 3043037: Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandboxed. (Closed)
Patch Set: Makes MSVC happy. Created 10 years, 4 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
« no previous file with comments | « webkit/glue/idb_bindings.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'cpp_variant.h', 272 'cpp_variant.h',
273 'dom_operations.cc', 273 'dom_operations.cc',
274 'dom_operations.h', 274 'dom_operations.h',
275 'form_data.h', 275 'form_data.h',
276 'form_field.cc', 276 'form_field.cc',
277 'form_field.h', 277 'form_field.h',
278 'ftp_directory_listing_response_delegate.cc', 278 'ftp_directory_listing_response_delegate.cc',
279 'ftp_directory_listing_response_delegate.h', 279 'ftp_directory_listing_response_delegate.h',
280 'glue_serialize.cc', 280 'glue_serialize.cc',
281 'glue_serialize.h', 281 'glue_serialize.h',
282 'idb_bindings.cc',
283 'idb_bindings.h',
282 'image_decoder.cc', 284 'image_decoder.cc',
283 'image_decoder.h', 285 'image_decoder.h',
284 'image_resource_fetcher.cc', 286 'image_resource_fetcher.cc',
285 'image_resource_fetcher.h', 287 'image_resource_fetcher.h',
286 'multipart_response_delegate.cc', 288 'multipart_response_delegate.cc',
287 'multipart_response_delegate.h', 289 'multipart_response_delegate.h',
288 'npruntime_util.cc', 290 'npruntime_util.cc',
289 'npruntime_util.h', 291 'npruntime_util.h',
290 'password_form.h', 292 'password_form.h',
291 'password_form_dom_manager.cc', 293 'password_form_dom_manager.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 }], 423 }],
422 ['inside_chromium_build==0', { 424 ['inside_chromium_build==0', {
423 'dependencies': [ 425 'dependencies': [
424 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 426 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
425 ], 427 ],
426 }], 428 }],
427 ], 429 ],
428 }, 430 },
429 ], 431 ],
430 } 432 }
OLDNEW
« no previous file with comments | « webkit/glue/idb_bindings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698