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

Unified Diff: content/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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index f4166fdee7957002e129ac47547994c94aaf8f9e..929062c9b15973f37e0a8ab0c683b3e88406528d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -93,6 +93,8 @@ static_library("test_support") {
"../public/test/test_file_system_context.h",
"../public/test/test_file_system_options.cc",
"../public/test/test_file_system_options.h",
+ "../public/test/test_frame_navigation_observer.cc",
+ "../public/test/test_frame_navigation_observer.h",
"../public/test/test_launcher.cc",
"../public/test/test_launcher.h",
"../public/test/test_navigation_observer.cc",
@@ -171,8 +173,6 @@ static_library("test_support") {
"test_content_browser_client.h",
"test_content_client.cc",
"test_content_client.h",
- "test_frame_navigation_observer.cc",
- "test_frame_navigation_observer.h",
"test_navigation_url_loader.cc",
"test_navigation_url_loader.h",
"test_navigation_url_loader_delegate.cc",
@@ -825,10 +825,6 @@ test("content_browsertests") {
deps += [ "//chromeos" ]
}
- if (use_aura) {
- sources += [ "../browser/web_contents/drag_and_drop_browsertest.cc" ]
- }
-
if (use_aura && !is_win) {
deps += [ "//ui/events:test_support" ]
}
« no previous file with comments | « content/public/test/test_frame_navigation_observer.cc ('k') | content/test/content_browser_test_utils_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698