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