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

Side by Side 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, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 ['touchui==1', { 1867 ['touchui==1', {
1868 'sources!': [ 1868 'sources!': [
1869 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', 1869 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc',
1870 ], 1870 ],
1871 }, { # else: touchui == 0 1871 }, { # else: touchui == 0
1872 'sources/': [ 1872 'sources/': [
1873 ['exclude', '^browser/chromeos/webui/login/'], 1873 ['exclude', '^browser/chromeos/webui/login/'],
1874 ], 1874 ],
1875 }], 1875 }],
1876 ['chromeos==1', { 1876 ['chromeos==1', {
1877 'conditions': [
1878 ['touchui==1', {
1879 'sources/': [
1880 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_ cros_unittest.cc'],
1881 ['include', 'browser/chromeos/dom_ui/login/login_ui_unittest.cc' ],
1882 ['include', 'browser/chromeos/dom_ui/login/mock_authenticator_fa cade_cros.h'],
1883 ['include', 'browser/chromeos/dom_ui/login/mock_authenticator_fa cade_cros_helpers.h'],
1884 ['include', 'browser/chromeos/dom_ui/login/mock_login_ui_helpers .h'],
1885 ],
1886 }],
1887 ],
1877 'sources/': [ 1888 'sources/': [
1878 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when 1889 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when
1879 # print preview is enabled on CrOS. 1890 # print preview is enabled on CrOS.
1880 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc '], 1891 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc '],
1881 ['exclude', 'browser/webui/print_preview_ui_html_source_unittest.cc' ], 1892 ['exclude', 'browser/webui/print_preview_ui_html_source_unittest.cc' ],
1882 ], 1893 ],
1883 }, { # else: chromeos == 0 1894 }, { # else: chromeos == 0
1884 'sources/': [ 1895 'sources/': [
1885 ['exclude', '^browser/chromeos/'], 1896 ['exclude', '^browser/chromeos/'],
1886 ], 1897 ],
(...skipping 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after
3784 ] 3795 ]
3785 }], # 'coverage!=0' 3796 }], # 'coverage!=0'
3786 ], # 'conditions' 3797 ], # 'conditions'
3787 } 3798 }
3788 3799
3789 # Local Variables: 3800 # Local Variables:
3790 # tab-width:2 3801 # tab-width:2
3791 # indent-tabs-mode:nil 3802 # indent-tabs-mode:nil
3792 # End: 3803 # End:
3793 # vim: set expandtab tabstop=2 shiftwidth=2: 3804 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698