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

Side by Side Diff: content/content_renderer.gypi

Issue 1024903003: [Presentation API] Plumbing of |onstatechange| from the Mojo service to the public/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Call the Mojo method again from the callback Created 5 years, 9 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'renderer/navigation_state_impl.cc', 313 'renderer/navigation_state_impl.cc',
314 'renderer/navigation_state_impl.h', 314 'renderer/navigation_state_impl.h',
315 'renderer/net_info_helper.cc', 315 'renderer/net_info_helper.cc',
316 'renderer/net_info_helper.h', 316 'renderer/net_info_helper.h',
317 'renderer/notification_permission_dispatcher.cc', 317 'renderer/notification_permission_dispatcher.cc',
318 'renderer/notification_permission_dispatcher.h', 318 'renderer/notification_permission_dispatcher.h',
319 'renderer/presentation/presentation_dispatcher.cc', 319 'renderer/presentation/presentation_dispatcher.cc',
320 'renderer/presentation/presentation_dispatcher.h', 320 'renderer/presentation/presentation_dispatcher.h',
321 'renderer/presentation/presentation_session_client.cc', 321 'renderer/presentation/presentation_session_client.cc',
322 'renderer/presentation/presentation_session_client.h', 322 'renderer/presentation/presentation_session_client.h',
323 'renderer/presentation/presentation_session_dispatcher.cc',
324 'renderer/presentation/presentation_session_dispatcher.h',
325 'renderer/push_messaging/push_messaging_dispatcher.cc', 323 'renderer/push_messaging/push_messaging_dispatcher.cc',
326 'renderer/push_messaging/push_messaging_dispatcher.h', 324 'renderer/push_messaging/push_messaging_dispatcher.h',
327 'renderer/render_font_warmup_win.cc', 325 'renderer/render_font_warmup_win.cc',
328 'renderer/render_frame_impl.cc', 326 'renderer/render_frame_impl.cc',
329 'renderer/render_frame_impl.h', 327 'renderer/render_frame_impl.h',
330 'renderer/render_frame_proxy.cc', 328 'renderer/render_frame_proxy.cc',
331 'renderer/render_frame_proxy.h', 329 'renderer/render_frame_proxy.h',
332 'renderer/render_process.h', 330 'renderer/render_process.h',
333 'renderer/render_process_impl.cc', 331 'renderer/render_process_impl.cc',
334 'renderer/render_process_impl.h', 332 'renderer/render_process_impl.h',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 }], 875 }],
878 ], 876 ],
879 'target_conditions': [ 877 'target_conditions': [
880 ['OS=="android"', { 878 ['OS=="android"', {
881 'sources/': [ 879 'sources/': [
882 ['include', '^renderer/render_view_linux\\.cc$'], 880 ['include', '^renderer/render_view_linux\\.cc$'],
883 ], 881 ],
884 }], 882 }],
885 ], 883 ],
886 } 884 }
OLDNEW
« no previous file with comments | « content/common/presentation/presentation_service.mojom ('k') | content/renderer/presentation/presentation_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698