| 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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 'browser/resolve_proxy_msg_helper.cc', | 1111 'browser/resolve_proxy_msg_helper.cc', |
| 1112 'browser/resolve_proxy_msg_helper.h', | 1112 'browser/resolve_proxy_msg_helper.h', |
| 1113 'browser/resource_context_impl.cc', | 1113 'browser/resource_context_impl.cc', |
| 1114 'browser/resource_context_impl.h', | 1114 'browser/resource_context_impl.h', |
| 1115 'browser/safe_util_win.cc', | 1115 'browser/safe_util_win.cc', |
| 1116 'browser/safe_util_win.h', | 1116 'browser/safe_util_win.h', |
| 1117 'browser/screen_orientation/screen_orientation_dispatcher_host.cc', | 1117 'browser/screen_orientation/screen_orientation_dispatcher_host.cc', |
| 1118 'browser/screen_orientation/screen_orientation_dispatcher_host.h', | 1118 'browser/screen_orientation/screen_orientation_dispatcher_host.h', |
| 1119 'browser/screen_orientation/screen_orientation_message_filter_android.h', | 1119 'browser/screen_orientation/screen_orientation_message_filter_android.h', |
| 1120 'browser/screen_orientation/screen_orientation_message_filter_android.cc', | 1120 'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
| 1121 'browser/screen_orientation/screen_orientation_provider.cc', |
| 1121 'browser/screen_orientation/screen_orientation_provider.h', | 1122 'browser/screen_orientation/screen_orientation_provider.h', |
| 1122 'browser/screen_orientation/screen_orientation_provider_android.h', | 1123 'browser/screen_orientation/screen_orientation_provider_android.h', |
| 1123 'browser/screen_orientation/screen_orientation_provider_android.cc', | 1124 'browser/screen_orientation/screen_orientation_provider_android.cc', |
| 1124 'browser/service_worker/embedded_worker_instance.cc', | 1125 'browser/service_worker/embedded_worker_instance.cc', |
| 1125 'browser/service_worker/embedded_worker_instance.h', | 1126 'browser/service_worker/embedded_worker_instance.h', |
| 1126 'browser/service_worker/embedded_worker_registry.cc', | 1127 'browser/service_worker/embedded_worker_registry.cc', |
| 1127 'browser/service_worker/embedded_worker_registry.h', | 1128 'browser/service_worker/embedded_worker_registry.h', |
| 1128 'browser/service_worker/service_worker_cache.cc', | 1129 'browser/service_worker/service_worker_cache.cc', |
| 1129 'browser/service_worker/service_worker_cache.h', | 1130 'browser/service_worker/service_worker_cache.h', |
| 1130 'browser/service_worker/service_worker_cache_listener.cc', | 1131 'browser/service_worker/service_worker_cache_listener.cc', |
| (...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1869 'sources': [ | 1870 'sources': [ |
| 1870 'browser/media/cdm/browser_cdm_manager.cc', | 1871 'browser/media/cdm/browser_cdm_manager.cc', |
| 1871 'browser/media/cdm/browser_cdm_manager.h', | 1872 'browser/media/cdm/browser_cdm_manager.h', |
| 1872 # This works on Android because enable_browser_cdms==1 on Android. | 1873 # This works on Android because enable_browser_cdms==1 on Android. |
| 1873 'browser/media/media_web_contents_observer.cc', | 1874 'browser/media/media_web_contents_observer.cc', |
| 1874 'browser/media/media_web_contents_observer.h', | 1875 'browser/media/media_web_contents_observer.h', |
| 1875 ], | 1876 ], |
| 1876 }], | 1877 }], |
| 1877 ], | 1878 ], |
| 1878 } | 1879 } |
| OLD | NEW |