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

Unified Diff: chrome/test/BUILD.gn

Issue 1733173002: Mac: Make calling WebContents::WasShown/WasHidden the responsibility of the content layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments Created 4 years, 10 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 137558e978d5a816e7b03facf1a53b14a319da03..a55ef6bd4492f1060c497725f5f3576067556060 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1737,7 +1737,6 @@ test("unit_tests") {
}
}
if (use_aura) {
- sources += [ "//ui/views/controls/webview/webview_unittest.cc" ]
tapted 2016/03/01 03:02:46 (the removed line: no longer needed since this fil
deps += [
"//ui/aura:test_support",
"//ui/views:test_support",

Powered by Google App Engine
This is Rietveld 408576698