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

Side by Side Diff: content/content_browser.gypi

Issue 377013002: android: Use UIResource for overscroll glow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments. moved resource loading to its own class. Created 6 years, 5 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 '../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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'public/browser/android/compositor_client.h', 46 'public/browser/android/compositor_client.h',
47 'public/browser/android/content_view_core.h', 47 'public/browser/android/content_view_core.h',
48 'public/browser/android/content_view_layer_renderer.h', 48 'public/browser/android/content_view_layer_renderer.h',
49 'public/browser/android/devtools_auth.h', 49 'public/browser/android/devtools_auth.h',
50 'public/browser/android/download_controller_android.h', 50 'public/browser/android/download_controller_android.h',
51 'public/browser/android/external_video_surface_container.h', 51 'public/browser/android/external_video_surface_container.h',
52 'public/browser/android/layer_tree_build_helper.h', 52 'public/browser/android/layer_tree_build_helper.h',
53 'public/browser/android/synchronous_compositor_client.h', 53 'public/browser/android/synchronous_compositor_client.h',
54 'public/browser/android/synchronous_compositor.cc', 54 'public/browser/android/synchronous_compositor.cc',
55 'public/browser/android/synchronous_compositor.h', 55 'public/browser/android/synchronous_compositor.h',
56 'public/browser/android/ui_resource_client_android.h',
57 'public/browser/android/ui_resource_provider.h',
58 'public/browser/appcache/appcache_service.h', 56 'public/browser/appcache/appcache_service.h',
59 'public/browser/ax_event_notification_details.cc', 57 'public/browser/ax_event_notification_details.cc',
60 'public/browser/ax_event_notification_details.h', 58 'public/browser/ax_event_notification_details.h',
61 'public/browser/blob_handle.h', 59 'public/browser/blob_handle.h',
62 'public/browser/browser_accessibility_state.h', 60 'public/browser/browser_accessibility_state.h',
63 'public/browser/browser_child_process_host.h', 61 'public/browser/browser_child_process_host.h',
64 'public/browser/browser_child_process_host_delegate.cc', 62 'public/browser/browser_child_process_host_delegate.cc',
65 'public/browser/browser_child_process_host_delegate.h', 63 'public/browser/browser_child_process_host_delegate.h',
66 'public/browser/browser_child_process_host_iterator.cc', 64 'public/browser/browser_child_process_host_iterator.cc',
67 'public/browser/browser_child_process_host_iterator.h', 65 'public/browser/browser_child_process_host_iterator.h',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'browser/android/in_process/synchronous_input_event_filter.h', 298 'browser/android/in_process/synchronous_input_event_filter.h',
301 'browser/android/interstitial_page_delegate_android.cc', 299 'browser/android/interstitial_page_delegate_android.cc',
302 'browser/android/interstitial_page_delegate_android.h', 300 'browser/android/interstitial_page_delegate_android.h',
303 'browser/android/load_url_params.cc', 301 'browser/android/load_url_params.cc',
304 'browser/android/load_url_params.h', 302 'browser/android/load_url_params.h',
305 'browser/android/overscroll_glow.h', 303 'browser/android/overscroll_glow.h',
306 'browser/android/overscroll_glow.cc', 304 'browser/android/overscroll_glow.cc',
307 'browser/android/popup_item_type_list.h', 305 'browser/android/popup_item_type_list.h',
308 'browser/android/surface_texture_peer_browser_impl.cc', 306 'browser/android/surface_texture_peer_browser_impl.cc',
309 'browser/android/surface_texture_peer_browser_impl.h', 307 'browser/android/surface_texture_peer_browser_impl.h',
308 'browser/android/system_ui_resource_manager_impl.cc',
309 'browser/android/system_ui_resource_manager_impl.h',
310 'browser/android/tracing_controller_android.cc', 310 'browser/android/tracing_controller_android.cc',
311 'browser/android/tracing_controller_android.h', 311 'browser/android/tracing_controller_android.h',
312 'browser/android/web_contents_observer_android.cc', 312 'browser/android/web_contents_observer_android.cc',
313 'browser/android/web_contents_observer_android.h', 313 'browser/android/web_contents_observer_android.h',
314 'browser/android/ui_resource_provider_impl.cc', 314 'browser/android/ui_resource_provider_impl.cc',
315 'browser/android/ui_resource_provider_impl.h', 315 'browser/android/ui_resource_provider_impl.h',
316 'browser/appcache/appcache.cc', 316 'browser/appcache/appcache.cc',
317 'browser/appcache/appcache.h', 317 'browser/appcache/appcache.h',
318 'browser/appcache/appcache_backend_impl.cc', 318 'browser/appcache/appcache_backend_impl.cc',
319 'browser/appcache/appcache_backend_impl.h', 319 'browser/appcache/appcache_backend_impl.h',
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1839 'sources': [ 1839 'sources': [
1840 'browser/media/cdm/browser_cdm_manager.cc', 1840 'browser/media/cdm/browser_cdm_manager.cc',
1841 'browser/media/cdm/browser_cdm_manager.h', 1841 'browser/media/cdm/browser_cdm_manager.h',
1842 # This works on Android because enable_browser_cdms==1 on Android. 1842 # This works on Android because enable_browser_cdms==1 on Android.
1843 'browser/media/media_web_contents_observer.cc', 1843 'browser/media/media_web_contents_observer.cc',
1844 'browser/media/media_web_contents_observer.h', 1844 'browser/media/media_web_contents_observer.h',
1845 ], 1845 ],
1846 }], 1846 }],
1847 ], 1847 ],
1848 } 1848 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698