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

Unified Diff: cc/test/fake_web_graphics_context_3d.cc

Issue 50303007: Move test-only stuff from cc/debug/ to cc/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fold cc_test_utils into cc_test_support to fix windows link Created 7 years, 2 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 | « cc/test/fake_web_graphics_context_3d.h ('k') | cc/test/fake_web_graphics_context_3d_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_web_graphics_context_3d.cc
diff --git a/cc/debug/fake_web_graphics_context_3d.cc b/cc/test/fake_web_graphics_context_3d.cc
similarity index 99%
rename from cc/debug/fake_web_graphics_context_3d.cc
rename to cc/test/fake_web_graphics_context_3d.cc
index eab653b3602265267826cf3366a13323abdda23d..d822cfe1da43c11682e2bc4c62752d1d2688aaf5 100644
--- a/cc/debug/fake_web_graphics_context_3d.cc
+++ b/cc/test/fake_web_graphics_context_3d.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/debug/fake_web_graphics_context_3d.h"
+#include "cc/test/fake_web_graphics_context_3d.h"
#include "base/logging.h"
#include "third_party/khronos/GLES2/gl2.h"
« no previous file with comments | « cc/test/fake_web_graphics_context_3d.h ('k') | cc/test/fake_web_graphics_context_3d_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698