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

Side by Side Diff: content/content_browser.gypi

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build failure Created 6 years, 1 month 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 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'public_browser_sources': [ 45 'public_browser_sources': [
46 'public/browser/access_token_store.h', 46 'public/browser/access_token_store.h',
47 'public/browser/android/compositor.h', 47 'public/browser/android/compositor.h',
48 'public/browser/android/compositor_client.h', 48 'public/browser/android/compositor_client.h',
49 'public/browser/android/content_view_core.h', 49 'public/browser/android/content_view_core.h',
50 'public/browser/android/content_view_layer_renderer.h', 50 'public/browser/android/content_view_layer_renderer.h',
51 'public/browser/android/devtools_auth.h', 51 'public/browser/android/devtools_auth.h',
52 'public/browser/android/download_controller_android.h', 52 'public/browser/android/download_controller_android.h',
53 'public/browser/android/external_video_surface_container.h', 53 'public/browser/android/external_video_surface_container.h',
54 'public/browser/android/layer_tree_build_helper.h', 54 'public/browser/android/layer_tree_build_helper.h',
55 'public/browser/android/resource_manager.h',
55 'public/browser/android/synchronous_compositor_client.h', 56 'public/browser/android/synchronous_compositor_client.h',
56 'public/browser/android/synchronous_compositor.h', 57 'public/browser/android/synchronous_compositor.h',
58 'public/browser/android/ui_resource_android.h',
57 'public/browser/android/ui_resource_client_android.h', 59 'public/browser/android/ui_resource_client_android.h',
58 'public/browser/android/ui_resource_provider.h', 60 'public/browser/android/ui_resource_provider.h',
59 'public/browser/appcache_service.h', 61 'public/browser/appcache_service.h',
60 'public/browser/ax_event_notification_details.cc', 62 'public/browser/ax_event_notification_details.cc',
61 'public/browser/ax_event_notification_details.h', 63 'public/browser/ax_event_notification_details.h',
62 'public/browser/blob_handle.h', 64 'public/browser/blob_handle.h',
63 'public/browser/browser_accessibility_state.h', 65 'public/browser/browser_accessibility_state.h',
64 'public/browser/browser_child_process_host.h', 66 'public/browser/browser_child_process_host.h',
65 'public/browser/browser_child_process_host_delegate.cc', 67 'public/browser/browser_child_process_host_delegate.cc',
66 'public/browser/browser_child_process_host_delegate.h', 68 'public/browser/browser_child_process_host_delegate.h',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'browser/android/load_url_params.h', 329 'browser/android/load_url_params.h',
328 'browser/android/overscroll_glow.cc', 330 'browser/android/overscroll_glow.cc',
329 'browser/android/overscroll_glow.h', 331 'browser/android/overscroll_glow.h',
330 'browser/android/overscroll_controller_android.cc', 332 'browser/android/overscroll_controller_android.cc',
331 'browser/android/overscroll_controller_android.h', 333 'browser/android/overscroll_controller_android.h',
332 'browser/android/overscroll_refresh.cc', 334 'browser/android/overscroll_refresh.cc',
333 'browser/android/overscroll_refresh.h', 335 'browser/android/overscroll_refresh.h',
334 'browser/android/popup_item_type_list.h', 336 'browser/android/popup_item_type_list.h',
335 'browser/android/popup_touch_handle_drawable.cc', 337 'browser/android/popup_touch_handle_drawable.cc',
336 'browser/android/popup_touch_handle_drawable.h', 338 'browser/android/popup_touch_handle_drawable.h',
339 'browser/android/resource_manager_impl.cc',
340 'browser/android/resource_manager_impl.h',
337 'browser/android/system_ui_resource_manager_impl.cc', 341 'browser/android/system_ui_resource_manager_impl.cc',
338 'browser/android/system_ui_resource_manager_impl.h', 342 'browser/android/system_ui_resource_manager_impl.h',
339 'browser/android/tracing_controller_android.cc', 343 'browser/android/tracing_controller_android.cc',
340 'browser/android/tracing_controller_android.h', 344 'browser/android/tracing_controller_android.h',
341 'browser/android/web_contents_observer_android.cc', 345 'browser/android/web_contents_observer_android.cc',
342 'browser/android/web_contents_observer_android.h', 346 'browser/android/web_contents_observer_android.h',
347 'browser/android/ui_resource_android_impl.cc',
348 'browser/android/ui_resource_android_impl.h',
343 'browser/android/ui_resource_provider_impl.cc', 349 'browser/android/ui_resource_provider_impl.cc',
344 'browser/android/ui_resource_provider_impl.h', 350 'browser/android/ui_resource_provider_impl.h',
345 'browser/appcache/appcache.cc', 351 'browser/appcache/appcache.cc',
346 'browser/appcache/appcache.h', 352 'browser/appcache/appcache.h',
347 'browser/appcache/appcache_backend_impl.cc', 353 'browser/appcache/appcache_backend_impl.cc',
348 'browser/appcache/appcache_backend_impl.h', 354 'browser/appcache/appcache_backend_impl.h',
349 'browser/appcache/appcache_database.cc', 355 'browser/appcache/appcache_database.cc',
350 'browser/appcache/appcache_database.h', 356 'browser/appcache/appcache_database.h',
351 'browser/appcache/appcache_disk_cache.cc', 357 'browser/appcache/appcache_disk_cache.cc',
352 'browser/appcache/appcache_disk_cache.h', 358 'browser/appcache/appcache_disk_cache.h',
(...skipping 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1941 'sources': [ 1947 'sources': [
1942 'browser/media/cdm/browser_cdm_manager.cc', 1948 'browser/media/cdm/browser_cdm_manager.cc',
1943 'browser/media/cdm/browser_cdm_manager.h', 1949 'browser/media/cdm/browser_cdm_manager.h',
1944 # This works on Android because enable_browser_cdms==1 on Android. 1950 # This works on Android because enable_browser_cdms==1 on Android.
1945 'browser/media/media_web_contents_observer.cc', 1951 'browser/media/media_web_contents_observer.cc',
1946 'browser/media/media_web_contents_observer.h', 1952 'browser/media/media_web_contents_observer.h',
1947 ], 1953 ],
1948 }], 1954 }],
1949 ], 1955 ],
1950 } 1956 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698