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 '../third_party/re2/re2.gyp:re2', | 7 '../third_party/re2/re2.gyp:re2', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1115 'browser/renderer_host/websocket_host.h', | 1115 'browser/renderer_host/websocket_host.h', |
1116 'browser/resolve_proxy_msg_helper.cc', | 1116 'browser/resolve_proxy_msg_helper.cc', |
1117 'browser/resolve_proxy_msg_helper.h', | 1117 'browser/resolve_proxy_msg_helper.h', |
1118 'browser/resource_context_impl.cc', | 1118 'browser/resource_context_impl.cc', |
1119 'browser/resource_context_impl.h', | 1119 'browser/resource_context_impl.h', |
1120 'browser/safe_util_win.cc', | 1120 'browser/safe_util_win.cc', |
1121 'browser/safe_util_win.h', | 1121 'browser/safe_util_win.h', |
1122 'browser/screen_orientation/screen_orientation_dispatcher_host.cc', | 1122 'browser/screen_orientation/screen_orientation_dispatcher_host.cc', |
1123 'browser/screen_orientation/screen_orientation_dispatcher_host.h', | 1123 'browser/screen_orientation/screen_orientation_dispatcher_host.h', |
1124 'browser/screen_orientation/screen_orientation_provider.h', | 1124 'browser/screen_orientation/screen_orientation_provider.h', |
| 1125 'browser/screen_orientation/screen_orientation_provider_android.h', |
| 1126 'browser/screen_orientation/screen_orientation_provider_android.cc', |
1125 'browser/service_worker/embedded_worker_instance.cc', | 1127 'browser/service_worker/embedded_worker_instance.cc', |
1126 'browser/service_worker/embedded_worker_instance.h', | 1128 'browser/service_worker/embedded_worker_instance.h', |
1127 'browser/service_worker/embedded_worker_registry.cc', | 1129 'browser/service_worker/embedded_worker_registry.cc', |
1128 'browser/service_worker/embedded_worker_registry.h', | 1130 'browser/service_worker/embedded_worker_registry.h', |
1129 'browser/service_worker/service_worker_context.h', | 1131 'browser/service_worker/service_worker_context.h', |
1130 'browser/service_worker/service_worker_context_core.cc', | 1132 'browser/service_worker/service_worker_context_core.cc', |
1131 'browser/service_worker/service_worker_context_core.h', | 1133 'browser/service_worker/service_worker_context_core.h', |
1132 'browser/service_worker/service_worker_context_wrapper.cc', | 1134 'browser/service_worker/service_worker_context_wrapper.cc', |
1133 'browser/service_worker/service_worker_context_wrapper.h', | 1135 'browser/service_worker/service_worker_context_wrapper.h', |
1134 'browser/service_worker/service_worker_dispatcher_host.cc', | 1136 'browser/service_worker/service_worker_dispatcher_host.cc', |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1685 '../build/linux/system.gyp:dbus', | 1687 '../build/linux/system.gyp:dbus', |
1686 '../dbus/dbus.gyp:dbus', | 1688 '../dbus/dbus.gyp:dbus', |
1687 ], | 1689 ], |
1688 }, { # OS != "linux" or use_dbus==0 | 1690 }, { # OS != "linux" or use_dbus==0 |
1689 'sources!': [ | 1691 'sources!': [ |
1690 'browser/geolocation/wifi_data_provider_linux.cc', | 1692 'browser/geolocation/wifi_data_provider_linux.cc', |
1691 ], | 1693 ], |
1692 }], | 1694 }], |
1693 ], | 1695 ], |
1694 } | 1696 } |
OLD | NEW |