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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5572001: Send screenshots back to the client for debugging (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: need to push again to make sure rietveld didn't screw up Created 9 years, 9 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
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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 'test/webdriver/commands/find_element_commands.h', 774 'test/webdriver/commands/find_element_commands.h',
775 'test/webdriver/commands/find_element_commands.cc', 775 'test/webdriver/commands/find_element_commands.cc',
776 'test/webdriver/commands/implicit_wait_command.h', 776 'test/webdriver/commands/implicit_wait_command.h',
777 'test/webdriver/commands/implicit_wait_command.cc', 777 'test/webdriver/commands/implicit_wait_command.cc',
778 'test/webdriver/commands/navigate_commands.h', 778 'test/webdriver/commands/navigate_commands.h',
779 'test/webdriver/commands/navigate_commands.cc', 779 'test/webdriver/commands/navigate_commands.cc',
780 'test/webdriver/commands/mouse_commands.h', 780 'test/webdriver/commands/mouse_commands.h',
781 'test/webdriver/commands/mouse_commands.cc', 781 'test/webdriver/commands/mouse_commands.cc',
782 'test/webdriver/commands/response.cc', 782 'test/webdriver/commands/response.cc',
783 'test/webdriver/commands/response.h', 783 'test/webdriver/commands/response.h',
784 'test/webdriver/commands/screenshot_command.h',
785 'test/webdriver/commands/screenshot_command.cc',
784 'test/webdriver/commands/session_with_id.h', 786 'test/webdriver/commands/session_with_id.h',
785 'test/webdriver/commands/session_with_id.cc', 787 'test/webdriver/commands/session_with_id.cc',
786 'test/webdriver/commands/source_command.h', 788 'test/webdriver/commands/source_command.h',
787 'test/webdriver/commands/source_command.cc', 789 'test/webdriver/commands/source_command.cc',
788 'test/webdriver/commands/speed_command.h', 790 'test/webdriver/commands/speed_command.h',
789 'test/webdriver/commands/speed_command.cc', 791 'test/webdriver/commands/speed_command.cc',
790 'test/webdriver/commands/target_locator_commands.h', 792 'test/webdriver/commands/target_locator_commands.h',
791 'test/webdriver/commands/target_locator_commands.cc', 793 'test/webdriver/commands/target_locator_commands.cc',
792 'test/webdriver/commands/title_command.h', 794 'test/webdriver/commands/title_command.h',
793 'test/webdriver/commands/title_command.cc', 795 'test/webdriver/commands/title_command.cc',
(...skipping 2981 matching lines...) Expand 10 before | Expand all | Expand 10 after
3775 ] 3777 ]
3776 }], # 'coverage!=0' 3778 }], # 'coverage!=0'
3777 ], # 'conditions' 3779 ], # 'conditions'
3778 } 3780 }
3779 3781
3780 # Local Variables: 3782 # Local Variables:
3781 # tab-width:2 3783 # tab-width:2
3782 # indent-tabs-mode:nil 3784 # indent-tabs-mode:nil
3783 # End: 3785 # End:
3784 # vim: set expandtab tabstop=2 shiftwidth=2: 3786 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/common/automation_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698