OLD | NEW |
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 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1060 'browser/power_save_blocker_mac.cc', | 1060 'browser/power_save_blocker_mac.cc', |
1061 'browser/power_save_blocker_ozone.cc', | 1061 'browser/power_save_blocker_ozone.cc', |
1062 'browser/power_save_blocker_win.cc', | 1062 'browser/power_save_blocker_win.cc', |
1063 'browser/power_save_blocker_x11.cc', | 1063 'browser/power_save_blocker_x11.cc', |
1064 'browser/power_usage_monitor_impl.cc', | 1064 'browser/power_usage_monitor_impl.cc', |
1065 'browser/power_usage_monitor_impl.h', | 1065 'browser/power_usage_monitor_impl.h', |
1066 'browser/presentation/presentation_service_impl.cc', | 1066 'browser/presentation/presentation_service_impl.cc', |
1067 'browser/presentation/presentation_service_impl.h', | 1067 'browser/presentation/presentation_service_impl.h', |
1068 'browser/presentation/presentation_type_converters.cc', | 1068 'browser/presentation/presentation_type_converters.cc', |
1069 'browser/presentation/presentation_type_converters.h', | 1069 'browser/presentation/presentation_type_converters.h', |
| 1070 'browser/process_resource_usage_impl.cc', |
| 1071 'browser/process_resource_usage_impl.h', |
1070 'browser/profiler_controller_impl.cc', | 1072 'browser/profiler_controller_impl.cc', |
1071 'browser/profiler_controller_impl.h', | 1073 'browser/profiler_controller_impl.h', |
1072 'browser/profiler_message_filter.cc', | 1074 'browser/profiler_message_filter.cc', |
1073 'browser/profiler_message_filter.h', | 1075 'browser/profiler_message_filter.h', |
1074 'browser/push_messaging/push_messaging_message_filter.cc', | 1076 'browser/push_messaging/push_messaging_message_filter.cc', |
1075 'browser/push_messaging/push_messaging_message_filter.h', | 1077 'browser/push_messaging/push_messaging_message_filter.h', |
1076 'browser/push_messaging/push_messaging_router.cc', | 1078 'browser/push_messaging/push_messaging_router.cc', |
1077 'browser/push_messaging/push_messaging_router.h', | 1079 'browser/push_messaging/push_messaging_router.h', |
1078 'browser/quota_dispatcher_host.cc', | 1080 'browser/quota_dispatcher_host.cc', |
1079 'browser/quota_dispatcher_host.h', | 1081 'browser/quota_dispatcher_host.h', |
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2034 'browser/media/media_web_contents_observer.h', | 2036 'browser/media/media_web_contents_observer.h', |
2035 ], | 2037 ], |
2036 }], | 2038 }], |
2037 ['OS == "linux" and use_openssl==1', { | 2039 ['OS == "linux" and use_openssl==1', { |
2038 'dependencies': [ | 2040 'dependencies': [ |
2039 '../third_party/boringssl/boringssl.gyp:boringssl', | 2041 '../third_party/boringssl/boringssl.gyp:boringssl', |
2040 ], | 2042 ], |
2041 }], | 2043 }], |
2042 ], | 2044 ], |
2043 } | 2045 } |
OLD | NEW |