Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Side by Side Diff: content/content_browser.gypi

Issue 1917023003: ScreenCapture for Android phase1, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correct RGBA frame convert-scale error and rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1695 'browser/android/overscroll_controller_android.cc', 1695 'browser/android/overscroll_controller_android.cc',
1696 'browser/android/overscroll_controller_android.h', 1696 'browser/android/overscroll_controller_android.h',
1697 'browser/android/popup_touch_handle_drawable.cc', 1697 'browser/android/popup_touch_handle_drawable.cc',
1698 'browser/android/popup_touch_handle_drawable.h', 1698 'browser/android/popup_touch_handle_drawable.h',
1699 'browser/android/synchronous_compositor_host.cc', 1699 'browser/android/synchronous_compositor_host.cc',
1700 'browser/android/synchronous_compositor_host.h', 1700 'browser/android/synchronous_compositor_host.h',
1701 'browser/android/tracing_controller_android.cc', 1701 'browser/android/tracing_controller_android.cc',
1702 'browser/android/tracing_controller_android.h', 1702 'browser/android/tracing_controller_android.h',
1703 'browser/android/web_contents_observer_proxy.cc', 1703 'browser/android/web_contents_observer_proxy.cc',
1704 'browser/android/web_contents_observer_proxy.h', 1704 'browser/android/web_contents_observer_proxy.h',
1705 'browser/media/capture/screen_capture_device_android.cc',
1706 'browser/media/capture/screen_capture_device_android.h',
1705 'browser/renderer_host/compositor_impl_android.cc', 1707 'browser/renderer_host/compositor_impl_android.cc',
1706 'browser/renderer_host/compositor_impl_android.h', 1708 'browser/renderer_host/compositor_impl_android.h',
1707 'browser/renderer_host/ime_adapter_android.cc', 1709 'browser/renderer_host/ime_adapter_android.cc',
1708 'browser/renderer_host/ime_adapter_android.h', 1710 'browser/renderer_host/ime_adapter_android.h',
1709 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 1711 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
1710 'browser/renderer_host/input/synthetic_gesture_target_android.h', 1712 'browser/renderer_host/input/synthetic_gesture_target_android.h',
1711 'browser/renderer_host/native_web_keyboard_event_android.cc', 1713 'browser/renderer_host/native_web_keyboard_event_android.cc',
1712 'browser/renderer_host/render_widget_host_view_android.cc', 1714 'browser/renderer_host/render_widget_host_view_android.cc',
1713 'browser/renderer_host/render_widget_host_view_android.h', 1715 'browser/renderer_host/render_widget_host_view_android.h',
1714 'browser/screen_orientation/screen_orientation_delegate_android.cc', 1716 'browser/screen_orientation/screen_orientation_delegate_android.cc',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 ], 2199 ],
2198 }], 2200 }],
2199 ['OS != "mac" and OS != "android"', { 2201 ['OS != "mac" and OS != "android"', {
2200 'sources!': [ 2202 'sources!': [
2201 'browser/gpu/gpu_surface_tracker.cc', 2203 'browser/gpu/gpu_surface_tracker.cc',
2202 'browser/gpu/gpu_surface_tracker.h', 2204 'browser/gpu/gpu_surface_tracker.h',
2203 ], 2205 ],
2204 }], 2206 }],
2205 ], 2207 ],
2206 } 2208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698