| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 0d41dbb145d1f9d369c32c9fe2b0ee2351a45eef..c7f84c582e217355420aabb41333441d943c6bf9 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -92,6 +92,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",
|
| @@ -170,8 +172,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",
|
| @@ -823,10 +823,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" ]
|
| }
|
|
|