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

Unified Diff: chrome/chrome_tests.gypi

Issue 8115020: add crypto module password dialog view and test. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: include CryptoModulePasswordDialogView only when libviews.a is present. Created 9 years, 2 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
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 93fd46454b93eef68bbc14712717b2aa310f6145..059644eff07f2139594ee014ae98e2ce68ade0b7 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1715,6 +1715,7 @@
'browser/ui/constrained_window_tab_helper_unittest.cc',
'browser/ui/content_settings/content_setting_bubble_model_unittest.cc',
'browser/ui/content_settings/content_setting_image_model_unittest.cc',
+ 'browser/ui/crypto_module_password_dialog_unittest.cc',
'browser/ui/find_bar/find_backend_unittest.cc',
'browser/ui/global_error_service_unittest.cc',
'browser/ui/gtk/accelerators_gtk_unittest.cc',
@@ -2146,6 +2147,7 @@
'sources/': [
['exclude', '^browser/ui/views/'],
['exclude', '^../views/'],
+ ['exclude', 'browser/ui/crypto_module_password_dialog_unittest.cc'],
['exclude', '^browser/extensions/key_identifier_conversion_views_unittest.cc'],
],
}],
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698