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

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

Issue 10834350: Remove all the indexeddb-related utility process code (Closed) Base URL: http://git.chromium.org/chromium/src.git@opencursor-cleanup
Patch Set: Rebase, attempt to reland Created 8 years, 3 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') | 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'dom_operations.cc', 356 'dom_operations.cc',
357 'dom_operations.h', 357 'dom_operations.h',
358 'fling_animator_impl_android.cc', 358 'fling_animator_impl_android.cc',
359 'fling_animator_impl_android.h', 359 'fling_animator_impl_android.h',
360 'ftp_directory_listing_response_delegate.cc', 360 'ftp_directory_listing_response_delegate.cc',
361 'ftp_directory_listing_response_delegate.h', 361 'ftp_directory_listing_response_delegate.h',
362 'gl_bindings_skia_cmd_buffer.cc', 362 'gl_bindings_skia_cmd_buffer.cc',
363 'gl_bindings_skia_cmd_buffer.h', 363 'gl_bindings_skia_cmd_buffer.h',
364 'glue_serialize.cc', 364 'glue_serialize.cc',
365 'glue_serialize.h', 365 'glue_serialize.h',
366 'idb_bindings.cc',
367 'idb_bindings.h',
368 'image_decoder.cc', 366 'image_decoder.cc',
369 'image_decoder.h', 367 'image_decoder.h',
370 'image_resource_fetcher.cc', 368 'image_resource_fetcher.cc',
371 'image_resource_fetcher.h', 369 'image_resource_fetcher.h',
372 'multi_resolution_image_resource_fetcher.cc', 370 'multi_resolution_image_resource_fetcher.cc',
373 'multi_resolution_image_resource_fetcher.h', 371 'multi_resolution_image_resource_fetcher.h',
374 'multipart_response_delegate.cc', 372 'multipart_response_delegate.cc',
375 'multipart_response_delegate.h', 373 'multipart_response_delegate.h',
376 'network_list_observer.h', 374 'network_list_observer.h',
377 'npruntime_util.cc', 375 'npruntime_util.cc',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 }, 556 },
559 'includes': [ '../../build/grit_action.gypi' ], 557 'includes': [ '../../build/grit_action.gypi' ],
560 }, 558 },
561 ], 559 ],
562 'includes': [ '../../build/grit_target.gypi' ], 560 'includes': [ '../../build/grit_target.gypi' ],
563 }, 561 },
564 ], 562 ],
565 }], 563 }],
566 ], 564 ],
567 } 565 }
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