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

Unified Diff: content/test/BUILD.gn

Issue 879543002: Exclude reflector_impl_unittest.cc from GN non-Aura, non-Mac builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | 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 45bd97ca7e94c50c97856aead22b40801b1b4158..b8e13de22190d3b2af6e29722fa2d8629236eb80 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -595,6 +595,7 @@ if (!is_mac) { # TODO(GYP) enable on Mac once it links.
if (!use_aura && !is_mac) {
sources -= [
"../browser/compositor/buffer_queue_unittest.cc",
+ "../browser/compositor/reflector_impl_unittest.cc",
"../browser/compositor/software_browser_compositor_output_surface_unittest.cc",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698