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

Unified Diff: content/content_common.gypi

Issue 10915147: Move gpu_rendering_stats to content/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 77bf7f612cc75a8843a6b1460b31faec8be4ccc6..62c240bb995cf6e67a8c9823fc60d083dbf8e143 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -64,8 +64,6 @@
'public/common/gpu_memory_stats.cc',
'public/common/gpu_memory_stats.h',
'public/common/gpu_performance_stats.h',
- 'public/common/gpu_rendering_stats.cc',
- 'public/common/gpu_rendering_stats.h',
'public/common/injection_test_mac.h',
'public/common/injection_test_win.h',
'public/common/javascript_message_type.h',
@@ -226,6 +224,8 @@
'common/gpu/gpu_memory_tracking.h',
'common/gpu/gpu_messages.h',
'common/gpu/gpu_process_launch_causes.h',
+ 'common/gpu/gpu_rendering_stats.cc',
+ 'common/gpu/gpu_rendering_stats.h',
'common/gpu/gpu_surface_lookup.h',
'common/gpu/gpu_surface_lookup.cc',
'common/gpu/stream_texture_manager_android.cc',

Powered by Google App Engine
This is Rietveld 408576698