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

Side by Side Diff: content/content_browser.gypi

Issue 2263043002: android_webview: Let AwContents manage TouchHandleDrawable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: create drawable from Java Created 4 years, 3 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 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1615 'browser/android/java/java_method.cc', 1615 'browser/android/java/java_method.cc',
1616 'browser/android/java/java_method.h', 1616 'browser/android/java/java_method.h',
1617 'browser/android/java/java_type.cc', 1617 'browser/android/java/java_type.cc',
1618 'browser/android/java/java_type.h', 1618 'browser/android/java/java_type.h',
1619 'browser/android/java/jni_helper.cc', 1619 'browser/android/java/jni_helper.cc',
1620 'browser/android/java/jni_helper.h', 1620 'browser/android/java/jni_helper.h',
1621 'browser/android/load_url_params.cc', 1621 'browser/android/load_url_params.cc',
1622 'browser/android/load_url_params.h', 1622 'browser/android/load_url_params.h',
1623 'browser/android/overscroll_controller_android.cc', 1623 'browser/android/overscroll_controller_android.cc',
1624 'browser/android/overscroll_controller_android.h', 1624 'browser/android/overscroll_controller_android.h',
1625 'browser/android/popup_touch_handle_drawable.cc',
1626 'browser/android/popup_touch_handle_drawable.h',
1627 'browser/android/synchronous_compositor_host.cc', 1625 'browser/android/synchronous_compositor_host.cc',
1628 'browser/android/synchronous_compositor_host.h', 1626 'browser/android/synchronous_compositor_host.h',
1629 'browser/android/synchronous_compositor_observer.cc', 1627 'browser/android/synchronous_compositor_observer.cc',
1630 'browser/android/synchronous_compositor_observer.h', 1628 'browser/android/synchronous_compositor_observer.h',
1631 'browser/android/tracing_controller_android.cc', 1629 'browser/android/tracing_controller_android.cc',
1632 'browser/android/tracing_controller_android.h', 1630 'browser/android/tracing_controller_android.h',
1633 'browser/android/web_contents_observer_proxy.cc', 1631 'browser/android/web_contents_observer_proxy.cc',
1634 'browser/android/web_contents_observer_proxy.h', 1632 'browser/android/web_contents_observer_proxy.h',
1635 'browser/media/capture/screen_capture_device_android.cc', 1633 'browser/media/capture/screen_capture_device_android.cc',
1636 'browser/media/capture/screen_capture_device_android.h', 1634 'browser/media/capture/screen_capture_device_android.h',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
2108 ], 2106 ],
2109 }], 2107 }],
2110 ['OS != "mac" and OS != "android"', { 2108 ['OS != "mac" and OS != "android"', {
2111 'sources!': [ 2109 'sources!': [
2112 'browser/gpu/gpu_surface_tracker.cc', 2110 'browser/gpu/gpu_surface_tracker.cc',
2113 'browser/gpu/gpu_surface_tracker.h', 2111 'browser/gpu/gpu_surface_tracker.h',
2114 ], 2112 ],
2115 }], 2113 }],
2116 ], 2114 ],
2117 } 2115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698