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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1704 ], | 1704 ], |
1705 'include_dirs': [ | 1705 'include_dirs': [ |
1706 '..', | 1706 '..', |
1707 ], | 1707 ], |
1708 'sources': [ | 1708 'sources': [ |
1709 'test/automation/autocomplete_edit_proxy.cc', | 1709 'test/automation/autocomplete_edit_proxy.cc', |
1710 'test/automation/autocomplete_edit_proxy.h', | 1710 'test/automation/autocomplete_edit_proxy.h', |
1711 'test/automation/automation_constants.h', | 1711 'test/automation/automation_constants.h', |
1712 'test/automation/automation_handle_tracker.cc', | 1712 'test/automation/automation_handle_tracker.cc', |
1713 'test/automation/automation_handle_tracker.h', | 1713 'test/automation/automation_handle_tracker.h', |
| 1714 'test/automation/automation_messages.cc', |
1714 'test/automation/automation_messages.h', | 1715 'test/automation/automation_messages.h', |
1715 'test/automation/automation_messages_internal.h', | 1716 'test/automation/automation_messages_internal.h', |
1716 'test/automation/automation_proxy.cc', | 1717 'test/automation/automation_proxy.cc', |
1717 'test/automation/automation_proxy.h', | 1718 'test/automation/automation_proxy.h', |
1718 'test/automation/browser_proxy.cc', | 1719 'test/automation/browser_proxy.cc', |
1719 'test/automation/browser_proxy.h', | 1720 'test/automation/browser_proxy.h', |
1720 'test/automation/dom_element_proxy.cc', | 1721 'test/automation/dom_element_proxy.cc', |
1721 'test/automation/dom_element_proxy.h', | 1722 'test/automation/dom_element_proxy.h', |
1722 'test/automation/extension_proxy.cc', | 1723 'test/automation/extension_proxy.cc', |
1723 'test/automation/extension_proxy.h', | 1724 'test/automation/extension_proxy.h', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1886 }], # targets | 1887 }], # targets |
1887 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1888 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1888 ], # 'conditions' | 1889 ], # 'conditions' |
1889 } | 1890 } |
1890 | 1891 |
1891 # Local Variables: | 1892 # Local Variables: |
1892 # tab-width:2 | 1893 # tab-width:2 |
1893 # indent-tabs-mode:nil | 1894 # indent-tabs-mode:nil |
1894 # End: | 1895 # End: |
1895 # vim: set expandtab tabstop=2 shiftwidth=2: | 1896 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |