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

Side by Side Diff: content/content_child.gypi

Issue 20015002: Make Platform::queryStorageUsageAndQuota work from worker threads (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use map Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../ui/ui.gyp:ui', 9 '../ui/ui.gyp:ui',
10 '../url/url.gyp:url_lib', 10 '../url/url.gyp:url_lib',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'child/npapi/webplugin_delegate_impl_win.cc', 96 'child/npapi/webplugin_delegate_impl_win.cc',
97 'child/npapi/webplugin_ime_win.cc', 97 'child/npapi/webplugin_ime_win.cc',
98 'child/npapi/webplugin_ime_win.h', 98 'child/npapi/webplugin_ime_win.h',
99 'child/plugin_message_generator.cc', 99 'child/plugin_message_generator.cc',
100 'child/plugin_message_generator.h', 100 'child/plugin_message_generator.h',
101 'child/plugin_messages.h', 101 'child/plugin_messages.h',
102 'child/plugin_param_traits.cc', 102 'child/plugin_param_traits.cc',
103 'child/plugin_param_traits.h', 103 'child/plugin_param_traits.h',
104 'child/quota_dispatcher.cc', 104 'child/quota_dispatcher.cc',
105 'child/quota_dispatcher.h', 105 'child/quota_dispatcher.h',
106 'child/quota_message_filter.cc',
107 'child/quota_message_filter.h',
106 'child/request_extra_data.cc', 108 'child/request_extra_data.cc',
107 'child/request_extra_data.h', 109 'child/request_extra_data.h',
108 'child/resource_dispatcher.cc', 110 'child/resource_dispatcher.cc',
109 'child/resource_dispatcher.h', 111 'child/resource_dispatcher.h',
110 'child/runtime_features.cc', 112 'child/runtime_features.cc',
111 'child/runtime_features.h', 113 'child/runtime_features.h',
112 'child/socket_stream_dispatcher.cc', 114 'child/socket_stream_dispatcher.cc',
113 'child/socket_stream_dispatcher.h', 115 'child/socket_stream_dispatcher.h',
114 'child/thread_safe_sender.cc', 116 'child/thread_safe_sender.cc',
115 'child/thread_safe_sender.h', 117 'child/thread_safe_sender.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'child/npapi/webplugin_delegate_impl_mac.mm', 151 'child/npapi/webplugin_delegate_impl_mac.mm',
150 ], 152 ],
151 }], 153 }],
152 ['use_aura==1 and OS=="win"', { 154 ['use_aura==1 and OS=="win"', {
153 'sources!': [ 155 'sources!': [
154 'child/npapi/webplugin_delegate_impl_aura.cc', 156 'child/npapi/webplugin_delegate_impl_aura.cc',
155 ], 157 ],
156 }], 158 }],
157 ], 159 ],
158 } 160 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698