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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 14263024: Logging API in chromedriver2. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 months 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
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'test/chromedriver/chrome/chrome_finder.cc', 776 'test/chromedriver/chrome/chrome_finder.cc',
777 'test/chromedriver/chrome/chrome_finder.h', 777 'test/chromedriver/chrome/chrome_finder.h',
778 'test/chromedriver/chrome/chrome_finder_mac.mm', 778 'test/chromedriver/chrome/chrome_finder_mac.mm',
779 'test/chromedriver/chrome/chrome_impl.cc', 779 'test/chromedriver/chrome/chrome_impl.cc',
780 'test/chromedriver/chrome/chrome_impl.h', 780 'test/chromedriver/chrome/chrome_impl.h',
781 'test/chromedriver/chrome/devtools_client.cc', 781 'test/chromedriver/chrome/devtools_client.cc',
782 'test/chromedriver/chrome/devtools_client.h', 782 'test/chromedriver/chrome/devtools_client.h',
783 'test/chromedriver/chrome/devtools_client_impl.cc', 783 'test/chromedriver/chrome/devtools_client_impl.cc',
784 'test/chromedriver/chrome/devtools_client_impl.h', 784 'test/chromedriver/chrome/devtools_client_impl.h',
785 'test/chromedriver/chrome/devtools_event_listener.h', 785 'test/chromedriver/chrome/devtools_event_listener.h',
786 'test/chromedriver/chrome/devtools_event_logger.h',
787 'test/chromedriver/chrome/devtools_event_logger.cc',
786 'test/chromedriver/chrome/devtools_http_client.cc', 788 'test/chromedriver/chrome/devtools_http_client.cc',
787 'test/chromedriver/chrome/devtools_http_client.h', 789 'test/chromedriver/chrome/devtools_http_client.h',
788 'test/chromedriver/chrome/dom_tracker.cc', 790 'test/chromedriver/chrome/dom_tracker.cc',
789 'test/chromedriver/chrome/dom_tracker.h', 791 'test/chromedriver/chrome/dom_tracker.h',
790 'test/chromedriver/chrome/frame_tracker.cc', 792 'test/chromedriver/chrome/frame_tracker.cc',
791 'test/chromedriver/chrome/frame_tracker.h', 793 'test/chromedriver/chrome/frame_tracker.h',
792 'test/chromedriver/chrome/geolocation_override_manager.cc', 794 'test/chromedriver/chrome/geolocation_override_manager.cc',
793 'test/chromedriver/chrome/geolocation_override_manager.h', 795 'test/chromedriver/chrome/geolocation_override_manager.h',
794 'test/chromedriver/chrome/geoposition.h', 796 'test/chromedriver/chrome/geoposition.h',
795 'test/chromedriver/chrome/javascript_dialog_manager.cc', 797 'test/chromedriver/chrome/javascript_dialog_manager.cc',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 'test/chromedriver/element_commands.cc', 936 'test/chromedriver/element_commands.cc',
935 'test/chromedriver/element_commands.h', 937 'test/chromedriver/element_commands.h',
936 'test/chromedriver/element_util.cc', 938 'test/chromedriver/element_util.cc',
937 'test/chromedriver/element_util.h', 939 'test/chromedriver/element_util.h',
938 'test/chromedriver/key_converter.cc', 940 'test/chromedriver/key_converter.cc',
939 'test/chromedriver/key_converter.h', 941 'test/chromedriver/key_converter.h',
940 'test/chromedriver/keycode_text_conversion.h', 942 'test/chromedriver/keycode_text_conversion.h',
941 'test/chromedriver/keycode_text_conversion_mac.mm', 943 'test/chromedriver/keycode_text_conversion_mac.mm',
942 'test/chromedriver/keycode_text_conversion_win.cc', 944 'test/chromedriver/keycode_text_conversion_win.cc',
943 'test/chromedriver/keycode_text_conversion_x.cc', 945 'test/chromedriver/keycode_text_conversion_x.cc',
946 'test/chromedriver/logging.cc',
947 'test/chromedriver/logging.h',
944 'test/chromedriver/session.cc', 948 'test/chromedriver/session.cc',
945 'test/chromedriver/session.h', 949 'test/chromedriver/session.h',
946 'test/chromedriver/session_commands.cc', 950 'test/chromedriver/session_commands.cc',
947 'test/chromedriver/session_commands.h', 951 'test/chromedriver/session_commands.h',
948 'test/chromedriver/session_map.h', 952 'test/chromedriver/session_map.h',
949 'test/chromedriver/synchronized_map.h', 953 'test/chromedriver/synchronized_map.h',
950 'test/chromedriver/util.cc', 954 'test/chromedriver/util.cc',
951 'test/chromedriver/util.h', 955 'test/chromedriver/util.h',
952 'test/chromedriver/window_commands.cc', 956 'test/chromedriver/window_commands.cc',
953 'test/chromedriver/window_commands.h', 957 'test/chromedriver/window_commands.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'chromedriver2_server_lib', 1021 'chromedriver2_server_lib',
1018 '../base/base.gyp:base', 1022 '../base/base.gyp:base',
1019 '../base/base.gyp:run_all_unittests', 1023 '../base/base.gyp:run_all_unittests',
1020 '../testing/gtest.gyp:gtest', 1024 '../testing/gtest.gyp:gtest',
1021 '../ui/ui.gyp:ui', 1025 '../ui/ui.gyp:ui',
1022 ], 1026 ],
1023 'sources': [ 1027 'sources': [
1024 'test/chromedriver/capabilities_unittest.cc', 1028 'test/chromedriver/capabilities_unittest.cc',
1025 'test/chromedriver/chrome/chrome_finder_unittest.cc', 1029 'test/chromedriver/chrome/chrome_finder_unittest.cc',
1026 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', 1030 'test/chromedriver/chrome/devtools_client_impl_unittest.cc',
1031 'test/chromedriver/chrome/devtools_event_logger_unittest.cc',
1027 'test/chromedriver/chrome/devtools_http_client_unittest.cc', 1032 'test/chromedriver/chrome/devtools_http_client_unittest.cc',
1028 'test/chromedriver/chrome/dom_tracker_unittest.cc', 1033 'test/chromedriver/chrome/dom_tracker_unittest.cc',
1029 'test/chromedriver/chrome/frame_tracker_unittest.cc', 1034 'test/chromedriver/chrome/frame_tracker_unittest.cc',
1030 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', 1035 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc',
1031 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', 1036 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc',
1032 'test/chromedriver/chrome/navigation_tracker_unittest.cc', 1037 'test/chromedriver/chrome/navigation_tracker_unittest.cc',
1033 'test/chromedriver/chrome/status_unittest.cc', 1038 'test/chromedriver/chrome/status_unittest.cc',
1034 'test/chromedriver/chrome/stub_chrome.cc', 1039 'test/chromedriver/chrome/stub_chrome.cc',
1035 'test/chromedriver/chrome/stub_chrome.h', 1040 'test/chromedriver/chrome/stub_chrome.h',
1036 'test/chromedriver/chrome/stub_devtools_client.cc', 1041 'test/chromedriver/chrome/stub_devtools_client.cc',
1037 'test/chromedriver/chrome/stub_devtools_client.h', 1042 'test/chromedriver/chrome/stub_devtools_client.h',
1038 'test/chromedriver/chrome/stub_web_view.cc', 1043 'test/chromedriver/chrome/stub_web_view.cc',
1039 'test/chromedriver/chrome/stub_web_view.h', 1044 'test/chromedriver/chrome/stub_web_view.h',
1040 'test/chromedriver/chrome/web_view_impl_unittest.cc', 1045 'test/chromedriver/chrome/web_view_impl_unittest.cc',
1041 'test/chromedriver/chrome_launcher_unittest.cc', 1046 'test/chromedriver/chrome_launcher_unittest.cc',
1042 'test/chromedriver/chromedriver_unittest.cc', 1047 'test/chromedriver/chromedriver_unittest.cc',
1043 'test/chromedriver/command_executor_impl_unittest.cc', 1048 'test/chromedriver/command_executor_impl_unittest.cc',
1044 'test/chromedriver/commands_unittest.cc', 1049 'test/chromedriver/commands_unittest.cc',
1045 'test/chromedriver/fake_session_accessor.cc', 1050 'test/chromedriver/fake_session_accessor.cc',
1046 'test/chromedriver/fake_session_accessor.h', 1051 'test/chromedriver/fake_session_accessor.h',
1052 'test/chromedriver/logging_unittest.cc',
1047 'test/chromedriver/server/http_handler_unittest.cc', 1053 'test/chromedriver/server/http_handler_unittest.cc',
1048 'test/chromedriver/server/http_response_unittest.cc', 1054 'test/chromedriver/server/http_response_unittest.cc',
1049 'test/chromedriver/session_commands_unittest.cc', 1055 'test/chromedriver/session_commands_unittest.cc',
1050 'test/chromedriver/session_unittest.cc', 1056 'test/chromedriver/session_unittest.cc',
1051 'test/chromedriver/synchronized_map_unittest.cc', 1057 'test/chromedriver/synchronized_map_unittest.cc',
1052 ], 1058 ],
1053 }, 1059 },
1054 # ChromeDriver2 tests that aren't run on the main buildbot. Available 1060 # ChromeDriver2 tests that aren't run on the main buildbot. Available
1055 # as an optional test type on trybots. 1061 # as an optional test type on trybots.
1056 { 1062 {
(...skipping 2274 matching lines...) Expand 10 before | Expand all | Expand 10 after
3331 # more details. 3337 # more details.
3332 'DebugInformationFormat': '3', 3338 'DebugInformationFormat': '3',
3333 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3339 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3334 }, 3340 },
3335 }, 3341 },
3336 }, 3342 },
3337 ], 3343 ],
3338 }], 3344 }],
3339 ], # 'conditions' 3345 ], # 'conditions'
3340 } 3346 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698