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

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: Fixing presubmits. 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'child/indexed_db/webidbfactory_impl.h', 130 'child/indexed_db/webidbfactory_impl.h',
131 'child/memory/child_memory_message_filter.cc', 131 'child/memory/child_memory_message_filter.cc',
132 'child/memory/child_memory_message_filter.h', 132 'child/memory/child_memory_message_filter.h',
133 'child/mojo/type_converters.h', 133 'child/mojo/type_converters.h',
134 'child/notifications/notification_data_conversions.cc', 134 'child/notifications/notification_data_conversions.cc',
135 'child/notifications/notification_data_conversions.h', 135 'child/notifications/notification_data_conversions.h',
136 'child/notifications/notification_dispatcher.cc', 136 'child/notifications/notification_dispatcher.cc',
137 'child/notifications/notification_dispatcher.h', 137 'child/notifications/notification_dispatcher.h',
138 'child/notifications/notification_manager.cc', 138 'child/notifications/notification_manager.cc',
139 'child/notifications/notification_manager.h', 139 'child/notifications/notification_manager.h',
140 'child/permissions/permission_dispatcher.cc',
141 'child/permissions/permission_dispatcher.h',
142 'child/permissions/permission_dispatcher_thread_proxy.cc',
143 'child/permissions/permission_dispatcher_thread_proxy.h',
144 'child/permissions/permission_observers_registry.cc',
145 'child/permissions/permission_observers_registry.h',
146 'child/power_monitor_broadcast_source.cc', 140 'child/power_monitor_broadcast_source.cc',
147 'child/power_monitor_broadcast_source.h', 141 'child/power_monitor_broadcast_source.h',
148 'child/process_control_impl.cc', 142 'child/process_control_impl.cc',
149 'child/process_control_impl.h', 143 'child/process_control_impl.h',
150 'child/push_messaging/push_dispatcher.cc', 144 'child/push_messaging/push_dispatcher.cc',
151 'child/push_messaging/push_dispatcher.h', 145 'child/push_messaging/push_dispatcher.h',
152 'child/push_messaging/push_provider.cc', 146 'child/push_messaging/push_provider.cc',
153 'child/push_messaging/push_provider.h', 147 'child/push_messaging/push_provider.h',
154 'child/quota_dispatcher.cc', 148 'child/quota_dispatcher.cc',
155 'child/quota_dispatcher.h', 149 'child/quota_dispatcher.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '../build/android/ndk.gyp:cpu_features', 249 '../build/android/ndk.gyp:cpu_features',
256 ], 250 ],
257 }], 251 }],
258 ['enable_plugins==0', { 252 ['enable_plugins==0', {
259 'sources!': [ 253 'sources!': [
260 'child/browser_font_resource_trusted.cc', 254 'child/browser_font_resource_trusted.cc',
261 ], 255 ],
262 }], 256 }],
263 ], 257 ],
264 } 258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698