| 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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'test/chromedriver/command_executor_impl.cc', | 724 'test/chromedriver/command_executor_impl.cc', |
| 725 'test/chromedriver/command_executor_impl.h', | 725 'test/chromedriver/command_executor_impl.h', |
| 726 'test/chromedriver/command_names.cc', | 726 'test/chromedriver/command_names.cc', |
| 727 'test/chromedriver/command_names.h', | 727 'test/chromedriver/command_names.h', |
| 728 'test/chromedriver/commands.cc', | 728 'test/chromedriver/commands.cc', |
| 729 'test/chromedriver/commands.h', | 729 'test/chromedriver/commands.h', |
| 730 'test/chromedriver/devtools_client.h', | 730 'test/chromedriver/devtools_client.h', |
| 731 'test/chromedriver/devtools_client_impl.cc', | 731 'test/chromedriver/devtools_client_impl.cc', |
| 732 'test/chromedriver/devtools_client_impl.h', | 732 'test/chromedriver/devtools_client_impl.h', |
| 733 'test/chromedriver/devtools_event_listener.h', | 733 'test/chromedriver/devtools_event_listener.h', |
| 734 'test/chromedriver/devtools_state.cc', |
| 735 'test/chromedriver/devtools_state.h', |
| 734 'test/chromedriver/dom_tracker.cc', | 736 'test/chromedriver/dom_tracker.cc', |
| 735 'test/chromedriver/dom_tracker.h', | 737 'test/chromedriver/dom_tracker.h', |
| 736 'test/chromedriver/element_util.cc', | 738 'test/chromedriver/element_util.cc', |
| 737 'test/chromedriver/element_util.h', | 739 'test/chromedriver/element_util.h', |
| 738 'test/chromedriver/frame_tracker.cc', | 740 'test/chromedriver/frame_tracker.cc', |
| 739 'test/chromedriver/frame_tracker.h', | 741 'test/chromedriver/frame_tracker.h', |
| 740 'test/chromedriver/navigation_tracker.cc', | 742 'test/chromedriver/navigation_tracker.cc', |
| 741 'test/chromedriver/navigation_tracker.h', | 743 'test/chromedriver/navigation_tracker.h', |
| 742 'test/chromedriver/net/net_util.cc', | 744 'test/chromedriver/net/net_util.cc', |
| 743 'test/chromedriver/net/net_util.h', | 745 'test/chromedriver/net/net_util.h', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 '../base/base.gyp:run_all_unittests', | 848 '../base/base.gyp:run_all_unittests', |
| 847 '../testing/gtest.gyp:gtest', | 849 '../testing/gtest.gyp:gtest', |
| 848 ], | 850 ], |
| 849 'sources': [ | 851 'sources': [ |
| 850 'test/chromedriver/chrome_finder_unittest.cc', | 852 'test/chromedriver/chrome_finder_unittest.cc', |
| 851 'test/chromedriver/chrome_impl_unittest.cc', | 853 'test/chromedriver/chrome_impl_unittest.cc', |
| 852 'test/chromedriver/chromedriver_unittest.cc', | 854 'test/chromedriver/chromedriver_unittest.cc', |
| 853 'test/chromedriver/command_executor_impl_unittest.cc', | 855 'test/chromedriver/command_executor_impl_unittest.cc', |
| 854 'test/chromedriver/commands_unittest.cc', | 856 'test/chromedriver/commands_unittest.cc', |
| 855 'test/chromedriver/devtools_client_impl_unittest.cc', | 857 'test/chromedriver/devtools_client_impl_unittest.cc', |
| 858 'test/chromedriver/devtools_state_unittest.cc', |
| 856 'test/chromedriver/dom_tracker_unittest.cc', | 859 'test/chromedriver/dom_tracker_unittest.cc', |
| 857 'test/chromedriver/fake_session_accessor.cc', | 860 'test/chromedriver/fake_session_accessor.cc', |
| 858 'test/chromedriver/fake_session_accessor.h', | 861 'test/chromedriver/fake_session_accessor.h', |
| 859 'test/chromedriver/frame_tracker_unittest.cc', | 862 'test/chromedriver/frame_tracker_unittest.cc', |
| 860 'test/chromedriver/navigation_tracker_unittest.cc', | 863 'test/chromedriver/navigation_tracker_unittest.cc', |
| 861 'test/chromedriver/server/http_handler_unittest.cc', | 864 'test/chromedriver/server/http_handler_unittest.cc', |
| 862 'test/chromedriver/server/http_response_unittest.cc', | 865 'test/chromedriver/server/http_response_unittest.cc', |
| 863 'test/chromedriver/session_command_unittest.cc', | 866 'test/chromedriver/session_command_unittest.cc', |
| 864 'test/chromedriver/session_unittest.cc', | 867 'test/chromedriver/session_unittest.cc', |
| 865 'test/chromedriver/status_unittest.cc', | 868 'test/chromedriver/status_unittest.cc', |
| (...skipping 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2982 'sync_integration_tests.isolate', | 2985 'sync_integration_tests.isolate', |
| 2983 ], | 2986 ], |
| 2984 'sources': [ | 2987 'sources': [ |
| 2985 'sync_integration_tests.isolate', | 2988 'sync_integration_tests.isolate', |
| 2986 ], | 2989 ], |
| 2987 }, | 2990 }, |
| 2988 ], | 2991 ], |
| 2989 }], | 2992 }], |
| 2990 ], # 'conditions' | 2993 ], # 'conditions' |
| 2991 } | 2994 } |
| OLD | NEW |