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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1123 'browser/renderer_host/websocket_host.h', | 1123 'browser/renderer_host/websocket_host.h', |
1124 'browser/resolve_proxy_msg_helper.cc', | 1124 'browser/resolve_proxy_msg_helper.cc', |
1125 'browser/resolve_proxy_msg_helper.h', | 1125 'browser/resolve_proxy_msg_helper.h', |
1126 'browser/resource_context_impl.cc', | 1126 'browser/resource_context_impl.cc', |
1127 'browser/resource_context_impl.h', | 1127 'browser/resource_context_impl.h', |
1128 'browser/safe_util_win.cc', | 1128 'browser/safe_util_win.cc', |
1129 'browser/safe_util_win.h', | 1129 'browser/safe_util_win.h', |
1130 'browser/screen_orientation/screen_orientation_dispatcher_host.cc', | 1130 'browser/screen_orientation/screen_orientation_dispatcher_host.cc', |
1131 'browser/screen_orientation/screen_orientation_dispatcher_host.h', | 1131 'browser/screen_orientation/screen_orientation_dispatcher_host.h', |
1132 'browser/screen_orientation/screen_orientation_provider.h', | 1132 'browser/screen_orientation/screen_orientation_provider.h', |
| 1133 'browser/screen_orientation/screen_orientation_provider_android.h', |
| 1134 'browser/screen_orientation/screen_orientation_provider_android.cc', |
1133 'browser/service_worker/embedded_worker_instance.cc', | 1135 'browser/service_worker/embedded_worker_instance.cc', |
1134 'browser/service_worker/embedded_worker_instance.h', | 1136 'browser/service_worker/embedded_worker_instance.h', |
1135 'browser/service_worker/embedded_worker_registry.cc', | 1137 'browser/service_worker/embedded_worker_registry.cc', |
1136 'browser/service_worker/embedded_worker_registry.h', | 1138 'browser/service_worker/embedded_worker_registry.h', |
1137 'browser/service_worker/service_worker_context.h', | 1139 'browser/service_worker/service_worker_context.h', |
1138 'browser/service_worker/service_worker_context_core.cc', | 1140 'browser/service_worker/service_worker_context_core.cc', |
1139 'browser/service_worker/service_worker_context_core.h', | 1141 'browser/service_worker/service_worker_context_core.h', |
1140 'browser/service_worker/service_worker_context_wrapper.cc', | 1142 'browser/service_worker/service_worker_context_wrapper.cc', |
1141 'browser/service_worker/service_worker_context_wrapper.h', | 1143 'browser/service_worker/service_worker_context_wrapper.h', |
1142 'browser/service_worker/service_worker_dispatcher_host.cc', | 1144 'browser/service_worker/service_worker_dispatcher_host.cc', |
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1698 '../build/linux/system.gyp:dbus', | 1700 '../build/linux/system.gyp:dbus', |
1699 '../dbus/dbus.gyp:dbus', | 1701 '../dbus/dbus.gyp:dbus', |
1700 ], | 1702 ], |
1701 }, { # OS != "linux" or use_dbus==0 | 1703 }, { # OS != "linux" or use_dbus==0 |
1702 'sources!': [ | 1704 'sources!': [ |
1703 'browser/geolocation/wifi_data_provider_linux.cc', | 1705 'browser/geolocation/wifi_data_provider_linux.cc', |
1704 ], | 1706 ], |
1705 }], | 1707 }], |
1706 ], | 1708 ], |
1707 } | 1709 } |
OLD | NEW |