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

Side by Side Diff: content/content_browser.gypi

Issue 1297093002: Cache Storage API: Hook up to chrome://settings/cookies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
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 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'public/browser/browser_message_filter.cc', 105 'public/browser/browser_message_filter.cc',
106 'public/browser/browser_message_filter.h', 106 'public/browser/browser_message_filter.h',
107 'public/browser/browser_plugin_guest_delegate.cc', 107 'public/browser/browser_plugin_guest_delegate.cc',
108 'public/browser/browser_plugin_guest_delegate.h', 108 'public/browser/browser_plugin_guest_delegate.h',
109 'public/browser/browser_plugin_guest_manager.cc', 109 'public/browser/browser_plugin_guest_manager.cc',
110 'public/browser/browser_plugin_guest_manager.h', 110 'public/browser/browser_plugin_guest_manager.h',
111 'public/browser/browser_ppapi_host.h', 111 'public/browser/browser_ppapi_host.h',
112 'public/browser/browser_thread.h', 112 'public/browser/browser_thread.h',
113 'public/browser/browser_thread_delegate.h', 113 'public/browser/browser_thread_delegate.h',
114 'public/browser/browser_url_handler.h', 114 'public/browser/browser_url_handler.h',
115 'public/browser/cache_storage_context.h',
116 'public/browser/cache_storage_usage_info.cc',
117 'public/browser/cache_storage_usage_info.h',
115 'public/browser/cert_store.h', 118 'public/browser/cert_store.h',
116 'public/browser/certificate_request_result_type.h', 119 'public/browser/certificate_request_result_type.h',
117 'public/browser/child_process_data.h', 120 'public/browser/child_process_data.h',
118 'public/browser/child_process_security_policy.h', 121 'public/browser/child_process_security_policy.h',
119 'public/browser/client_certificate_delegate.h', 122 'public/browser/client_certificate_delegate.h',
120 'public/browser/color_chooser.h', 123 'public/browser/color_chooser.h',
121 'public/browser/content_browser_client.cc', 124 'public/browser/content_browser_client.cc',
122 'public/browser/content_browser_client.h', 125 'public/browser/content_browser_client.h',
123 'public/browser/context_factory.h', 126 'public/browser/context_factory.h',
124 'public/browser/cookie_store_factory.h', 127 'public/browser/cookie_store_factory.h',
(...skipping 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 'sources': [ 2148 'sources': [
2146 'browser/vr/vr_device.cc', 2149 'browser/vr/vr_device.cc',
2147 'browser/vr/vr_device.h', 2150 'browser/vr/vr_device.h',
2148 'browser/vr/vr_device_manager.cc', 2151 'browser/vr/vr_device_manager.cc',
2149 'browser/vr/vr_device_manager.h', 2152 'browser/vr/vr_device_manager.h',
2150 'browser/vr/vr_device_provider.h', 2153 'browser/vr/vr_device_provider.h',
2151 ] 2154 ]
2152 }], 2155 }],
2153 ], 2156 ],
2154 } 2157 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698