OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 'test/chromedriver/command.h', | 708 'test/chromedriver/command.h', |
709 'test/chromedriver/command_executor.h', | 709 'test/chromedriver/command_executor.h', |
710 'test/chromedriver/command_executor_impl.cc', | 710 'test/chromedriver/command_executor_impl.cc', |
711 'test/chromedriver/command_executor_impl.h', | 711 'test/chromedriver/command_executor_impl.h', |
712 'test/chromedriver/commands.cc', | 712 'test/chromedriver/commands.cc', |
713 'test/chromedriver/commands.h', | 713 'test/chromedriver/commands.h', |
714 'test/chromedriver/devtools_client.h', | 714 'test/chromedriver/devtools_client.h', |
715 'test/chromedriver/devtools_client_impl.cc', | 715 'test/chromedriver/devtools_client_impl.cc', |
716 'test/chromedriver/devtools_client_impl.h', | 716 'test/chromedriver/devtools_client_impl.h', |
717 'test/chromedriver/devtools_event_listener.h', | 717 'test/chromedriver/devtools_event_listener.h', |
| 718 'test/chromedriver/dom_tracker.h', |
| 719 'test/chromedriver/dom_tracker.cc', |
718 'test/chromedriver/net/net_util.cc', | 720 'test/chromedriver/net/net_util.cc', |
719 'test/chromedriver/net/net_util.h', | 721 'test/chromedriver/net/net_util.h', |
720 'test/chromedriver/net/sync_websocket.h', | 722 'test/chromedriver/net/sync_websocket.h', |
721 'test/chromedriver/net/sync_websocket_factory.cc', | 723 'test/chromedriver/net/sync_websocket_factory.cc', |
722 'test/chromedriver/net/sync_websocket_factory.h', | 724 'test/chromedriver/net/sync_websocket_factory.h', |
723 'test/chromedriver/net/sync_websocket_impl.cc', | 725 'test/chromedriver/net/sync_websocket_impl.cc', |
724 'test/chromedriver/net/sync_websocket_impl.h', | 726 'test/chromedriver/net/sync_websocket_impl.h', |
725 'test/chromedriver/net/url_request_context_getter.cc', | 727 'test/chromedriver/net/url_request_context_getter.cc', |
726 'test/chromedriver/net/url_request_context_getter.h', | 728 'test/chromedriver/net/url_request_context_getter.h', |
727 'test/chromedriver/net/websocket.cc', | 729 'test/chromedriver/net/websocket.cc', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
768 'include_dirs': [ | 770 'include_dirs': [ |
769 '..,' | 771 '..,' |
770 ], | 772 ], |
771 'sources': [ | 773 'sources': [ |
772 'test/chromedriver/chrome_finder_unittest.cc', | 774 'test/chromedriver/chrome_finder_unittest.cc', |
773 'test/chromedriver/chrome_impl_unittest.cc', | 775 'test/chromedriver/chrome_impl_unittest.cc', |
774 'test/chromedriver/chromedriver_unittest.cc', | 776 'test/chromedriver/chromedriver_unittest.cc', |
775 'test/chromedriver/command_executor_impl_unittest.cc', | 777 'test/chromedriver/command_executor_impl_unittest.cc', |
776 'test/chromedriver/commands_unittest.cc', | 778 'test/chromedriver/commands_unittest.cc', |
777 'test/chromedriver/devtools_client_impl_unittest.cc', | 779 'test/chromedriver/devtools_client_impl_unittest.cc', |
| 780 'test/chromedriver/dom_tracker_unittest.cc', |
778 'test/chromedriver/fake_session_accessor.cc', | 781 'test/chromedriver/fake_session_accessor.cc', |
779 'test/chromedriver/fake_session_accessor.h', | 782 'test/chromedriver/fake_session_accessor.h', |
780 'test/chromedriver/session_command_unittest.cc', | 783 'test/chromedriver/session_command_unittest.cc', |
781 'test/chromedriver/session_unittest.cc', | 784 'test/chromedriver/session_unittest.cc', |
782 'test/chromedriver/status_unittest.cc', | 785 'test/chromedriver/status_unittest.cc', |
783 'test/chromedriver/synchronized_map_unittest.cc', | 786 'test/chromedriver/synchronized_map_unittest.cc', |
784 ], | 787 ], |
785 }, | 788 }, |
786 # ChromeDriver2 tests that aren't run on the main buildbot. Available | 789 # ChromeDriver2 tests that aren't run on the main buildbot. Available |
787 # as an optional test type on trybots. | 790 # as an optional test type on trybots. |
(...skipping 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2858 'sync_integration_tests.isolate', | 2861 'sync_integration_tests.isolate', |
2859 ], | 2862 ], |
2860 'sources': [ | 2863 'sources': [ |
2861 'sync_integration_tests.isolate', | 2864 'sync_integration_tests.isolate', |
2862 ], | 2865 ], |
2863 }, | 2866 }, |
2864 ], | 2867 ], |
2865 }], | 2868 }], |
2866 ], # 'conditions' | 2869 ], # 'conditions' |
2867 } | 2870 } |
OLD | NEW |