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

Side by Side Diff: content/content_browser.gypi

Issue 197023009: Add IndexedDBBlobInfo class, to be used for IDB Blob support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Formatting fix. 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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'browser/histogram_message_filter.cc', 637 'browser/histogram_message_filter.cc',
638 'browser/histogram_message_filter.h', 638 'browser/histogram_message_filter.h',
639 'browser/histogram_subscriber.h', 639 'browser/histogram_subscriber.h',
640 'browser/histogram_synchronizer.cc', 640 'browser/histogram_synchronizer.cc',
641 'browser/histogram_synchronizer.h', 641 'browser/histogram_synchronizer.h',
642 'browser/host_zoom_map_impl.cc', 642 'browser/host_zoom_map_impl.cc',
643 'browser/host_zoom_map_impl.h', 643 'browser/host_zoom_map_impl.h',
644 'browser/indexed_db/indexed_db.h', 644 'browser/indexed_db/indexed_db.h',
645 'browser/indexed_db/indexed_db_backing_store.cc', 645 'browser/indexed_db/indexed_db_backing_store.cc',
646 'browser/indexed_db/indexed_db_backing_store.h', 646 'browser/indexed_db/indexed_db_backing_store.h',
647 'browser/indexed_db/indexed_db_blob_info.cc',
648 'browser/indexed_db/indexed_db_blob_info.h',
647 'browser/indexed_db/indexed_db_callbacks.cc', 649 'browser/indexed_db/indexed_db_callbacks.cc',
648 'browser/indexed_db/indexed_db_callbacks.h', 650 'browser/indexed_db/indexed_db_callbacks.h',
649 'browser/indexed_db/indexed_db_connection.cc', 651 'browser/indexed_db/indexed_db_connection.cc',
650 'browser/indexed_db/indexed_db_connection.h', 652 'browser/indexed_db/indexed_db_connection.h',
651 'browser/indexed_db/indexed_db_context_impl.cc', 653 'browser/indexed_db/indexed_db_context_impl.cc',
652 'browser/indexed_db/indexed_db_context_impl.h', 654 'browser/indexed_db/indexed_db_context_impl.h',
653 'browser/indexed_db/indexed_db_cursor.cc', 655 'browser/indexed_db/indexed_db_cursor.cc',
654 'browser/indexed_db/indexed_db_cursor.h', 656 'browser/indexed_db/indexed_db_cursor.h',
655 'browser/indexed_db/indexed_db_database.cc', 657 'browser/indexed_db/indexed_db_database.cc',
656 'browser/indexed_db/indexed_db_database.h', 658 'browser/indexed_db/indexed_db_database.h',
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1685 '../build/linux/system.gyp:dbus', 1687 '../build/linux/system.gyp:dbus',
1686 '../dbus/dbus.gyp:dbus', 1688 '../dbus/dbus.gyp:dbus',
1687 ], 1689 ],
1688 }, { # OS != "linux" or use_dbus==0 1690 }, { # OS != "linux" or use_dbus==0
1689 'sources!': [ 1691 'sources!': [
1690 'browser/geolocation/wifi_data_provider_linux.cc', 1692 'browser/geolocation/wifi_data_provider_linux.cc',
1691 ], 1693 ],
1692 }], 1694 }],
1693 ], 1695 ],
1694 } 1696 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698