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

Side by Side Diff: content/content_browser.gypi

Issue 9695013: DOMStorageContextImpl that's implemented in terms of the new dom_storage classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'browser/device_orientation/accelerometer_mac.cc', 220 'browser/device_orientation/accelerometer_mac.cc',
221 'browser/device_orientation/accelerometer_mac.h', 221 'browser/device_orientation/accelerometer_mac.h',
222 'browser/device_orientation/data_fetcher.h', 222 'browser/device_orientation/data_fetcher.h',
223 'browser/device_orientation/message_filter.cc', 223 'browser/device_orientation/message_filter.cc',
224 'browser/device_orientation/message_filter.h', 224 'browser/device_orientation/message_filter.h',
225 'browser/device_orientation/orientation.h', 225 'browser/device_orientation/orientation.h',
226 'browser/device_orientation/provider.cc', 226 'browser/device_orientation/provider.cc',
227 'browser/device_orientation/provider.h', 227 'browser/device_orientation/provider.h',
228 'browser/device_orientation/provider_impl.cc', 228 'browser/device_orientation/provider_impl.cc',
229 'browser/device_orientation/provider_impl.h', 229 'browser/device_orientation/provider_impl.h',
230 'browser/dom_storage/dom_storage_context_impl_new.cc',
231 'browser/dom_storage/dom_storage_context_impl_new.h',
230 'browser/dom_storage/dom_storage_message_filter_new.cc', 232 'browser/dom_storage/dom_storage_message_filter_new.cc',
231 'browser/dom_storage/dom_storage_message_filter_new.h', 233 'browser/dom_storage/dom_storage_message_filter_new.h',
234 'browser/dom_storage/session_storage_namespace_impl_new.cc',
235 'browser/dom_storage/session_storage_namespace_impl_new.h',
232 'browser/download/base_file.cc', 236 'browser/download/base_file.cc',
233 'browser/download/base_file.h', 237 'browser/download/base_file.h',
234 'browser/download/download_buffer.cc', 238 'browser/download/download_buffer.cc',
235 'browser/download/download_buffer.h', 239 'browser/download/download_buffer.h',
236 'browser/download/download_create_info.cc', 240 'browser/download/download_create_info.cc',
237 'browser/download/download_create_info.h', 241 'browser/download/download_create_info.h',
238 'browser/download/download_file.h', 242 'browser/download/download_file.h',
239 'browser/download/download_file_impl.cc', 243 'browser/download/download_file_impl.cc',
240 'browser/download/download_file_impl.h', 244 'browser/download/download_file_impl.h',
241 'browser/download/download_file_manager.cc', 245 'browser/download/download_file_manager.cc',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 ], 893 ],
890 }], 894 }],
891 ['input_speech==0', { 895 ['input_speech==0', {
892 'sources/': [ 896 'sources/': [
893 ['exclude', '^browser/speech/'], 897 ['exclude', '^browser/speech/'],
894 ], 898 ],
895 }], 899 }],
896 ], 900 ],
897 } 901 }
898 902
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698