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

Side by Side Diff: content/content_renderer.gypi

Issue 935083002: [PresentationAPI] Implementing start/joinSession from WebPresentationClient to PresentationService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the last round of comments 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 314 'renderer/presentation/presentation_dispatcher.cc',
315 'renderer/presentation/presentation_dispatcher.h', 315 'renderer/presentation/presentation_dispatcher.h',
316 'renderer/presentation/presentation_session_client.cc',
317 'renderer/presentation/presentation_session_client.h',
318 'renderer/presentation/presentation_session_dispatcher.cc',
319 'renderer/presentation/presentation_session_dispatcher.h',
316 'renderer/push_messaging/push_messaging_dispatcher.cc', 320 'renderer/push_messaging/push_messaging_dispatcher.cc',
317 'renderer/push_messaging/push_messaging_dispatcher.h', 321 'renderer/push_messaging/push_messaging_dispatcher.h',
318 'renderer/render_font_warmup_win.cc', 322 'renderer/render_font_warmup_win.cc',
319 'renderer/render_frame_impl.cc', 323 'renderer/render_frame_impl.cc',
320 'renderer/render_frame_impl.h', 324 'renderer/render_frame_impl.h',
321 'renderer/render_frame_proxy.cc', 325 'renderer/render_frame_proxy.cc',
322 'renderer/render_frame_proxy.h', 326 'renderer/render_frame_proxy.h',
323 'renderer/render_process.h', 327 'renderer/render_process.h',
324 'renderer/render_process_impl.cc', 328 'renderer/render_process_impl.cc',
325 'renderer/render_process_impl.h', 329 'renderer/render_process_impl.h',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 }], 860 }],
857 ], 861 ],
858 'target_conditions': [ 862 'target_conditions': [
859 ['OS=="android"', { 863 ['OS=="android"', {
860 'sources/': [ 864 'sources/': [
861 ['include', '^renderer/render_view_linux\\.cc$'], 865 ['include', '^renderer/render_view_linux\\.cc$'],
862 ], 866 ],
863 }], 867 }],
864 ], 868 ],
865 } 869 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/renderer/presentation/presentation_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698