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

Unified Diff: chrome/chrome_tests.gypi

Issue 1363093004: Add BrowserSelectFileDialogTest.OpenCloseFileDialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn and gyp files for chromeos 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/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 46b0955ee1c3770726354d02961389d9c8654118..2ef253880adefd74671293c1a42df0191d103ac0 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1683,6 +1683,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
This is Rietveld 408576698