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

Side by Side Diff: content/content_browser.gypi

Issue 9667013: DOMStorageMessageFilter implementation that utilizes 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
« no previous file with comments | « content/browser/dom_storage/dom_storage_message_filter_new.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 '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_message_filter_new.cc',
231 'browser/dom_storage/dom_storage_message_filter_new.h',
230 'browser/download/base_file.cc', 232 'browser/download/base_file.cc',
231 'browser/download/base_file.h', 233 'browser/download/base_file.h',
232 'browser/download/download_buffer.cc', 234 'browser/download/download_buffer.cc',
233 'browser/download/download_buffer.h', 235 'browser/download/download_buffer.h',
234 'browser/download/download_create_info.cc', 236 'browser/download/download_create_info.cc',
235 'browser/download/download_create_info.h', 237 'browser/download/download_create_info.h',
236 'browser/download/download_file.h', 238 'browser/download/download_file.h',
237 'browser/download/download_file_impl.cc', 239 'browser/download/download_file_impl.cc',
238 'browser/download/download_file_impl.h', 240 'browser/download/download_file_impl.h',
239 'browser/download/download_file_manager.cc', 241 'browser/download/download_file_manager.cc',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 ], 889 ],
888 }], 890 }],
889 ['input_speech==0', { 891 ['input_speech==0', {
890 'sources/': [ 892 'sources/': [
891 ['exclude', '^browser/speech/'], 893 ['exclude', '^browser/speech/'],
892 ], 894 ],
893 }], 895 }],
894 ], 896 ],
895 } 897 }
896 898
OLDNEW
« no previous file with comments | « content/browser/dom_storage/dom_storage_message_filter_new.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698