summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorrharrison@chromium.org <rharrison@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 07:58:31 +0000
committerrharrison@chromium.org <rharrison@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 07:58:31 +0000
commitaf1c080b4ef5c86ec4243771ac1ac2da97745298 (patch)
tree23e50f4c8f2afc39937e78f306c446e1f5754a2f /chrome/chrome_tests.gypi
parent21e0cbf6bf480671aef2b3e07502bf665627f4ab (diff)
downloadchromium_src-af1c080b4ef5c86ec4243771ac1ac2da97745298.zip
chromium_src-af1c080b4ef5c86ec4243771ac1ac2da97745298.tar.gz
chromium_src-af1c080b4ef5c86ec4243771ac1ac2da97745298.tar.bz2
This is the first CL for a sequence of CLs that will add in the display infrastructure that I have built for the DOM Login and touch keyboard. If have created a reference CL for what the end product of this sequence is intended to be, so that I can give context for the CL under review.This can be found at: http://codereview.chromium.org/6577003/
This CL adds in chrome://login-container to touchui==1 and chromeos==1 builds. This page is hooked into the WebUI to enable testing and development of a Browser based container for the DOM Login screens. In this CL all it does it create a Browser with chrome://login in it. This functionality will be extended in following CLs. Patch from Ryan Harrison <rharrison@chromium.org> BUG=none TEST=manual Review URL: http://codereview.chromium.org/6579003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 83b46df..299893f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1872,6 +1872,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.