| OLD | NEW |
| 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 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1870 ['touchui==1', { | 1870 ['touchui==1', { |
| 1871 'sources!': [ | 1871 'sources!': [ |
| 1872 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', | 1872 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', |
| 1873 ], | 1873 ], |
| 1874 }, { # else: touchui == 0 | 1874 }, { # else: touchui == 0 |
| 1875 'sources/': [ | 1875 'sources/': [ |
| 1876 ['exclude', '^browser/chromeos/webui/login/'], | 1876 ['exclude', '^browser/chromeos/webui/login/'], |
| 1877 ], | 1877 ], |
| 1878 }], | 1878 }], |
| 1879 ['chromeos==1', { | 1879 ['chromeos==1', { |
| 1880 'conditions': [ |
| 1881 ['touchui==1', { |
| 1882 'sources/': [ |
| 1883 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_
cros_unittest.cc'], |
| 1884 ['include', 'browser/chromeos/dom_ui/login/login_ui_unittest.cc'
], |
| 1885 ['include', 'browser/chromeos/dom_ui/login/mock_authenticator_fa
cade_cros.h'], |
| 1886 ['include', 'browser/chromeos/dom_ui/login/mock_authenticator_fa
cade_cros_helpers.h'], |
| 1887 ['include', 'browser/chromeos/dom_ui/login/mock_login_ui_helpers
.h'], |
| 1888 ], |
| 1889 }], |
| 1890 ], |
| 1880 'sources/': [ | 1891 'sources/': [ |
| 1881 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when | 1892 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when |
| 1882 # print preview is enabled on CrOS. | 1893 # print preview is enabled on CrOS. |
| 1883 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], | 1894 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], |
| 1884 ['exclude', 'browser/ui/webui/print_preview_ui_html_source_unittest.
cc'], | 1895 ['exclude', 'browser/ui/webui/print_preview_ui_html_source_unittest.
cc'], |
| 1885 ], | 1896 ], |
| 1886 }, { # else: chromeos == 0 | 1897 }, { # else: chromeos == 0 |
| 1887 'sources/': [ | 1898 'sources/': [ |
| 1888 ['exclude', '^browser/chromeos/'], | 1899 ['exclude', '^browser/chromeos/'], |
| 1889 ], | 1900 ], |
| (...skipping 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3789 ] | 3800 ] |
| 3790 }], # 'coverage!=0' | 3801 }], # 'coverage!=0' |
| 3791 ], # 'conditions' | 3802 ], # 'conditions' |
| 3792 } | 3803 } |
| 3793 | 3804 |
| 3794 # Local Variables: | 3805 # Local Variables: |
| 3795 # tab-width:2 | 3806 # tab-width:2 |
| 3796 # indent-tabs-mode:nil | 3807 # indent-tabs-mode:nil |
| 3797 # End: | 3808 # End: |
| 3798 # vim: set expandtab tabstop=2 shiftwidth=2: | 3809 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |