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

Unified Diff: chrome/test/BUILD.gn

Issue 2478583005: Browser tests for starting a drag-and-drop out of an OOPIF. (Closed)
Patch Set: Rebasing... 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 bda318438e112ab4105cad33bcc1e67e3484329e..aa0490c1c3ee032bd46fac4c1dc0ad897f0b7faa 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -433,7 +433,9 @@ if (!is_android) {
configs += [ "//build/config:precompiled_headers" ]
- data_deps = []
+ data_deps = [
+ "//testing/buildbot/filters:interactive_ui_tests_filters",
+ ]
data = [
"data/",
@@ -514,6 +516,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