| 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 1755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1766 'theme_resources', | 1766 'theme_resources', |
| 1767 '../skia/skia.gyp:skia', | 1767 '../skia/skia.gyp:skia', |
| 1768 '../testing/gtest.gyp:gtest', | 1768 '../testing/gtest.gyp:gtest', |
| 1769 ], | 1769 ], |
| 1770 'include_dirs': [ | 1770 'include_dirs': [ |
| 1771 '..', | 1771 '..', |
| 1772 ], | 1772 ], |
| 1773 'sources': [ | 1773 'sources': [ |
| 1774 'test/automation/autocomplete_edit_proxy.cc', | 1774 'test/automation/autocomplete_edit_proxy.cc', |
| 1775 'test/automation/autocomplete_edit_proxy.h', | 1775 'test/automation/autocomplete_edit_proxy.h', |
| 1776 'test/automation/automation_constants.h', | |
| 1777 'test/automation/automation_handle_tracker.cc', | 1776 'test/automation/automation_handle_tracker.cc', |
| 1778 'test/automation/automation_handle_tracker.h', | 1777 'test/automation/automation_handle_tracker.h', |
| 1779 'test/automation/automation_messages.cc', | |
| 1780 'test/automation/automation_messages.h', | |
| 1781 'test/automation/automation_messages_internal.h', | |
| 1782 'test/automation/automation_proxy.cc', | 1778 'test/automation/automation_proxy.cc', |
| 1783 'test/automation/automation_proxy.h', | 1779 'test/automation/automation_proxy.h', |
| 1784 'test/automation/browser_proxy.cc', | 1780 'test/automation/browser_proxy.cc', |
| 1785 'test/automation/browser_proxy.h', | 1781 'test/automation/browser_proxy.h', |
| 1786 'test/automation/dom_element_proxy.cc', | 1782 'test/automation/dom_element_proxy.cc', |
| 1787 'test/automation/dom_element_proxy.h', | 1783 'test/automation/dom_element_proxy.h', |
| 1788 'test/automation/extension_proxy.cc', | 1784 'test/automation/extension_proxy.cc', |
| 1789 'test/automation/extension_proxy.h', | 1785 'test/automation/extension_proxy.h', |
| 1790 'test/automation/javascript_execution_controller.cc', | 1786 'test/automation/javascript_execution_controller.cc', |
| 1791 'test/automation/javascript_execution_controller.h', | 1787 'test/automation/javascript_execution_controller.h', |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2007 }], # targets | 2003 }], # targets |
| 2008 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 2004 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 2009 ], # 'conditions' | 2005 ], # 'conditions' |
| 2010 } | 2006 } |
| 2011 | 2007 |
| 2012 # Local Variables: | 2008 # Local Variables: |
| 2013 # tab-width:2 | 2009 # tab-width:2 |
| 2014 # indent-tabs-mode:nil | 2010 # indent-tabs-mode:nil |
| 2015 # End: | 2011 # End: |
| 2016 # vim: set expandtab tabstop=2 shiftwidth=2: | 2012 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |