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

Unified Diff: content/content_browser.gypi

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add generated enum class to BUILD.gn 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 side-by-side diff with in-line comments
Download patch
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 6c65fef11ade30db6bd86c83073765fb51aba94f..fc96ae17e8c695a7808b59abc8c13bbc405e70c1 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -52,8 +52,10 @@
'public/browser/android/download_controller_android.h',
'public/browser/android/external_video_surface_container.h',
'public/browser/android/layer_tree_build_helper.h',
+ 'public/browser/android/resource_manager.h',
'public/browser/android/synchronous_compositor_client.h',
'public/browser/android/synchronous_compositor.h',
+ 'public/browser/android/ui_resource_android.h',
'public/browser/android/ui_resource_client_android.h',
'public/browser/android/ui_resource_provider.h',
'public/browser/appcache_service.h',
@@ -334,12 +336,16 @@
'browser/android/popup_item_type_list.h',
'browser/android/popup_touch_handle_drawable.cc',
'browser/android/popup_touch_handle_drawable.h',
+ 'browser/android/resource_manager_impl.cc',
+ 'browser/android/resource_manager_impl.h',
'browser/android/system_ui_resource_manager_impl.cc',
'browser/android/system_ui_resource_manager_impl.h',
'browser/android/tracing_controller_android.cc',
'browser/android/tracing_controller_android.h',
'browser/android/web_contents_observer_android.cc',
'browser/android/web_contents_observer_android.h',
+ 'browser/android/ui_resource_android_impl.cc',
+ 'browser/android/ui_resource_android_impl.h',
'browser/android/ui_resource_provider_impl.cc',
'browser/android/ui_resource_provider_impl.h',
'browser/appcache/appcache.cc',

Powered by Google App Engine
This is Rietveld 408576698