| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1474 'theme_resources', | 1474 'theme_resources', |
| 1475 'theme_resources_standard', | 1475 'theme_resources_standard', |
| 1476 '../base/base.gyp:test_support_base', | 1476 '../base/base.gyp:test_support_base', |
| 1477 '../skia/skia.gyp:skia', | 1477 '../skia/skia.gyp:skia', |
| 1478 '../testing/gtest.gyp:gtest', | 1478 '../testing/gtest.gyp:gtest', |
| 1479 ], | 1479 ], |
| 1480 'include_dirs': [ | 1480 'include_dirs': [ |
| 1481 '..', | 1481 '..', |
| 1482 ], | 1482 ], |
| 1483 'sources': [ | 1483 'sources': [ |
| 1484 'test/automation/autocomplete_edit_proxy.cc', | |
| 1485 'test/automation/autocomplete_edit_proxy.h', | |
| 1486 'test/automation/automation_handle_tracker.cc', | 1484 'test/automation/automation_handle_tracker.cc', |
| 1487 'test/automation/automation_handle_tracker.h', | 1485 'test/automation/automation_handle_tracker.h', |
| 1488 'test/automation/automation_json_requests.cc', | 1486 'test/automation/automation_json_requests.cc', |
| 1489 'test/automation/automation_json_requests.h', | 1487 'test/automation/automation_json_requests.h', |
| 1490 'test/automation/automation_proxy.cc', | 1488 'test/automation/automation_proxy.cc', |
| 1491 'test/automation/automation_proxy.h', | 1489 'test/automation/automation_proxy.h', |
| 1492 'test/automation/browser_proxy.cc', | 1490 'test/automation/browser_proxy.cc', |
| 1493 'test/automation/browser_proxy.h', | 1491 'test/automation/browser_proxy.h', |
| 1494 'test/automation/dom_element_proxy.cc', | 1492 'test/automation/dom_element_proxy.cc', |
| 1495 'test/automation/dom_element_proxy.h', | 1493 'test/automation/dom_element_proxy.h', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1634 }], # targets | 1632 }], # targets |
| 1635 }], # os_posix == 1 and OS != "mac" | 1633 }], # os_posix == 1 and OS != "mac" |
| 1636 ], # 'conditions' | 1634 ], # 'conditions' |
| 1637 } | 1635 } |
| 1638 | 1636 |
| 1639 # Local Variables: | 1637 # Local Variables: |
| 1640 # tab-width:2 | 1638 # tab-width:2 |
| 1641 # indent-tabs-mode:nil | 1639 # indent-tabs-mode:nil |
| 1642 # End: | 1640 # End: |
| 1643 # vim: set expandtab tabstop=2 shiftwidth=2: | 1641 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |