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

Unified Diff: content/content_tests.gypi

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/content_common.gypi ('k') | content/renderer/media/renderer_gpu_video_accelerator_factories.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 89e47ee51dd8e6d7bfb2037fbb78388dc42e32b1..a4a49012c6f55e58b71382d978fc9e928bd6cc25 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1663,7 +1663,7 @@
'..',
],
'sources': [
- 'common/gpu/client/gl_helper_unittest.cc',
+ 'browser/compositor/gl_helper_unittest.cc',
'common/gpu/client/gpu_in_process_context_tests.cc',
'test/run_all_gl_tests.cc',
],
@@ -1701,7 +1701,7 @@
'..',
],
'sources': [
- 'common/gpu/client/gl_helper_benchmark.cc',
+ 'browser/compositor/gl_helper_benchmark.cc',
'test/run_gl_benchmark.cc',
],
},
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/media/renderer_gpu_video_accelerator_factories.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698