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

Unified Diff: components/components_tests.gyp

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/BUILD.gn ('k') | components/display_compositor.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index ae48eb2061ea11f8c0303985db82e65a22d915b9..81e3a0030d660c0a7904e7c1b80a96521280d343 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -175,6 +175,9 @@
'devtools_http_handler_unittest_sources': [
'devtools_http_handler/devtools_http_handler_unittest.cc',
],
+ 'display_compositor_unittest_sources': [
+ 'display_compositor/buffer_queue_unittest.cc',
+ ],
'dom_distiller_unittest_sources': [
'dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc',
'dom_distiller/content/browser/web_contents_main_frame_observer_unittest.cc',
@@ -1219,6 +1222,7 @@
'<@(certificate_transparency_unittest_sources)',
'<@(child_trace_message_filter_unittest_sources)',
'<@(devtools_http_handler_unittest_sources)',
+ '<@(display_compositor_unittest_sources)',
'<@(domain_reliability_unittest_sources)',
'<@(error_page_unittest_sources)',
'<@(guest_view_unittest_sources)',
@@ -1250,6 +1254,7 @@
'components.gyp:data_reduction_proxy_content_browser',
'components.gyp:data_use_measurement_content',
'components.gyp:devtools_http_handler',
+ 'components.gyp:display_compositor',
'components.gyp:dom_distiller_content_browser',
'components.gyp:dom_distiller_content_renderer',
'components.gyp:domain_reliability',
@@ -1315,6 +1320,11 @@
'<@(safe_browsing_db_mobile_unittest_sources)',
],
}],
+ ['OS != "mac" and use_aura == 0', {
+ 'sources!': [
+ 'display_compositor/buffer_queue_unittest.cc',
+ ],
+ }],
],
}, { # 'OS == "ios"'
'sources': [
« no previous file with comments | « components/BUILD.gn ('k') | components/display_compositor.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698