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

Unified Diff: chrome/test/BUILD.gn

Issue 2478583005: Browser tests for starting a drag-and-drop out of an OOPIF. (Closed)
Patch Set: Should work on Windows and ChromeOS now. 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 058e3258401b6f0d64be6ee680feca35523747f7..55db4bc940f81b6d6d42b849a0676754a5d0175c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -514,6 +514,10 @@ if (!is_android) {
"//third_party/mesa:osmesa",
]
+ if (use_aura) {
+ sources += [ "../browser/drag_and_drop_browsertest.cc" ]
+ }
+
if (toolkit_views) {
sources += [
"../browser/ui/views/menu_controller_interactive_uitest.cc",

Powered by Google App Engine
This is Rietveld 408576698