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 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1542 'test/automation/browser_proxy.cc', | 1542 'test/automation/browser_proxy.cc', |
1543 'test/automation/browser_proxy.h', | 1543 'test/automation/browser_proxy.h', |
1544 'test/automation/dom_element_proxy.cc', | 1544 'test/automation/dom_element_proxy.cc', |
1545 'test/automation/dom_element_proxy.h', | 1545 'test/automation/dom_element_proxy.h', |
1546 'test/automation/extension_proxy.cc', | 1546 'test/automation/extension_proxy.cc', |
1547 'test/automation/extension_proxy.h', | 1547 'test/automation/extension_proxy.h', |
1548 'test/automation/javascript_execution_controller.cc', | 1548 'test/automation/javascript_execution_controller.cc', |
1549 'test/automation/javascript_execution_controller.h', | 1549 'test/automation/javascript_execution_controller.h', |
1550 'test/automation/tab_proxy.cc', | 1550 'test/automation/tab_proxy.cc', |
1551 'test/automation/tab_proxy.h', | 1551 'test/automation/tab_proxy.h', |
| 1552 'test/automation/value_conversion_traits.cc', |
| 1553 'test/automation/value_conversion_traits.h', |
| 1554 'test/automation/value_conversion_util.h', |
1552 'test/automation/window_proxy.cc', | 1555 'test/automation/window_proxy.cc', |
1553 'test/automation/window_proxy.h', | 1556 'test/automation/window_proxy.h', |
1554 ], | 1557 ], |
1555 }, | 1558 }, |
1556 { | 1559 { |
1557 'target_name': 'crash_service', | 1560 'target_name': 'crash_service', |
1558 'type': 'executable', | 1561 'type': 'executable', |
1559 'dependencies': [ | 1562 'dependencies': [ |
1560 'app/policy/cloud_policy_codegen.gyp:policy', | 1563 'app/policy/cloud_policy_codegen.gyp:policy', |
1561 'common_constants', | 1564 'common_constants', |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1708 'destination': '<(PRODUCT_DIR)', | 1711 'destination': '<(PRODUCT_DIR)', |
1709 'files': [ | 1712 'files': [ |
1710 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1713 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
1711 ], | 1714 ], |
1712 }, | 1715 }, |
1713 ], | 1716 ], |
1714 }], # targets | 1717 }], # targets |
1715 }], # os_posix == 1 and OS != "mac" | 1718 }], # os_posix == 1 and OS != "mac" |
1716 ], # 'conditions' | 1719 ], # 'conditions' |
1717 } | 1720 } |
OLD | NEW |