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

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

Issue 10873028: Revert 152873 - Remove all the indexeddb-related utility process code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « webkit/glue/idb_bindings.cc ('k') | webkit/support/test_webkit_platform_support.h » ('j') | 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 '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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'dom_operations.cc', 355 'dom_operations.cc',
356 'dom_operations.h', 356 'dom_operations.h',
357 'fling_animator_impl_android.cc', 357 'fling_animator_impl_android.cc',
358 'fling_animator_impl_android.h', 358 'fling_animator_impl_android.h',
359 'ftp_directory_listing_response_delegate.cc', 359 'ftp_directory_listing_response_delegate.cc',
360 'ftp_directory_listing_response_delegate.h', 360 'ftp_directory_listing_response_delegate.h',
361 'gl_bindings_skia_cmd_buffer.cc', 361 'gl_bindings_skia_cmd_buffer.cc',
362 'gl_bindings_skia_cmd_buffer.h', 362 'gl_bindings_skia_cmd_buffer.h',
363 'glue_serialize.cc', 363 'glue_serialize.cc',
364 'glue_serialize.h', 364 'glue_serialize.h',
365 'idb_bindings.cc',
366 'idb_bindings.h',
365 'image_decoder.cc', 367 'image_decoder.cc',
366 'image_decoder.h', 368 'image_decoder.h',
367 'image_resource_fetcher.cc', 369 'image_resource_fetcher.cc',
368 'image_resource_fetcher.h', 370 'image_resource_fetcher.h',
369 'multi_resolution_image_resource_fetcher.cc', 371 'multi_resolution_image_resource_fetcher.cc',
370 'multi_resolution_image_resource_fetcher.h', 372 'multi_resolution_image_resource_fetcher.h',
371 'multipart_response_delegate.cc', 373 'multipart_response_delegate.cc',
372 'multipart_response_delegate.h', 374 'multipart_response_delegate.h',
373 'network_list_observer.h', 375 'network_list_observer.h',
374 'npruntime_util.cc', 376 'npruntime_util.cc',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 }, 557 },
556 'includes': [ '../../build/grit_action.gypi' ], 558 'includes': [ '../../build/grit_action.gypi' ],
557 }, 559 },
558 ], 560 ],
559 'includes': [ '../../build/grit_target.gypi' ], 561 'includes': [ '../../build/grit_target.gypi' ],
560 }, 562 },
561 ], 563 ],
562 }], 564 }],
563 ], 565 ],
564 } 566 }
OLDNEW
« no previous file with comments | « webkit/glue/idb_bindings.cc ('k') | webkit/support/test_webkit_platform_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698