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

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: Removed some garbage that ended up in the CL and fixed a couple of headers that moved 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.h » ('j') | 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 f63236f3b24f08873a20e1f5e17394bae6eb44ea..db5759c7aaebc900a694c18f49bca73a46b36cda 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1876,6 +1876,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.
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698