| 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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 'browser/power_save_blocker_android.h', | 993 'browser/power_save_blocker_android.h', |
| 994 'browser/power_save_blocker_chromeos.cc', | 994 'browser/power_save_blocker_chromeos.cc', |
| 995 'browser/power_save_blocker_impl.cc', | 995 'browser/power_save_blocker_impl.cc', |
| 996 'browser/power_save_blocker_impl.h', | 996 'browser/power_save_blocker_impl.h', |
| 997 'browser/power_save_blocker_mac.cc', | 997 'browser/power_save_blocker_mac.cc', |
| 998 'browser/power_save_blocker_ozone.cc', | 998 'browser/power_save_blocker_ozone.cc', |
| 999 'browser/power_save_blocker_win.cc', | 999 'browser/power_save_blocker_win.cc', |
| 1000 'browser/power_save_blocker_x11.cc', | 1000 'browser/power_save_blocker_x11.cc', |
| 1001 'browser/power_usage_monitor_impl.cc', | 1001 'browser/power_usage_monitor_impl.cc', |
| 1002 'browser/power_usage_monitor_impl.h', | 1002 'browser/power_usage_monitor_impl.h', |
| 1003 'browser/presentation/presentation_service_impl.cc', |
| 1004 'browser/presentation/presentation_service_impl.h', |
| 1003 'browser/profiler_controller_impl.cc', | 1005 'browser/profiler_controller_impl.cc', |
| 1004 'browser/profiler_controller_impl.h', | 1006 'browser/profiler_controller_impl.h', |
| 1005 'browser/profiler_message_filter.cc', | 1007 'browser/profiler_message_filter.cc', |
| 1006 'browser/profiler_message_filter.h', | 1008 'browser/profiler_message_filter.h', |
| 1007 'browser/push_messaging/push_messaging_message_filter.cc', | 1009 'browser/push_messaging/push_messaging_message_filter.cc', |
| 1008 'browser/push_messaging/push_messaging_message_filter.h', | 1010 'browser/push_messaging/push_messaging_message_filter.h', |
| 1009 'browser/push_messaging/push_messaging_router.cc', | 1011 'browser/push_messaging/push_messaging_router.cc', |
| 1010 'browser/push_messaging/push_messaging_router.h', | 1012 'browser/push_messaging/push_messaging_router.h', |
| 1011 'browser/quota_dispatcher_host.cc', | 1013 'browser/quota_dispatcher_host.cc', |
| 1012 'browser/quota_dispatcher_host.h', | 1014 'browser/quota_dispatcher_host.h', |
| (...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1974 'browser/media/media_web_contents_observer.h', | 1976 'browser/media/media_web_contents_observer.h', |
| 1975 ], | 1977 ], |
| 1976 }], | 1978 }], |
| 1977 ['OS == "linux" and use_openssl==1', { | 1979 ['OS == "linux" and use_openssl==1', { |
| 1978 'dependencies': [ | 1980 'dependencies': [ |
| 1979 '../third_party/boringssl/boringssl.gyp:boringssl', | 1981 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1980 ], | 1982 ], |
| 1981 }], | 1983 }], |
| 1982 ], | 1984 ], |
| 1983 } | 1985 } |
| OLD | NEW |