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

Side by Side Diff: content/content_child.gypi

Issue 801613004: Implement WebPermissionClient for Document and Worker contexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with comments Created 5 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
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 '../mojo/mojo_base.gyp:mojo_environment_chromium', 9 '../mojo/mojo_base.gyp:mojo_environment_chromium',
10 '../mojo/mojo_base.gyp:mojo_common_lib', 10 '../mojo/mojo_base.gyp:mojo_common_lib',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'child/npapi/webplugin_delegate.h', 156 'child/npapi/webplugin_delegate.h',
157 'child/npapi/webplugin_delegate_impl.cc', 157 'child/npapi/webplugin_delegate_impl.cc',
158 'child/npapi/webplugin_delegate_impl.h', 158 'child/npapi/webplugin_delegate_impl.h',
159 'child/npapi/webplugin_delegate_impl_android.cc', 159 'child/npapi/webplugin_delegate_impl_android.cc',
160 'child/npapi/webplugin_delegate_impl_aura.cc', 160 'child/npapi/webplugin_delegate_impl_aura.cc',
161 'child/npapi/webplugin_delegate_impl_mac.mm', 161 'child/npapi/webplugin_delegate_impl_mac.mm',
162 'child/npapi/webplugin_delegate_impl_win.cc', 162 'child/npapi/webplugin_delegate_impl_win.cc',
163 'child/npapi/webplugin_ime_win.cc', 163 'child/npapi/webplugin_ime_win.cc',
164 'child/npapi/webplugin_ime_win.h', 164 'child/npapi/webplugin_ime_win.h',
165 'child/npapi/webplugin_resource_client.h', 165 'child/npapi/webplugin_resource_client.h',
166 'child/permissions/permission_manager.cc',
167 'child/permissions/permission_manager.h',
168 'child/permissions/permission_manager_thread_proxy.cc',
169 'child/permissions/permission_manager_thread_proxy.h',
166 'child/plugin_message_generator.cc', 170 'child/plugin_message_generator.cc',
167 'child/plugin_message_generator.h', 171 'child/plugin_message_generator.h',
168 'child/plugin_messages.h', 172 'child/plugin_messages.h',
169 'child/plugin_param_traits.cc', 173 'child/plugin_param_traits.cc',
170 'child/plugin_param_traits.h', 174 'child/plugin_param_traits.h',
171 'child/power_monitor_broadcast_source.cc', 175 'child/power_monitor_broadcast_source.cc',
172 'child/power_monitor_broadcast_source.h', 176 'child/power_monitor_broadcast_source.h',
173 'child/push_messaging/push_dispatcher.cc', 177 'child/push_messaging/push_dispatcher.cc',
174 'child/push_messaging/push_dispatcher.h', 178 'child/push_messaging/push_dispatcher.h',
175 'child/push_messaging/push_provider.cc', 179 'child/push_messaging/push_provider.cc',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 }, { 402 }, {
399 'dependencies': [ 403 'dependencies': [
400 '../third_party/nss/nss.gyp:nspr', 404 '../third_party/nss/nss.gyp:nspr',
401 '../third_party/nss/nss.gyp:nss', 405 '../third_party/nss/nss.gyp:nss',
402 ], 406 ],
403 }], 407 }],
404 ], 408 ],
405 }], 409 }],
406 ], 410 ],
407 } 411 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698