| 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 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1445 ], | 1445 ], |
| 1446 'message': 'Generating version information in <(_outputs)' | 1446 'message': 'Generating version information in <(_outputs)' |
| 1447 }, | 1447 }, |
| 1448 ], | 1448 ], |
| 1449 }, | 1449 }, |
| 1450 { | 1450 { |
| 1451 'target_name': 'automation', | 1451 'target_name': 'automation', |
| 1452 'type': '<(library)', | 1452 'type': '<(library)', |
| 1453 'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12', | 1453 'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12', |
| 1454 'dependencies': [ | 1454 'dependencies': [ |
| 1455 'chrome_version_info', |
| 1455 'theme_resources', | 1456 'theme_resources', |
| 1456 '../skia/skia.gyp:skia', | 1457 '../skia/skia.gyp:skia', |
| 1457 '../testing/gtest.gyp:gtest', | 1458 '../testing/gtest.gyp:gtest', |
| 1458 ], | 1459 ], |
| 1459 'include_dirs': [ | 1460 'include_dirs': [ |
| 1460 '..', | 1461 '..', |
| 1461 ], | 1462 ], |
| 1462 'sources': [ | 1463 'sources': [ |
| 1463 'test/automation/autocomplete_edit_proxy.cc', | 1464 'test/automation/autocomplete_edit_proxy.cc', |
| 1464 'test/automation/autocomplete_edit_proxy.h', | 1465 'test/automation/autocomplete_edit_proxy.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1635 }], # targets | 1636 }], # targets |
| 1636 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1637 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1637 ], # 'conditions' | 1638 ], # 'conditions' |
| 1638 } | 1639 } |
| 1639 | 1640 |
| 1640 # Local Variables: | 1641 # Local Variables: |
| 1641 # tab-width:2 | 1642 # tab-width:2 |
| 1642 # indent-tabs-mode:nil | 1643 # indent-tabs-mode:nil |
| 1643 # End: | 1644 # End: |
| 1644 # vim: set expandtab tabstop=2 shiftwidth=2: | 1645 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |