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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7104085: In chromedriver, add /log handler (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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'test/webdriver/keymap.h', 839 'test/webdriver/keymap.h',
840 'test/webdriver/keymap.cc', 840 'test/webdriver/keymap.cc',
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_logging.h',
850 'test/webdriver/webdriver_logging.cc',
849 'test/webdriver/webdriver_key_converter.h', 851 'test/webdriver/webdriver_key_converter.h',
850 'test/webdriver/webdriver_key_converter.cc', 852 'test/webdriver/webdriver_key_converter.cc',
851 'test/webdriver/web_element_id.h', 853 'test/webdriver/web_element_id.h',
852 'test/webdriver/web_element_id.cc', 854 'test/webdriver/web_element_id.cc',
853 'test/webdriver/commands/alert_commands.h', 855 'test/webdriver/commands/alert_commands.h',
854 'test/webdriver/commands/alert_commands.cc', 856 'test/webdriver/commands/alert_commands.cc',
855 'test/webdriver/commands/command.h', 857 'test/webdriver/commands/command.h',
856 'test/webdriver/commands/command.cc', 858 'test/webdriver/commands/command.cc',
857 'test/webdriver/commands/cookie_commands.h', 859 'test/webdriver/commands/cookie_commands.h',
858 'test/webdriver/commands/cookie_commands.cc', 860 'test/webdriver/commands/cookie_commands.cc',
(...skipping 3244 matching lines...) Expand 10 before | Expand all | Expand 10 after
4103 ] 4105 ]
4104 }], # 'coverage!=0' 4106 }], # 'coverage!=0'
4105 ], # 'conditions' 4107 ], # 'conditions'
4106 } 4108 }
4107 4109
4108 # Local Variables: 4110 # Local Variables:
4109 # tab-width:2 4111 # tab-width:2
4110 # indent-tabs-mode:nil 4112 # indent-tabs-mode:nil
4111 # End: 4113 # End:
4112 # vim: set expandtab tabstop=2 shiftwidth=2: 4114 # 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