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

Side by Side Diff: content/content_renderer.gypi

Issue 839773002: Plumbing from WebPresentationClient to the Presentation Mojo service for (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated comment Created 5 years, 10 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
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/renderer/presentation/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 'renderer/mhtml_generator.cc', 305 'renderer/mhtml_generator.cc',
306 'renderer/mhtml_generator.h', 306 'renderer/mhtml_generator.h',
307 'renderer/mojo/service_registry_js_wrapper.cc', 307 'renderer/mojo/service_registry_js_wrapper.cc',
308 'renderer/mojo/service_registry_js_wrapper.h', 308 'renderer/mojo/service_registry_js_wrapper.h',
309 'renderer/mouse_lock_dispatcher.cc', 309 'renderer/mouse_lock_dispatcher.cc',
310 'renderer/mouse_lock_dispatcher.h', 310 'renderer/mouse_lock_dispatcher.h',
311 'renderer/net_info_helper.cc', 311 'renderer/net_info_helper.cc',
312 'renderer/net_info_helper.h', 312 'renderer/net_info_helper.h',
313 'renderer/notification_permission_dispatcher.cc', 313 'renderer/notification_permission_dispatcher.cc',
314 'renderer/notification_permission_dispatcher.h', 314 'renderer/notification_permission_dispatcher.h',
315 'renderer/presentation/presentation_dispatcher.cc',
316 'renderer/presentation/presentation_dispatcher.h',
315 'renderer/push_messaging/push_messaging_dispatcher.cc', 317 'renderer/push_messaging/push_messaging_dispatcher.cc',
316 'renderer/push_messaging/push_messaging_dispatcher.h', 318 'renderer/push_messaging/push_messaging_dispatcher.h',
317 'renderer/render_font_warmup_win.cc', 319 'renderer/render_font_warmup_win.cc',
318 'renderer/render_frame_impl.cc', 320 'renderer/render_frame_impl.cc',
319 'renderer/render_frame_impl.h', 321 'renderer/render_frame_impl.h',
320 'renderer/render_frame_proxy.cc', 322 'renderer/render_frame_proxy.cc',
321 'renderer/render_frame_proxy.h', 323 'renderer/render_frame_proxy.h',
322 'renderer/render_process.h', 324 'renderer/render_process.h',
323 'renderer/render_process_impl.cc', 325 'renderer/render_process_impl.cc',
324 'renderer/render_process_impl.h', 326 'renderer/render_process_impl.h',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 }], 847 }],
846 ], 848 ],
847 'target_conditions': [ 849 'target_conditions': [
848 ['OS=="android"', { 850 ['OS=="android"', {
849 'sources/': [ 851 'sources/': [
850 ['include', '^renderer/render_view_linux\\.cc$'], 852 ['include', '^renderer/render_view_linux\\.cc$'],
851 ], 853 ],
852 }], 854 }],
853 ], 855 ],
854 } 856 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/renderer/presentation/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698