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

Unified Diff: content/content_common.gypi

Issue 1708783002: Mustash: move content::GPUVideoMemoryUsageStats to gpu::VideoMemoryUsageStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 37136bc21aa28f066ac66a2367f94c409f319036..372bab70120c6820349bb604fc196bf7638245cb 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -16,7 +16,7 @@
# TODO: the dependency on gl_in_process_context should be decoupled from
# content and moved to android_webview. See crbug.com/365797.
'../gpu/gpu.gyp:gl_in_process_context',
- '../gpu/gpu.gyp:gpu_ipc',
+ '../gpu/gpu.gyp:gpu',
'../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
'../ipc/ipc.gyp:ipc',
'../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
@@ -132,8 +132,6 @@
'public/common/frame_navigate_params.h',
'public/common/geoposition.cc',
'public/common/geoposition.h',
- 'public/common/gpu_memory_stats.cc',
- 'public/common/gpu_memory_stats.h',
'public/common/injection_test_mac.h',
'public/common/injection_test_win.h',
'public/common/javascript_message_type.h',
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698