Chromium Code Reviews

Unified Diff: chrome/chrome_tests.gypi

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.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index c8cd2c929afa013f7eee159064d368d3e39b5ee1..a92eb3e0956ab724ed65124a3aa0e6232f11e2f4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1694,6 +1694,8 @@
# Note: list duplicated in GN build.
'browser/ui/views/keyboard_access_browsertest.cc',
],
+ 'sources': [ 'browser/ui/libgtk2ui/select_file_dialog_impl_test.cc' ],
+ 'dependencies': [ '../build/linux/system.gyp:gtk2' ],
}, { # Everything but desktop Linux.
'sources': [ '<@(chrome_interactive_ui_test_non_desktop_linux_sources)' ],
}],

Powered by Google App Engine