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

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: Removing some cruft 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
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',
367 'image_decoder.cc', 365 'image_decoder.cc',
368 'image_decoder.h', 366 'image_decoder.h',
369 'image_resource_fetcher.cc', 367 'image_resource_fetcher.cc',
370 'image_resource_fetcher.h', 368 'image_resource_fetcher.h',
371 'multi_resolution_image_resource_fetcher.cc', 369 'multi_resolution_image_resource_fetcher.cc',
372 'multi_resolution_image_resource_fetcher.h', 370 'multi_resolution_image_resource_fetcher.h',
373 'multipart_response_delegate.cc', 371 'multipart_response_delegate.cc',
374 'multipart_response_delegate.h', 372 'multipart_response_delegate.h',
375 'network_list_observer.h', 373 'network_list_observer.h',
376 'npruntime_util.cc', 374 'npruntime_util.cc',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 }, 555 },
558 'includes': [ '../../build/grit_action.gypi' ], 556 'includes': [ '../../build/grit_action.gypi' ],
559 }, 557 },
560 ], 558 ],
561 'includes': [ '../../build/grit_target.gypi' ], 559 'includes': [ '../../build/grit_target.gypi' ],
562 }, 560 },
563 ], 561 ],
564 }], 562 }],
565 ], 563 ],
566 } 564 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698