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

Side by Side Diff: content/content_child.gypi

Issue 1057453004: Permissions: glue between Mojo and Blink for permission observing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_dispatcher.cc', 166 'child/permissions/permission_dispatcher.cc',
167 'child/permissions/permission_dispatcher.h', 167 'child/permissions/permission_dispatcher.h',
168 'child/permissions/permission_dispatcher_thread_proxy.cc', 168 'child/permissions/permission_dispatcher_thread_proxy.cc',
169 'child/permissions/permission_dispatcher_thread_proxy.h', 169 'child/permissions/permission_dispatcher_thread_proxy.h',
170 'child/permissions/permission_observers_registry.cc',
whywhat 2015/04/02 16:20:24 do you need to change a .gn file?
mlamouri (slow - plz ping) 2015/04/02 17:02:43 No. Gypi files are often used by BUILD.gn files.
171 'child/permissions/permission_observers_registry.h',
170 'child/plugin_message_generator.cc', 172 'child/plugin_message_generator.cc',
171 'child/plugin_message_generator.h', 173 'child/plugin_message_generator.h',
172 'child/plugin_messages.h', 174 'child/plugin_messages.h',
173 'child/plugin_param_traits.cc', 175 'child/plugin_param_traits.cc',
174 'child/plugin_param_traits.h', 176 'child/plugin_param_traits.h',
175 'child/power_monitor_broadcast_source.cc', 177 'child/power_monitor_broadcast_source.cc',
176 'child/power_monitor_broadcast_source.h', 178 'child/power_monitor_broadcast_source.h',
177 'child/push_messaging/push_dispatcher.cc', 179 'child/push_messaging/push_dispatcher.cc',
178 'child/push_messaging/push_dispatcher.h', 180 'child/push_messaging/push_dispatcher.h',
179 'child/push_messaging/push_provider.cc', 181 'child/push_messaging/push_provider.cc',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 }, { 420 }, {
419 'dependencies': [ 421 'dependencies': [
420 '../third_party/nss/nss.gyp:nspr', 422 '../third_party/nss/nss.gyp:nspr',
421 '../third_party/nss/nss.gyp:nss', 423 '../third_party/nss/nss.gyp:nss',
422 ], 424 ],
423 }], 425 }],
424 ], 426 ],
425 }], 427 }],
426 ], 428 ],
427 } 429 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698