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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
(...skipping 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1705 'browser/android/overscroll_controller_android.cc', | 1705 'browser/android/overscroll_controller_android.cc', |
1706 'browser/android/overscroll_controller_android.h', | 1706 'browser/android/overscroll_controller_android.h', |
1707 'browser/android/popup_touch_handle_drawable.cc', | 1707 'browser/android/popup_touch_handle_drawable.cc', |
1708 'browser/android/popup_touch_handle_drawable.h', | 1708 'browser/android/popup_touch_handle_drawable.h', |
1709 'browser/android/synchronous_compositor_host.cc', | 1709 'browser/android/synchronous_compositor_host.cc', |
1710 'browser/android/synchronous_compositor_host.h', | 1710 'browser/android/synchronous_compositor_host.h', |
1711 'browser/android/tracing_controller_android.cc', | 1711 'browser/android/tracing_controller_android.cc', |
1712 'browser/android/tracing_controller_android.h', | 1712 'browser/android/tracing_controller_android.h', |
1713 'browser/android/web_contents_observer_proxy.cc', | 1713 'browser/android/web_contents_observer_proxy.cc', |
1714 'browser/android/web_contents_observer_proxy.h', | 1714 'browser/android/web_contents_observer_proxy.h', |
| 1715 'browser/media/capture/screen_capture_device_android.cc', |
| 1716 'browser/media/capture/screen_capture_device_android.h', |
1715 'browser/power_save_blocker_android.cc', | 1717 'browser/power_save_blocker_android.cc', |
1716 'browser/renderer_host/compositor_impl_android.cc', | 1718 'browser/renderer_host/compositor_impl_android.cc', |
1717 'browser/renderer_host/compositor_impl_android.h', | 1719 'browser/renderer_host/compositor_impl_android.h', |
1718 'browser/renderer_host/ime_adapter_android.cc', | 1720 'browser/renderer_host/ime_adapter_android.cc', |
1719 'browser/renderer_host/ime_adapter_android.h', | 1721 'browser/renderer_host/ime_adapter_android.h', |
1720 'browser/renderer_host/input/synthetic_gesture_target_android.cc', | 1722 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
1721 'browser/renderer_host/input/synthetic_gesture_target_android.h', | 1723 'browser/renderer_host/input/synthetic_gesture_target_android.h', |
1722 'browser/renderer_host/native_web_keyboard_event_android.cc', | 1724 'browser/renderer_host/native_web_keyboard_event_android.cc', |
1723 'browser/renderer_host/render_widget_host_view_android.cc', | 1725 'browser/renderer_host/render_widget_host_view_android.cc', |
1724 'browser/renderer_host/render_widget_host_view_android.h', | 1726 'browser/renderer_host/render_widget_host_view_android.h', |
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2206 ], | 2208 ], |
2207 }], | 2209 }], |
2208 ['OS != "mac" and OS != "android"', { | 2210 ['OS != "mac" and OS != "android"', { |
2209 'sources!': [ | 2211 'sources!': [ |
2210 'browser/gpu/gpu_surface_tracker.cc', | 2212 'browser/gpu/gpu_surface_tracker.cc', |
2211 'browser/gpu/gpu_surface_tracker.h', | 2213 'browser/gpu/gpu_surface_tracker.h', |
2212 ], | 2214 ], |
2213 }], | 2215 }], |
2214 ], | 2216 ], |
2215 } | 2217 } |
OLD | NEW |