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

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: Fixed the build 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 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 'browser/power_save_blocker_android.h', 982 'browser/power_save_blocker_android.h',
983 'browser/power_save_blocker_chromeos.cc', 983 'browser/power_save_blocker_chromeos.cc',
984 'browser/power_save_blocker_impl.cc', 984 'browser/power_save_blocker_impl.cc',
985 'browser/power_save_blocker_impl.h', 985 'browser/power_save_blocker_impl.h',
986 'browser/power_save_blocker_mac.cc', 986 'browser/power_save_blocker_mac.cc',
987 'browser/power_save_blocker_ozone.cc', 987 'browser/power_save_blocker_ozone.cc',
988 'browser/power_save_blocker_win.cc', 988 'browser/power_save_blocker_win.cc',
989 'browser/power_save_blocker_x11.cc', 989 'browser/power_save_blocker_x11.cc',
990 'browser/power_usage_monitor_impl.cc', 990 'browser/power_usage_monitor_impl.cc',
991 'browser/power_usage_monitor_impl.h', 991 'browser/power_usage_monitor_impl.h',
992 'browser/presentation/presentation_service_impl.cc',
993 'browser/presentation/presentation_service_impl.h',
992 'browser/profiler_controller_impl.cc', 994 'browser/profiler_controller_impl.cc',
993 'browser/profiler_controller_impl.h', 995 'browser/profiler_controller_impl.h',
994 'browser/profiler_message_filter.cc', 996 'browser/profiler_message_filter.cc',
995 'browser/profiler_message_filter.h', 997 'browser/profiler_message_filter.h',
996 'browser/push_messaging/push_messaging_message_filter.cc', 998 'browser/push_messaging/push_messaging_message_filter.cc',
997 'browser/push_messaging/push_messaging_message_filter.h', 999 'browser/push_messaging/push_messaging_message_filter.h',
998 'browser/push_messaging/push_messaging_router.cc', 1000 'browser/push_messaging/push_messaging_router.cc',
999 'browser/push_messaging/push_messaging_router.h', 1001 'browser/push_messaging/push_messaging_router.h',
1000 'browser/quota_dispatcher_host.cc', 1002 'browser/quota_dispatcher_host.cc',
1001 'browser/quota_dispatcher_host.h', 1003 'browser/quota_dispatcher_host.h',
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 'sources': [ 1953 'sources': [
1952 'browser/media/cdm/browser_cdm_manager.cc', 1954 'browser/media/cdm/browser_cdm_manager.cc',
1953 'browser/media/cdm/browser_cdm_manager.h', 1955 'browser/media/cdm/browser_cdm_manager.h',
1954 # This works on Android because enable_browser_cdms==1 on Android. 1956 # This works on Android because enable_browser_cdms==1 on Android.
1955 'browser/media/media_web_contents_observer.cc', 1957 'browser/media/media_web_contents_observer.cc',
1956 'browser/media/media_web_contents_observer.h', 1958 'browser/media/media_web_contents_observer.h',
1957 ], 1959 ],
1958 }], 1960 }],
1959 ], 1961 ],
1960 } 1962 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698