OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 'test/chromedriver/net/websocket.cc', | 749 'test/chromedriver/net/websocket.cc', |
750 'test/chromedriver/net/websocket.h', | 750 'test/chromedriver/net/websocket.h', |
751 'test/chromedriver/session.cc', | 751 'test/chromedriver/session.cc', |
752 'test/chromedriver/session.h', | 752 'test/chromedriver/session.h', |
753 'test/chromedriver/session_command.cc', | 753 'test/chromedriver/session_command.cc', |
754 'test/chromedriver/session_command.h', | 754 'test/chromedriver/session_command.h', |
755 'test/chromedriver/session_map.h', | 755 'test/chromedriver/session_map.h', |
756 'test/chromedriver/status.cc', | 756 'test/chromedriver/status.cc', |
757 'test/chromedriver/status.h', | 757 'test/chromedriver/status.h', |
758 'test/chromedriver/synchronized_map.h', | 758 'test/chromedriver/synchronized_map.h', |
| 759 'test/chromedriver/version.cc', |
| 760 'test/chromedriver/version.h', |
759 ], | 761 ], |
760 'actions': [ | 762 'actions': [ |
761 { | 763 { |
762 'action_name': 'embed_js_in_cpp', | 764 'action_name': 'embed_js_in_cpp', |
763 'inputs': [ | 765 'inputs': [ |
764 'test/chromedriver/embed_js_in_cpp.py', | 766 'test/chromedriver/embed_js_in_cpp.py', |
765 'test/chromedriver/js/call_function.js', | 767 'test/chromedriver/js/call_function.js', |
766 ], | 768 ], |
767 'outputs': [ | 769 'outputs': [ |
768 '<(INTERMEDIATE_DIR)/chrome/test/chromedriver/js.cc', | 770 '<(INTERMEDIATE_DIR)/chrome/test/chromedriver/js.cc', |
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2922 'sync_integration_tests.isolate', | 2924 'sync_integration_tests.isolate', |
2923 ], | 2925 ], |
2924 'sources': [ | 2926 'sources': [ |
2925 'sync_integration_tests.isolate', | 2927 'sync_integration_tests.isolate', |
2926 ], | 2928 ], |
2927 }, | 2929 }, |
2928 ], | 2930 ], |
2929 }], | 2931 }], |
2930 ], # 'conditions' | 2932 ], # 'conditions' |
2931 } | 2933 } |
OLD | NEW |