| 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 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1782 'theme_resources', | 1782 'theme_resources', |
| 1783 '../skia/skia.gyp:skia', | 1783 '../skia/skia.gyp:skia', |
| 1784 '../testing/gtest.gyp:gtest', | 1784 '../testing/gtest.gyp:gtest', |
| 1785 ], | 1785 ], |
| 1786 'include_dirs': [ | 1786 'include_dirs': [ |
| 1787 '..', | 1787 '..', |
| 1788 ], | 1788 ], |
| 1789 'sources': [ | 1789 'sources': [ |
| 1790 'test/automation/autocomplete_edit_proxy.cc', | 1790 'test/automation/autocomplete_edit_proxy.cc', |
| 1791 'test/automation/autocomplete_edit_proxy.h', | 1791 'test/automation/autocomplete_edit_proxy.h', |
| 1792 'test/automation/automation_constants.h', | |
| 1793 'test/automation/automation_handle_tracker.cc', | 1792 'test/automation/automation_handle_tracker.cc', |
| 1794 'test/automation/automation_handle_tracker.h', | 1793 'test/automation/automation_handle_tracker.h', |
| 1795 'test/automation/automation_messages.cc', | |
| 1796 'test/automation/automation_messages.h', | |
| 1797 'test/automation/automation_messages_internal.h', | |
| 1798 'test/automation/automation_proxy.cc', | 1794 'test/automation/automation_proxy.cc', |
| 1799 'test/automation/automation_proxy.h', | 1795 'test/automation/automation_proxy.h', |
| 1800 'test/automation/browser_proxy.cc', | 1796 'test/automation/browser_proxy.cc', |
| 1801 'test/automation/browser_proxy.h', | 1797 'test/automation/browser_proxy.h', |
| 1802 'test/automation/dom_element_proxy.cc', | 1798 'test/automation/dom_element_proxy.cc', |
| 1803 'test/automation/dom_element_proxy.h', | 1799 'test/automation/dom_element_proxy.h', |
| 1804 'test/automation/extension_proxy.cc', | 1800 'test/automation/extension_proxy.cc', |
| 1805 'test/automation/extension_proxy.h', | 1801 'test/automation/extension_proxy.h', |
| 1806 'test/automation/javascript_execution_controller.cc', | 1802 'test/automation/javascript_execution_controller.cc', |
| 1807 'test/automation/javascript_execution_controller.h', | 1803 'test/automation/javascript_execution_controller.h', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1928 }], # targets | 1924 }], # targets |
| 1929 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1925 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1930 ], # 'conditions' | 1926 ], # 'conditions' |
| 1931 } | 1927 } |
| 1932 | 1928 |
| 1933 # Local Variables: | 1929 # Local Variables: |
| 1934 # tab-width:2 | 1930 # tab-width:2 |
| 1935 # indent-tabs-mode:nil | 1931 # indent-tabs-mode:nil |
| 1936 # End: | 1932 # End: |
| 1937 # vim: set expandtab tabstop=2 shiftwidth=2: | 1933 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |