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

Side by Side Diff: content/content_browser.gypi

Issue 203833003: Add the IndexedDBActiveBlobRegistry, currently unused, to enable future blob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review feedback rolled in. Created 6 years, 9 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_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'browser/histogram_internals_request_job.cc', 648 'browser/histogram_internals_request_job.cc',
649 'browser/histogram_internals_request_job.h', 649 'browser/histogram_internals_request_job.h',
650 'browser/histogram_message_filter.cc', 650 'browser/histogram_message_filter.cc',
651 'browser/histogram_message_filter.h', 651 'browser/histogram_message_filter.h',
652 'browser/histogram_subscriber.h', 652 'browser/histogram_subscriber.h',
653 'browser/histogram_synchronizer.cc', 653 'browser/histogram_synchronizer.cc',
654 'browser/histogram_synchronizer.h', 654 'browser/histogram_synchronizer.h',
655 'browser/host_zoom_map_impl.cc', 655 'browser/host_zoom_map_impl.cc',
656 'browser/host_zoom_map_impl.h', 656 'browser/host_zoom_map_impl.h',
657 'browser/indexed_db/indexed_db.h', 657 'browser/indexed_db/indexed_db.h',
658 'browser/indexed_db/indexed_db_active_blob_registry.cc',
659 'browser/indexed_db/indexed_db_active_blob_registry.h',
658 'browser/indexed_db/indexed_db_backing_store.cc', 660 'browser/indexed_db/indexed_db_backing_store.cc',
659 'browser/indexed_db/indexed_db_backing_store.h', 661 'browser/indexed_db/indexed_db_backing_store.h',
660 'browser/indexed_db/indexed_db_blob_info.cc', 662 'browser/indexed_db/indexed_db_blob_info.cc',
661 'browser/indexed_db/indexed_db_blob_info.h', 663 'browser/indexed_db/indexed_db_blob_info.h',
662 'browser/indexed_db/indexed_db_callbacks.cc', 664 'browser/indexed_db/indexed_db_callbacks.cc',
663 'browser/indexed_db/indexed_db_callbacks.h', 665 'browser/indexed_db/indexed_db_callbacks.h',
664 'browser/indexed_db/indexed_db_connection.cc', 666 'browser/indexed_db/indexed_db_connection.cc',
665 'browser/indexed_db/indexed_db_connection.h', 667 'browser/indexed_db/indexed_db_connection.h',
666 'browser/indexed_db/indexed_db_context_impl.cc', 668 'browser/indexed_db/indexed_db_context_impl.cc',
667 'browser/indexed_db/indexed_db_context_impl.h', 669 'browser/indexed_db/indexed_db_context_impl.h',
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 '../build/linux/system.gyp:dbus', 1725 '../build/linux/system.gyp:dbus',
1724 '../dbus/dbus.gyp:dbus', 1726 '../dbus/dbus.gyp:dbus',
1725 ], 1727 ],
1726 }, { # OS != "linux" or use_dbus==0 1728 }, { # OS != "linux" or use_dbus==0
1727 'sources!': [ 1729 'sources!': [
1728 'browser/geolocation/wifi_data_provider_linux.cc', 1730 'browser/geolocation/wifi_data_provider_linux.cc',
1729 ], 1731 ],
1730 }], 1732 }],
1731 ], 1733 ],
1732 } 1734 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698