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