| 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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 'browser/profiler_controller_impl.h', | 1034 'browser/profiler_controller_impl.h', |
| 1035 'browser/profiler_message_filter.cc', | 1035 'browser/profiler_message_filter.cc', |
| 1036 'browser/profiler_message_filter.h', | 1036 'browser/profiler_message_filter.h', |
| 1037 'browser/push_messaging/push_messaging_message_filter.cc', | 1037 'browser/push_messaging/push_messaging_message_filter.cc', |
| 1038 'browser/push_messaging/push_messaging_message_filter.h', | 1038 'browser/push_messaging/push_messaging_message_filter.h', |
| 1039 'browser/push_messaging/push_messaging_router.cc', | 1039 'browser/push_messaging/push_messaging_router.cc', |
| 1040 'browser/push_messaging/push_messaging_router.h', | 1040 'browser/push_messaging/push_messaging_router.h', |
| 1041 'browser/quota_dispatcher_host.cc', | 1041 'browser/quota_dispatcher_host.cc', |
| 1042 'browser/quota_dispatcher_host.h', | 1042 'browser/quota_dispatcher_host.h', |
| 1043 'browser/renderer_data_memoizing_store.h', | 1043 'browser/renderer_data_memoizing_store.h', |
| 1044 'browser/renderer_host/begin_frame_manager.cc', |
| 1045 'browser/renderer_host/begin_frame_manager.h', |
| 1044 'browser/renderer_host/clipboard_message_filter.cc', | 1046 'browser/renderer_host/clipboard_message_filter.cc', |
| 1045 'browser/renderer_host/clipboard_message_filter.h', | 1047 'browser/renderer_host/clipboard_message_filter.h', |
| 1046 'browser/renderer_host/clipboard_message_filter_mac.mm', | 1048 'browser/renderer_host/clipboard_message_filter_mac.mm', |
| 1047 'browser/renderer_host/compositor_impl_android.cc', | 1049 'browser/renderer_host/compositor_impl_android.cc', |
| 1048 'browser/renderer_host/compositor_impl_android.h', | 1050 'browser/renderer_host/compositor_impl_android.h', |
| 1049 'browser/renderer_host/compositor_resize_lock_aura.cc', | 1051 'browser/renderer_host/compositor_resize_lock_aura.cc', |
| 1050 'browser/renderer_host/compositor_resize_lock_aura.h', | 1052 'browser/renderer_host/compositor_resize_lock_aura.h', |
| 1051 'browser/renderer_host/database_message_filter.cc', | 1053 'browser/renderer_host/database_message_filter.cc', |
| 1052 'browser/renderer_host/database_message_filter.h', | 1054 'browser/renderer_host/database_message_filter.h', |
| 1053 'browser/renderer_host/delegated_frame_evictor.cc', | 1055 'browser/renderer_host/delegated_frame_evictor.cc', |
| (...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1997 'browser/media/media_web_contents_observer.h', | 1999 'browser/media/media_web_contents_observer.h', |
| 1998 ], | 2000 ], |
| 1999 }], | 2001 }], |
| 2000 ['OS == "linux" and use_openssl==1', { | 2002 ['OS == "linux" and use_openssl==1', { |
| 2001 'dependencies': [ | 2003 'dependencies': [ |
| 2002 '../third_party/boringssl/boringssl.gyp:boringssl', | 2004 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2003 ], | 2005 ], |
| 2004 }], | 2006 }], |
| 2005 ], | 2007 ], |
| 2006 } | 2008 } |
| OLD | NEW |