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

Unified Diff: chrome/test/BUILD.gn

Issue 1747803003: MacViews: Implement Tab Dragging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix include. Created 4 years, 6 months 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/base/test/ui_controls_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index e0f20cfafdfc1cb440cdd793036a36745f8f20cc..2b3cee8c7ad58cd58734c25ec38981696c6b535b 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -593,10 +593,7 @@ if (!is_android) {
"//chrome")
# Aura depended tests.
- sources -= [
- "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc",
- "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc",
- ]
+ sources -= [ "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc" ]
} else {
sources += rebase_path(
chrome_tests_gypi_values.chrome_interactive_ui_test_cocoa_sources,
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/base/test/ui_controls_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698