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

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: Make clang happy. 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
« no previous file with comments | « content/browser/indexed_db/indexed_db_leveldb_coding.cc ('k') | no next file » | 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 '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_message_filter.cc', 648 'browser/histogram_message_filter.cc',
649 'browser/histogram_message_filter.h', 649 'browser/histogram_message_filter.h',
650 'browser/histogram_subscriber.h', 650 'browser/histogram_subscriber.h',
651 'browser/histogram_synchronizer.cc', 651 'browser/histogram_synchronizer.cc',
652 'browser/histogram_synchronizer.h', 652 'browser/histogram_synchronizer.h',
653 'browser/host_zoom_map_impl.cc', 653 'browser/host_zoom_map_impl.cc',
654 'browser/host_zoom_map_impl.h', 654 'browser/host_zoom_map_impl.h',
655 'browser/indexed_db/indexed_db.h', 655 'browser/indexed_db/indexed_db.h',
656 'browser/indexed_db/indexed_db_backing_store.cc', 656 'browser/indexed_db/indexed_db_backing_store.cc',
657 'browser/indexed_db/indexed_db_backing_store.h', 657 'browser/indexed_db/indexed_db_backing_store.h',
658 'browser/indexed_db/indexed_db_blob_info.cc',
659 'browser/indexed_db/indexed_db_blob_info.h',
658 'browser/indexed_db/indexed_db_callbacks.cc', 660 'browser/indexed_db/indexed_db_callbacks.cc',
659 'browser/indexed_db/indexed_db_callbacks.h', 661 'browser/indexed_db/indexed_db_callbacks.h',
660 'browser/indexed_db/indexed_db_connection.cc', 662 'browser/indexed_db/indexed_db_connection.cc',
661 'browser/indexed_db/indexed_db_connection.h', 663 'browser/indexed_db/indexed_db_connection.h',
662 'browser/indexed_db/indexed_db_context_impl.cc', 664 'browser/indexed_db/indexed_db_context_impl.cc',
663 'browser/indexed_db/indexed_db_context_impl.h', 665 'browser/indexed_db/indexed_db_context_impl.h',
664 'browser/indexed_db/indexed_db_cursor.cc', 666 'browser/indexed_db/indexed_db_cursor.cc',
665 'browser/indexed_db/indexed_db_cursor.h', 667 'browser/indexed_db/indexed_db_cursor.h',
666 'browser/indexed_db/indexed_db_database.cc', 668 'browser/indexed_db/indexed_db_database.cc',
667 'browser/indexed_db/indexed_db_database.h', 669 'browser/indexed_db/indexed_db_database.h',
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 '../build/linux/system.gyp:dbus', 1712 '../build/linux/system.gyp:dbus',
1711 '../dbus/dbus.gyp:dbus', 1713 '../dbus/dbus.gyp:dbus',
1712 ], 1714 ],
1713 }, { # OS != "linux" or use_dbus==0 1715 }, { # OS != "linux" or use_dbus==0
1714 'sources!': [ 1716 'sources!': [
1715 'browser/geolocation/wifi_data_provider_linux.cc', 1717 'browser/geolocation/wifi_data_provider_linux.cc',
1716 ], 1718 ],
1717 }], 1719 }],
1718 ], 1720 ],
1719 } 1721 }
OLDNEW
« no previous file with comments | « content/browser/indexed_db/indexed_db_leveldb_coding.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698