Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11639019: [chromedriver] Implement SwitchToFrame command. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after
2852 'sync_integration_tests.isolate', 2855 'sync_integration_tests.isolate',
2853 ], 2856 ],
2854 'sources': [ 2857 'sources': [
2855 'sync_integration_tests.isolate', 2858 'sync_integration_tests.isolate',
2856 ], 2859 ],
2857 }, 2860 },
2858 ], 2861 ],
2859 }], 2862 }],
2860 ], # 'conditions' 2863 ], # 'conditions'
2861 } 2864 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome.h » ('j') | chrome/test/chromedriver/chrome_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698