| 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 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1763 'theme_resources', | 1763 'theme_resources', |
| 1764 '../skia/skia.gyp:skia', | 1764 '../skia/skia.gyp:skia', |
| 1765 '../testing/gtest.gyp:gtest', | 1765 '../testing/gtest.gyp:gtest', |
| 1766 ], | 1766 ], |
| 1767 'include_dirs': [ | 1767 'include_dirs': [ |
| 1768 '..', | 1768 '..', |
| 1769 ], | 1769 ], |
| 1770 'sources': [ | 1770 'sources': [ |
| 1771 'test/automation/autocomplete_edit_proxy.cc', | 1771 'test/automation/autocomplete_edit_proxy.cc', |
| 1772 'test/automation/autocomplete_edit_proxy.h', | 1772 'test/automation/autocomplete_edit_proxy.h', |
| 1773 'test/automation/automation_constants.h', | |
| 1774 'test/automation/automation_handle_tracker.cc', | 1773 'test/automation/automation_handle_tracker.cc', |
| 1775 'test/automation/automation_handle_tracker.h', | 1774 'test/automation/automation_handle_tracker.h', |
| 1776 'test/automation/automation_messages.cc', | |
| 1777 'test/automation/automation_messages.h', | |
| 1778 'test/automation/automation_messages_internal.h', | |
| 1779 'test/automation/automation_proxy.cc', | 1775 'test/automation/automation_proxy.cc', |
| 1780 'test/automation/automation_proxy.h', | 1776 'test/automation/automation_proxy.h', |
| 1781 'test/automation/browser_proxy.cc', | 1777 'test/automation/browser_proxy.cc', |
| 1782 'test/automation/browser_proxy.h', | 1778 'test/automation/browser_proxy.h', |
| 1783 'test/automation/dom_element_proxy.cc', | 1779 'test/automation/dom_element_proxy.cc', |
| 1784 'test/automation/dom_element_proxy.h', | 1780 'test/automation/dom_element_proxy.h', |
| 1785 'test/automation/extension_proxy.cc', | 1781 'test/automation/extension_proxy.cc', |
| 1786 'test/automation/extension_proxy.h', | 1782 'test/automation/extension_proxy.h', |
| 1787 'test/automation/javascript_execution_controller.cc', | 1783 'test/automation/javascript_execution_controller.cc', |
| 1788 'test/automation/javascript_execution_controller.h', | 1784 'test/automation/javascript_execution_controller.h', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1909 }], # targets | 1905 }], # targets |
| 1910 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1906 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1911 ], # 'conditions' | 1907 ], # 'conditions' |
| 1912 } | 1908 } |
| 1913 | 1909 |
| 1914 # Local Variables: | 1910 # Local Variables: |
| 1915 # tab-width:2 | 1911 # tab-width:2 |
| 1916 # indent-tabs-mode:nil | 1912 # indent-tabs-mode:nil |
| 1917 # End: | 1913 # End: |
| 1918 # vim: set expandtab tabstop=2 shiftwidth=2: | 1914 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |