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_observer_proxy.cc', |
| 1045 'browser/renderer_host/begin_frame_observer_proxy.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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1884 ['exclude', '^browser/tracing/tracing_ui\\.(cc|h)$'], | 1886 ['exclude', '^browser/tracing/tracing_ui\\.(cc|h)$'], |
1885 ], | 1887 ], |
1886 'sources': [ | 1888 'sources': [ |
1887 '<@(android_browser_sources)', | 1889 '<@(android_browser_sources)', |
1888 ], | 1890 ], |
1889 'sources!': [ | 1891 'sources!': [ |
1890 'browser/browser_ipc_logging.cc', | 1892 'browser/browser_ipc_logging.cc', |
1891 'browser/geolocation/device_data_provider.cc', | 1893 'browser/geolocation/device_data_provider.cc', |
1892 'browser/geolocation/empty_device_data_provider.cc', | 1894 'browser/geolocation/empty_device_data_provider.cc', |
1893 'browser/geolocation/wifi_data_provider_common.cc', | 1895 'browser/geolocation/wifi_data_provider_common.cc', |
| 1896 'browser/renderer_host/begin_frame_observer_proxy.cc', |
1894 'browser/renderer_host/native_web_keyboard_event.cc', | 1897 'browser/renderer_host/native_web_keyboard_event.cc', |
1895 ] | 1898 ] |
1896 }], | 1899 }], |
1897 ['OS=="mac"', { | 1900 ['OS=="mac"', { |
1898 'sources/': [ | 1901 'sources/': [ |
1899 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.
cc$'], | 1902 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.
cc$'], |
1900 ], | 1903 ], |
1901 'sources!': [ | 1904 'sources!': [ |
1902 'browser/geolocation/empty_wifi_data_provider.cc', | 1905 'browser/geolocation/empty_wifi_data_provider.cc', |
1903 ], | 1906 ], |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1997 'browser/media/media_web_contents_observer.h', | 2000 'browser/media/media_web_contents_observer.h', |
1998 ], | 2001 ], |
1999 }], | 2002 }], |
2000 ['OS == "linux" and use_openssl==1', { | 2003 ['OS == "linux" and use_openssl==1', { |
2001 'dependencies': [ | 2004 'dependencies': [ |
2002 '../third_party/boringssl/boringssl.gyp:boringssl', | 2005 '../third_party/boringssl/boringssl.gyp:boringssl', |
2003 ], | 2006 ], |
2004 }], | 2007 }], |
2005 ], | 2008 ], |
2006 } | 2009 } |
OLD | NEW |