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

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: Got rid of the PresentationServiceClient Created 5 years, 11 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 '../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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'renderer/mhtml_generator.cc', 304 'renderer/mhtml_generator.cc',
305 'renderer/mhtml_generator.h', 305 'renderer/mhtml_generator.h',
306 'renderer/mojo/service_registry_js_wrapper.cc', 306 'renderer/mojo/service_registry_js_wrapper.cc',
307 'renderer/mojo/service_registry_js_wrapper.h', 307 'renderer/mojo/service_registry_js_wrapper.h',
308 'renderer/mouse_lock_dispatcher.cc', 308 'renderer/mouse_lock_dispatcher.cc',
309 'renderer/mouse_lock_dispatcher.h', 309 'renderer/mouse_lock_dispatcher.h',
310 'renderer/net_info_helper.cc', 310 'renderer/net_info_helper.cc',
311 'renderer/net_info_helper.h', 311 'renderer/net_info_helper.h',
312 'renderer/notification_permission_dispatcher.cc', 312 'renderer/notification_permission_dispatcher.cc',
313 'renderer/notification_permission_dispatcher.h', 313 'renderer/notification_permission_dispatcher.h',
314 'renderer/presentation/presentation_dispatcher.cc',
315 'renderer/presentation/presentation_dispatcher.h',
314 'renderer/push_messaging/push_messaging_dispatcher.cc', 316 'renderer/push_messaging/push_messaging_dispatcher.cc',
315 'renderer/push_messaging/push_messaging_dispatcher.h', 317 'renderer/push_messaging/push_messaging_dispatcher.h',
316 'renderer/render_font_warmup_win.cc', 318 'renderer/render_font_warmup_win.cc',
317 'renderer/render_frame_impl.cc', 319 'renderer/render_frame_impl.cc',
318 'renderer/render_frame_impl.h', 320 'renderer/render_frame_impl.h',
319 'renderer/render_frame_proxy.cc', 321 'renderer/render_frame_proxy.cc',
320 'renderer/render_frame_proxy.h', 322 'renderer/render_frame_proxy.h',
321 'renderer/render_process.h', 323 'renderer/render_process.h',
322 'renderer/render_process_impl.cc', 324 'renderer/render_process_impl.cc',
323 'renderer/render_process_impl.h', 325 'renderer/render_process_impl.h',
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 }], 844 }],
843 ], 845 ],
844 'target_conditions': [ 846 'target_conditions': [
845 ['OS=="android"', { 847 ['OS=="android"', {
846 'sources/': [ 848 'sources/': [
847 ['include', '^renderer/render_view_linux\\.cc$'], 849 ['include', '^renderer/render_view_linux\\.cc$'],
848 ], 850 ],
849 }], 851 }],
850 ], 852 ],
851 } 853 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698