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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7108037: Revert 88492 - In chromedriver, add /log url to get the contents of the chromedriver log (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/automation/automation_json_requests.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'test/webdriver/session.h', 841 'test/webdriver/session.h',
842 'test/webdriver/session.cc', 842 'test/webdriver/session.cc',
843 'test/webdriver/session_manager.h', 843 'test/webdriver/session_manager.h',
844 'test/webdriver/session_manager.cc', 844 'test/webdriver/session_manager.cc',
845 'test/webdriver/utility_functions.h', 845 'test/webdriver/utility_functions.h',
846 'test/webdriver/utility_functions.cc', 846 'test/webdriver/utility_functions.cc',
847 'test/webdriver/webdriver_error.h', 847 'test/webdriver/webdriver_error.h',
848 'test/webdriver/webdriver_error.cc', 848 'test/webdriver/webdriver_error.cc',
849 'test/webdriver/webdriver_key_converter.h', 849 'test/webdriver/webdriver_key_converter.h',
850 'test/webdriver/webdriver_key_converter.cc', 850 'test/webdriver/webdriver_key_converter.cc',
851 'test/webdriver/webdriver_logging.h',
852 'test/webdriver/webdriver_logging.cc',
853 'test/webdriver/web_element_id.h', 851 'test/webdriver/web_element_id.h',
854 'test/webdriver/web_element_id.cc', 852 'test/webdriver/web_element_id.cc',
855 'test/webdriver/commands/alert_commands.h', 853 'test/webdriver/commands/alert_commands.h',
856 'test/webdriver/commands/alert_commands.cc', 854 'test/webdriver/commands/alert_commands.cc',
857 'test/webdriver/commands/command.h', 855 'test/webdriver/commands/command.h',
858 'test/webdriver/commands/command.cc', 856 'test/webdriver/commands/command.cc',
859 'test/webdriver/commands/cookie_commands.h', 857 'test/webdriver/commands/cookie_commands.h',
860 'test/webdriver/commands/cookie_commands.cc', 858 'test/webdriver/commands/cookie_commands.cc',
861 'test/webdriver/commands/create_session.h', 859 'test/webdriver/commands/create_session.h',
862 'test/webdriver/commands/create_session.cc', 860 'test/webdriver/commands/create_session.cc',
(...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after
4104 ] 4102 ]
4105 }], # 'coverage!=0' 4103 }], # 'coverage!=0'
4106 ], # 'conditions' 4104 ], # 'conditions'
4107 } 4105 }
4108 4106
4109 # Local Variables: 4107 # Local Variables:
4110 # tab-width:2 4108 # tab-width:2
4111 # indent-tabs-mode:nil 4109 # indent-tabs-mode:nil
4112 # End: 4110 # End:
4113 # vim: set expandtab tabstop=2 shiftwidth=2: 4111 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/automation/automation_json_requests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698