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

Side by Side Diff: content/content_child.gypi

Issue 2108003002: Merge //content/child/permissions into Blink's permissions module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 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
OLDNEW
1 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 { 4 {
5 'dependencies': [ 5 'dependencies': [
6 '../base/base.gyp:base', 6 '../base/base.gyp:base',
7 '../components/mime_util/mime_util.gyp:mime_util', 7 '../components/mime_util/mime_util.gyp:mime_util',
8 '../components/scheduler/scheduler.gyp:scheduler', 8 '../components/scheduler/scheduler.gyp:scheduler',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'child/indexed_db/webidbfactory_impl.h', 129 'child/indexed_db/webidbfactory_impl.h',
130 'child/memory/child_memory_message_filter.cc', 130 'child/memory/child_memory_message_filter.cc',
131 'child/memory/child_memory_message_filter.h', 131 'child/memory/child_memory_message_filter.h',
132 'child/mojo/type_converters.h', 132 'child/mojo/type_converters.h',
133 'child/notifications/notification_data_conversions.cc', 133 'child/notifications/notification_data_conversions.cc',
134 'child/notifications/notification_data_conversions.h', 134 'child/notifications/notification_data_conversions.h',
135 'child/notifications/notification_dispatcher.cc', 135 'child/notifications/notification_dispatcher.cc',
136 'child/notifications/notification_dispatcher.h', 136 'child/notifications/notification_dispatcher.h',
137 'child/notifications/notification_manager.cc', 137 'child/notifications/notification_manager.cc',
138 'child/notifications/notification_manager.h', 138 'child/notifications/notification_manager.h',
139 'child/permissions/permission_dispatcher.cc',
140 'child/permissions/permission_dispatcher.h',
141 'child/permissions/permission_dispatcher_thread_proxy.cc',
142 'child/permissions/permission_dispatcher_thread_proxy.h',
143 'child/permissions/permission_observers_registry.cc',
144 'child/permissions/permission_observers_registry.h',
145 'child/power_monitor_broadcast_source.cc', 139 'child/power_monitor_broadcast_source.cc',
146 'child/power_monitor_broadcast_source.h', 140 'child/power_monitor_broadcast_source.h',
147 'child/process_control_impl.cc', 141 'child/process_control_impl.cc',
148 'child/process_control_impl.h', 142 'child/process_control_impl.h',
149 'child/push_messaging/push_dispatcher.cc', 143 'child/push_messaging/push_dispatcher.cc',
150 'child/push_messaging/push_dispatcher.h', 144 'child/push_messaging/push_dispatcher.h',
151 'child/push_messaging/push_provider.cc', 145 'child/push_messaging/push_provider.cc',
152 'child/push_messaging/push_provider.h', 146 'child/push_messaging/push_provider.h',
153 'child/quota_dispatcher.cc', 147 'child/quota_dispatcher.cc',
154 'child/quota_dispatcher.h', 148 'child/quota_dispatcher.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '../build/android/ndk.gyp:cpu_features', 248 '../build/android/ndk.gyp:cpu_features',
255 ], 249 ],
256 }], 250 }],
257 ['enable_plugins==0', { 251 ['enable_plugins==0', {
258 'sources!': [ 252 'sources!': [
259 'child/browser_font_resource_trusted.cc', 253 'child/browser_font_resource_trusted.cc',
260 ], 254 ],
261 }], 255 }],
262 ], 256 ],
263 } 257 }
OLDNEW
« no previous file with comments | « content/child/permissions/permission_observers_registry.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698