| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1887 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', | 1887 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', |
| 1888 ], | 1888 ], |
| 1889 }, { # else: toolkit_views == 0 | 1889 }, { # else: toolkit_views == 0 |
| 1890 'sources/': [ | 1890 'sources/': [ |
| 1891 ['exclude', '^browser/ui/views/'], | 1891 ['exclude', '^browser/ui/views/'], |
| 1892 ['exclude', '^../views/'], | 1892 ['exclude', '^../views/'], |
| 1893 ], | 1893 ], |
| 1894 }], | 1894 }], |
| 1895 ['use_openssl==1', { | 1895 ['use_openssl==1', { |
| 1896 'sources/': [ | 1896 'sources/': [ |
| 1897 # OpenSSL build does not support firefox importer. See http://crbug.
com/64926 | 1897 # OpenSSL build does not support firefox importer. See |
| 1898 # http://crbug.com/64926 |
| 1898 ['exclude', '^browser/importer/'], | 1899 ['exclude', '^browser/importer/'], |
| 1899 ], | 1900 ], |
| 1900 }], | 1901 }], |
| 1901 ], | 1902 ], |
| 1902 }, | 1903 }, |
| 1903 { | 1904 { |
| 1904 # Executable that runs each browser test in a new process. | 1905 # Executable that runs each browser test in a new process. |
| 1905 'target_name': 'browser_tests', | 1906 'target_name': 'browser_tests', |
| 1906 'type': 'executable', | 1907 'type': 'executable', |
| 1907 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', | 1908 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', |
| (...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3530 ] | 3531 ] |
| 3531 }], # 'coverage!=0' | 3532 }], # 'coverage!=0' |
| 3532 ], # 'conditions' | 3533 ], # 'conditions' |
| 3533 } | 3534 } |
| 3534 | 3535 |
| 3535 # Local Variables: | 3536 # Local Variables: |
| 3536 # tab-width:2 | 3537 # tab-width:2 |
| 3537 # indent-tabs-mode:nil | 3538 # indent-tabs-mode:nil |
| 3538 # End: | 3539 # End: |
| 3539 # vim: set expandtab tabstop=2 shiftwidth=2: | 3540 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |