Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 757fbbe9428a847b6563516ca9d6cd8537a6b916..54d8e527af13772e5be71715bee9491d5d3d1782 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -493,6 +493,24 @@ if (!is_android) { |
# when we tried to pull it up to the common.gypi level, it broke other |
# things like the ui and startup tests. *shrug* |
ldflags += [ "-Wl,-ObjC" ] |
+ |
+ if (mac_views_browser) { |
tapted
2016/02/07 23:15:30
nit: comment before `The browser window can be vie
themblsha
2016/02/08 17:08:58
Done.
|
+ sources += rebase_path( |
+ chrome_tests_gypi_values.chrome_interactive_ui_test_views_non_mac_sources, |
+ ".", |
+ "//chrome") |
+ |
+ # Aura depended tests. |
+ sources -= [ |
+ "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc", |
+ "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc", |
+ ] |
+ } else { |
+ sources += rebase_path( |
+ chrome_tests_gypi_values.chrome_interactive_ui_test_cocoa_sources, |
+ ".", |
+ "//chrome") |
+ } |
} |
if (cld_version == 2) { |