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

Unified Diff: content/test/BUILD.gn

Issue 2453693003: Browser tests for OOPIF support for drag-n-drop. (Closed)
Patch Set: Giving up and going back to using notifications. Created 4 years, 1 month 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 511e8c29ccd9319a02092788d964da29f5303e2b..fd365eb71fb267ca0de6dd562c22bbe298c16b8f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -816,6 +816,10 @@ test("content_browsertests") {
deps += [ "//chromeos" ]
}
+ if (use_aura) {
+ sources += [ "../browser/web_contents/drag_and_drop_browsertest.cc" ]
Łukasz Anforowicz 2016/11/01 23:43:42 Hopefully aura-only only is okay for now. aura-on
+ }
+
if (use_aura && !is_win) {
deps += [ "//ui/events:test_support" ]
}

Powered by Google App Engine
This is Rietveld 408576698