| 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 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1298 'browser/transition_request_manager.h', | 1298 'browser/transition_request_manager.h', |
| 1299 'browser/udev_linux.cc', | 1299 'browser/udev_linux.cc', |
| 1300 'browser/udev_linux.h', | 1300 'browser/udev_linux.h', |
| 1301 'browser/user_metrics.cc', | 1301 'browser/user_metrics.cc', |
| 1302 'browser/utility_process_host_impl.cc', | 1302 'browser/utility_process_host_impl.cc', |
| 1303 'browser/utility_process_host_impl.h', | 1303 'browser/utility_process_host_impl.h', |
| 1304 'browser/vibration/vibration_message_filter.cc', | 1304 'browser/vibration/vibration_message_filter.cc', |
| 1305 'browser/vibration/vibration_message_filter.h', | 1305 'browser/vibration/vibration_message_filter.h', |
| 1306 'browser/vibration/vibration_provider_android.cc', | 1306 'browser/vibration/vibration_provider_android.cc', |
| 1307 'browser/vibration/vibration_provider_android.h', | 1307 'browser/vibration/vibration_provider_android.h', |
| 1308 'browser/wake_lock/wake_lock_dispatcher_host.cc', |
| 1309 'browser/wake_lock/wake_lock_dispatcher_host.h', |
| 1308 'browser/web_contents/aura/gesture_nav_simple.cc', | 1310 'browser/web_contents/aura/gesture_nav_simple.cc', |
| 1309 'browser/web_contents/aura/gesture_nav_simple.h', | 1311 'browser/web_contents/aura/gesture_nav_simple.h', |
| 1310 'browser/web_contents/aura/image_window_delegate.cc', | 1312 'browser/web_contents/aura/image_window_delegate.cc', |
| 1311 'browser/web_contents/aura/image_window_delegate.h', | 1313 'browser/web_contents/aura/image_window_delegate.h', |
| 1312 'browser/web_contents/aura/overscroll_navigation_overlay.cc', | 1314 'browser/web_contents/aura/overscroll_navigation_overlay.cc', |
| 1313 'browser/web_contents/aura/overscroll_navigation_overlay.h', | 1315 'browser/web_contents/aura/overscroll_navigation_overlay.h', |
| 1314 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1316 'browser/web_contents/aura/shadow_layer_delegate.cc', |
| 1315 'browser/web_contents/aura/shadow_layer_delegate.h', | 1317 'browser/web_contents/aura/shadow_layer_delegate.h', |
| 1316 'browser/web_contents/aura/window_slider.cc', | 1318 'browser/web_contents/aura/window_slider.cc', |
| 1317 'browser/web_contents/aura/window_slider.h', | 1319 'browser/web_contents/aura/window_slider.h', |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1873 'sources': [ | 1875 'sources': [ |
| 1874 'browser/media/cdm/browser_cdm_manager.cc', | 1876 'browser/media/cdm/browser_cdm_manager.cc', |
| 1875 'browser/media/cdm/browser_cdm_manager.h', | 1877 'browser/media/cdm/browser_cdm_manager.h', |
| 1876 # This works on Android because enable_browser_cdms==1 on Android. | 1878 # This works on Android because enable_browser_cdms==1 on Android. |
| 1877 'browser/media/media_web_contents_observer.cc', | 1879 'browser/media/media_web_contents_observer.cc', |
| 1878 'browser/media/media_web_contents_observer.h', | 1880 'browser/media/media_web_contents_observer.h', |
| 1879 ], | 1881 ], |
| 1880 }], | 1882 }], |
| 1881 ], | 1883 ], |
| 1882 } | 1884 } |
| OLD | NEW |