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

Unified Diff: chrome/chrome_tests.gypi

Issue 6579003: Add in chrome://login-container (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: changes made in response to Oshima's and Nikita's comments Created 9 years, 10 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index ebc38201bb655f73ea30af2766a27104bb9e2f45..0043c6b1afd3dfa96fa2606bb385050721e0b3a0 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1874,6 +1874,17 @@
],
}],
['chromeos==1', {
+ 'conditions': [
+ ['touchui==1', {
+ 'sources/': [
+ ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_cros_unittest.cc'],
+ ['include', 'browser/chromeos/dom_ui/login/login_ui_unittest.cc'],
+ ['include', 'browser/chromeos/dom_ui/login/mock_authenticator_facade_cros.h'],
+ ['include', 'browser/chromeos/dom_ui/login/mock_authenticator_facade_cros_helpers.h'],
+ ['include', 'browser/chromeos/dom_ui/login/mock_login_ui_helpers.h'],
+ ],
+ }],
+ ],
'sources/': [
# TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when
# print preview is enabled on CrOS.

Powered by Google App Engine
This is Rietveld 408576698