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

Unified Diff: chrome/test/BUILD.gn

Issue 1363093004: Add BrowserSelectFileDialogTest.OpenCloseFileDialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not run the test-server Created 5 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 85dddc406f8894bcf758f5364fe7b027ce3898c7..4b74179c785f1fec2da9fbf403acaf35cd4dfe29 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -397,6 +397,9 @@ if (!is_android) {
# suites, it seems like one or another starts timing out too.
"../browser/ui/views/keyboard_access_browsertest.cc",
]
+ sources +=
+ [ "../browser/ui/libgtk2ui/select_file_dialog_impl_test.cc" ]
+ configs += [ "//build/config/linux/gtk2:gtk2_internal_config" ]
}
}
if (is_chromeos || !use_x11) {
« chrome/browser/ui/libgtk2ui/select_file_dialog_impl_test.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698