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

Side by Side Diff: content/content_browser.gypi

Issue 2140193002: IndexedDB: Saving data loss status in IndexedDBPendingConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@idb-data-loss
Patch Set: Deleted commented out code. Created 4 years, 5 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 | « content/browser/indexed_db/mock_indexed_db_factory.h ('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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 'browser/indexed_db/indexed_db_callbacks.cc', 893 'browser/indexed_db/indexed_db_callbacks.cc',
894 'browser/indexed_db/indexed_db_callbacks.h', 894 'browser/indexed_db/indexed_db_callbacks.h',
895 'browser/indexed_db/indexed_db_class_factory.cc', 895 'browser/indexed_db/indexed_db_class_factory.cc',
896 'browser/indexed_db/indexed_db_class_factory.h', 896 'browser/indexed_db/indexed_db_class_factory.h',
897 'browser/indexed_db/indexed_db_connection.cc', 897 'browser/indexed_db/indexed_db_connection.cc',
898 'browser/indexed_db/indexed_db_connection.h', 898 'browser/indexed_db/indexed_db_connection.h',
899 'browser/indexed_db/indexed_db_context_impl.cc', 899 'browser/indexed_db/indexed_db_context_impl.cc',
900 'browser/indexed_db/indexed_db_context_impl.h', 900 'browser/indexed_db/indexed_db_context_impl.h',
901 'browser/indexed_db/indexed_db_cursor.cc', 901 'browser/indexed_db/indexed_db_cursor.cc',
902 'browser/indexed_db/indexed_db_cursor.h', 902 'browser/indexed_db/indexed_db_cursor.h',
903 'browser/indexed_db/indexed_db_data_loss_info.h',
903 'browser/indexed_db/indexed_db_database.cc', 904 'browser/indexed_db/indexed_db_database.cc',
904 'browser/indexed_db/indexed_db_database.h', 905 'browser/indexed_db/indexed_db_database.h',
905 'browser/indexed_db/indexed_db_database_callbacks.cc', 906 'browser/indexed_db/indexed_db_database_callbacks.cc',
906 'browser/indexed_db/indexed_db_database_callbacks.h', 907 'browser/indexed_db/indexed_db_database_callbacks.h',
907 'browser/indexed_db/indexed_db_database_error.cc', 908 'browser/indexed_db/indexed_db_database_error.cc',
908 'browser/indexed_db/indexed_db_database_error.h', 909 'browser/indexed_db/indexed_db_database_error.h',
909 'browser/indexed_db/indexed_db_dispatcher_host.cc', 910 'browser/indexed_db/indexed_db_dispatcher_host.cc',
910 'browser/indexed_db/indexed_db_dispatcher_host.h', 911 'browser/indexed_db/indexed_db_dispatcher_host.h',
911 'browser/indexed_db/indexed_db_factory.h', 912 'browser/indexed_db/indexed_db_factory.h',
912 'browser/indexed_db/indexed_db_factory_impl.cc', 913 'browser/indexed_db/indexed_db_factory_impl.cc',
(...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 ], 2169 ],
2169 }], 2170 }],
2170 ['OS != "mac" and OS != "android"', { 2171 ['OS != "mac" and OS != "android"', {
2171 'sources!': [ 2172 'sources!': [
2172 'browser/gpu/gpu_surface_tracker.cc', 2173 'browser/gpu/gpu_surface_tracker.cc',
2173 'browser/gpu/gpu_surface_tracker.h', 2174 'browser/gpu/gpu_surface_tracker.h',
2174 ], 2175 ],
2175 }], 2176 }],
2176 ], 2177 ],
2177 } 2178 }
OLDNEW
« no previous file with comments | « content/browser/indexed_db/mock_indexed_db_factory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698