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

Unified Diff: components/display_compositor.gypi

Issue 1943383002: Add display_compositor unittests into components_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 8 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 | « components/components_tests.gyp ('k') | components/display_compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor.gypi
diff --git a/components/display_compositor.gypi b/components/display_compositor.gypi
index f0ef224662692b567ef465499dc4580d7c535304..686ac82d6c6d6257f74a29d5c8e7bbcf0eec8007 100644
--- a/components/display_compositor.gypi
+++ b/components/display_compositor.gypi
@@ -43,8 +43,8 @@
]
},
{
- # GN version: //components/display_compositor:display_compositor_unittests
- 'target_name': 'display_compositor_unittests',
+ # GN version: //components/display_compositor:display_compositor_gl_tests
+ 'target_name': 'display_compositor_gl_tests',
'type': '<(gtest_target_type)',
'dependencies': [
'display_compositor',
@@ -63,7 +63,6 @@
'msvs_disabled_warnings': [4267, ],
'sources': [
- "display_compositor/buffer_queue_unittest.cc",
"display_compositor/display_compositor_test_suite.cc",
"display_compositor/display_compositor_test_suite.h",
"display_compositor/gl_helper_unittest.cc",
« no previous file with comments | « components/components_tests.gyp ('k') | components/display_compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698