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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1256 'browser/transition_request_manager.h', | 1256 'browser/transition_request_manager.h', |
1257 'browser/udev_linux.cc', | 1257 'browser/udev_linux.cc', |
1258 'browser/udev_linux.h', | 1258 'browser/udev_linux.h', |
1259 'browser/user_metrics.cc', | 1259 'browser/user_metrics.cc', |
1260 'browser/utility_process_host_impl.cc', | 1260 'browser/utility_process_host_impl.cc', |
1261 'browser/utility_process_host_impl.h', | 1261 'browser/utility_process_host_impl.h', |
1262 'browser/vibration/vibration_message_filter.cc', | 1262 'browser/vibration/vibration_message_filter.cc', |
1263 'browser/vibration/vibration_message_filter.h', | 1263 'browser/vibration/vibration_message_filter.h', |
1264 'browser/vibration/vibration_provider_android.cc', | 1264 'browser/vibration/vibration_provider_android.cc', |
1265 'browser/vibration/vibration_provider_android.h', | 1265 'browser/vibration/vibration_provider_android.h', |
| 1266 'browser/wake_lock/lock.cc', |
| 1267 'browser/wake_lock/lock.h', |
| 1268 'browser/wake_lock/wake_lock_dispatcher_host.cc', |
| 1269 'browser/wake_lock/wake_lock_dispatcher_host.h', |
| 1270 'browser/wake_lock/wake_lock_manager.cc', |
| 1271 'browser/wake_lock/wake_lock_manager.h', |
| 1272 'browser/wake_lock/wake_lock_web_contents_observer.cc', |
| 1273 'browser/wake_lock/wake_lock_web_contents_observer.h', |
1266 'browser/web_contents/aura/gesture_nav_simple.cc', | 1274 'browser/web_contents/aura/gesture_nav_simple.cc', |
1267 'browser/web_contents/aura/gesture_nav_simple.h', | 1275 'browser/web_contents/aura/gesture_nav_simple.h', |
1268 'browser/web_contents/aura/image_window_delegate.cc', | 1276 'browser/web_contents/aura/image_window_delegate.cc', |
1269 'browser/web_contents/aura/image_window_delegate.h', | 1277 'browser/web_contents/aura/image_window_delegate.h', |
1270 'browser/web_contents/aura/overscroll_navigation_overlay.cc', | 1278 'browser/web_contents/aura/overscroll_navigation_overlay.cc', |
1271 'browser/web_contents/aura/overscroll_navigation_overlay.h', | 1279 'browser/web_contents/aura/overscroll_navigation_overlay.h', |
1272 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1280 'browser/web_contents/aura/shadow_layer_delegate.cc', |
1273 'browser/web_contents/aura/shadow_layer_delegate.h', | 1281 'browser/web_contents/aura/shadow_layer_delegate.h', |
1274 'browser/web_contents/aura/window_slider.cc', | 1282 'browser/web_contents/aura/window_slider.cc', |
1275 'browser/web_contents/aura/window_slider.h', | 1283 'browser/web_contents/aura/window_slider.h', |
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1836 'sources': [ | 1844 'sources': [ |
1837 'browser/media/cdm/browser_cdm_manager.cc', | 1845 'browser/media/cdm/browser_cdm_manager.cc', |
1838 'browser/media/cdm/browser_cdm_manager.h', | 1846 'browser/media/cdm/browser_cdm_manager.h', |
1839 # This works on Android because enable_browser_cdms==1 on Android. | 1847 # This works on Android because enable_browser_cdms==1 on Android. |
1840 'browser/media/media_web_contents_observer.cc', | 1848 'browser/media/media_web_contents_observer.cc', |
1841 'browser/media/media_web_contents_observer.h', | 1849 'browser/media/media_web_contents_observer.h', |
1842 ], | 1850 ], |
1843 }], | 1851 }], |
1844 ], | 1852 ], |
1845 } | 1853 } |
OLD | NEW |