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

Side by Side Diff: content/content_browser.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: Swapped handling the event and requesting a new one 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_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'browser/power_save_blocker_android.h', 985 'browser/power_save_blocker_android.h',
986 'browser/power_save_blocker_chromeos.cc', 986 'browser/power_save_blocker_chromeos.cc',
987 'browser/power_save_blocker_impl.cc', 987 'browser/power_save_blocker_impl.cc',
988 'browser/power_save_blocker_impl.h', 988 'browser/power_save_blocker_impl.h',
989 'browser/power_save_blocker_mac.cc', 989 'browser/power_save_blocker_mac.cc',
990 'browser/power_save_blocker_ozone.cc', 990 'browser/power_save_blocker_ozone.cc',
991 'browser/power_save_blocker_win.cc', 991 'browser/power_save_blocker_win.cc',
992 'browser/power_save_blocker_x11.cc', 992 'browser/power_save_blocker_x11.cc',
993 'browser/power_usage_monitor_impl.cc', 993 'browser/power_usage_monitor_impl.cc',
994 'browser/power_usage_monitor_impl.h', 994 'browser/power_usage_monitor_impl.h',
995 'browser/presentation/presentation_service_impl.cc',
996 'browser/presentation/presentation_service_impl.h',
995 'browser/profiler_controller_impl.cc', 997 'browser/profiler_controller_impl.cc',
996 'browser/profiler_controller_impl.h', 998 'browser/profiler_controller_impl.h',
997 'browser/profiler_message_filter.cc', 999 'browser/profiler_message_filter.cc',
998 'browser/profiler_message_filter.h', 1000 'browser/profiler_message_filter.h',
999 'browser/push_messaging/push_messaging_message_filter.cc', 1001 'browser/push_messaging/push_messaging_message_filter.cc',
1000 'browser/push_messaging/push_messaging_message_filter.h', 1002 'browser/push_messaging/push_messaging_message_filter.h',
1001 'browser/push_messaging/push_messaging_router.cc', 1003 'browser/push_messaging/push_messaging_router.cc',
1002 'browser/push_messaging/push_messaging_router.h', 1004 'browser/push_messaging/push_messaging_router.h',
1003 'browser/quota_dispatcher_host.cc', 1005 'browser/quota_dispatcher_host.cc',
1004 'browser/quota_dispatcher_host.h', 1006 'browser/quota_dispatcher_host.h',
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 'browser/media/media_web_contents_observer.h', 1966 'browser/media/media_web_contents_observer.h',
1965 ], 1967 ],
1966 }], 1968 }],
1967 ['OS == "linux" and use_openssl==1', { 1969 ['OS == "linux" and use_openssl==1', {
1968 'dependencies': [ 1970 'dependencies': [
1969 '../third_party/boringssl/boringssl.gyp:boringssl', 1971 '../third_party/boringssl/boringssl.gyp:boringssl',
1970 ], 1972 ],
1971 }], 1973 }],
1972 ], 1974 ],
1973 } 1975 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698