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

Unified Diff: content/test/BUILD.gn

Issue 2040013002: Revert of mac: ensure ui::Compositor exists for visible RWHVs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/public/test/test_renderer_host.cc ('k') | ui/accelerated_widget_mac/window_resize_helper_mac.h » ('j') | 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 542c2f246b7fc33755f2c738faf87161d57b5aba..ae506ff1ee6c57599d2bf18da822d056a9adf9d2 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -190,10 +190,6 @@
if (v8_use_external_startup_data) {
deps += [ "//gin:gin" ]
- }
-
- if (is_mac) {
- deps += [ "//ui/accelerated_widget_mac" ]
}
}
@@ -792,7 +788,6 @@
deps += [
"//third_party/mozilla",
"//third_party/ocmock",
- "//ui/accelerated_widget_mac",
]
}
if (is_chromeos) {
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | ui/accelerated_widget_mac/window_resize_helper_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698