From 6c1a70a5d0436c7c647c995202fbfa307f28983a Mon Sep 17 00:00:00 2001 From: markdittmer Date: Tue, 23 Feb 2016 11:16:11 -0800 Subject: Move content:GPUVideo...Stats to gpu::Video...Stats. HolyJavaStyleNamingBatman! As a part of the GPU refactor for Mus, we are trying to eliminate spots where content/common/gpu depends on content/. One such dependency is content::GPUVideoMemoryUsageStats. BUG=586367 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel Review URL: https://codereview.chromium.org/1708783002 Cr-Commit-Position: refs/heads/master@{#377036} --- content/content_browser.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_browser.gypi') diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 95ba849..8886f75 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -21,6 +21,7 @@ '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', '../gin/gin.gyp:gin', '../google_apis/google_apis.gyp:google_apis', + '../gpu/gpu.gyp:gpu_ipc_common', '../mojo/mojo_base.gyp:mojo_application_base', '../mojo/mojo_base.gyp:mojo_geometry_lib', '../mojo/mojo_base.gyp:mojo_url_type_converters', -- cgit v1.1