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

Side by Side Diff: content/content_renderer.gypi

Issue 302573002: Add a Javascript wrapper around ServiceRegistry and expose it to WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@render-view-shell
Patch Set: address comments Created 6 years, 4 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'renderer/media/webmediasource_impl.cc', 361 'renderer/media/webmediasource_impl.cc',
362 'renderer/media/webmediasource_impl.h', 362 'renderer/media/webmediasource_impl.h',
363 'renderer/media/websourcebuffer_impl.cc', 363 'renderer/media/websourcebuffer_impl.cc',
364 'renderer/media/websourcebuffer_impl.h', 364 'renderer/media/websourcebuffer_impl.h',
365 'renderer/memory_benchmarking_extension.cc', 365 'renderer/memory_benchmarking_extension.cc',
366 'renderer/memory_benchmarking_extension.h', 366 'renderer/memory_benchmarking_extension.h',
367 'renderer/menu_item_builder.cc', 367 'renderer/menu_item_builder.cc',
368 'renderer/menu_item_builder.h', 368 'renderer/menu_item_builder.h',
369 'renderer/mhtml_generator.cc', 369 'renderer/mhtml_generator.cc',
370 'renderer/mhtml_generator.h', 370 'renderer/mhtml_generator.h',
371 'renderer/mojo/service_registry_js_wrapper.cc',
372 'renderer/mojo/service_registry_js_wrapper.h',
371 'renderer/mouse_lock_dispatcher.cc', 373 'renderer/mouse_lock_dispatcher.cc',
372 'renderer/mouse_lock_dispatcher.h', 374 'renderer/mouse_lock_dispatcher.h',
373 'renderer/net_info_helper.cc', 375 'renderer/net_info_helper.cc',
374 'renderer/net_info_helper.h', 376 'renderer/net_info_helper.h',
375 'renderer/notification_permission_dispatcher.cc', 377 'renderer/notification_permission_dispatcher.cc',
376 'renderer/notification_permission_dispatcher.h', 378 'renderer/notification_permission_dispatcher.h',
377 'renderer/notification_provider.cc', 379 'renderer/notification_provider.cc',
378 'renderer/notification_provider.h', 380 'renderer/notification_provider.h',
379 'renderer/push_messaging_dispatcher.cc', 381 'renderer/push_messaging_dispatcher.cc',
380 'renderer/push_messaging_dispatcher.h', 382 'renderer/push_messaging_dispatcher.h',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 }], 887 }],
886 ], 888 ],
887 'target_conditions': [ 889 'target_conditions': [
888 ['OS=="android"', { 890 ['OS=="android"', {
889 'sources/': [ 891 'sources/': [
890 ['include', '^renderer/render_view_linux\\.cc$'], 892 ['include', '^renderer/render_view_linux\\.cc$'],
891 ], 893 ],
892 }], 894 }],
893 ], 895 ],
894 } 896 }
OLDNEW
« no previous file with comments | « content/common/mojo/service_registry_impl.cc ('k') | content/renderer/mojo/service_registry_js_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698