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

Unified Diff: content/test/BUILD.gn

Issue 1802383002: Move gl_helper to content/browser/compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 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/renderer/media/renderer_gpu_video_accelerator_factories.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 2d6a193fb5f975781eff1f3f15f93eb5dc96aacf..1820ef78427c709f5f6326565564d733f4b003d9 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -838,7 +838,7 @@ test("content_perftests") {
test("content_gl_tests") {
sources = [
- "../common/gpu/client/gl_helper_unittest.cc",
+ "../browser/compositor/gl_helper_unittest.cc",
"../common/gpu/client/gpu_in_process_context_tests.cc",
"run_all_gl_tests.cc",
]
@@ -875,7 +875,7 @@ test("content_gl_tests") {
test("content_gl_benchmark") {
sources = [
- "../common/gpu/client/gl_helper_benchmark.cc",
+ "../browser/compositor/gl_helper_benchmark.cc",
"run_gl_benchmark.cc",
]
« no previous file with comments | « content/renderer/media/renderer_gpu_video_accelerator_factories.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698