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

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: added tests which compare against a reference md5 hash 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'test/webdriver/commands/find_element_commands.h', 759 'test/webdriver/commands/find_element_commands.h',
760 'test/webdriver/commands/find_element_commands.cc', 760 'test/webdriver/commands/find_element_commands.cc',
761 'test/webdriver/commands/implicit_wait_command.h', 761 'test/webdriver/commands/implicit_wait_command.h',
762 'test/webdriver/commands/implicit_wait_command.cc', 762 'test/webdriver/commands/implicit_wait_command.cc',
763 'test/webdriver/commands/navigate_commands.h', 763 'test/webdriver/commands/navigate_commands.h',
764 'test/webdriver/commands/navigate_commands.cc', 764 'test/webdriver/commands/navigate_commands.cc',
765 'test/webdriver/commands/mouse_commands.h', 765 'test/webdriver/commands/mouse_commands.h',
766 'test/webdriver/commands/mouse_commands.cc', 766 'test/webdriver/commands/mouse_commands.cc',
767 'test/webdriver/commands/response.cc', 767 'test/webdriver/commands/response.cc',
768 'test/webdriver/commands/response.h', 768 'test/webdriver/commands/response.h',
769 'test/webdriver/commands/screenshot_command.h',
770 'test/webdriver/commands/screenshot_command.cc',
769 'test/webdriver/commands/session_with_id.h', 771 'test/webdriver/commands/session_with_id.h',
770 'test/webdriver/commands/session_with_id.cc', 772 'test/webdriver/commands/session_with_id.cc',
771 'test/webdriver/commands/source_command.h', 773 'test/webdriver/commands/source_command.h',
772 'test/webdriver/commands/source_command.cc', 774 'test/webdriver/commands/source_command.cc',
773 'test/webdriver/commands/speed_command.h', 775 'test/webdriver/commands/speed_command.h',
774 'test/webdriver/commands/speed_command.cc', 776 'test/webdriver/commands/speed_command.cc',
775 'test/webdriver/commands/target_locator_commands.h', 777 'test/webdriver/commands/target_locator_commands.h',
776 'test/webdriver/commands/target_locator_commands.cc', 778 'test/webdriver/commands/target_locator_commands.cc',
777 'test/webdriver/commands/title_command.h', 779 'test/webdriver/commands/title_command.h',
778 'test/webdriver/commands/title_command.cc', 780 'test/webdriver/commands/title_command.cc',
(...skipping 2973 matching lines...) Expand 10 before | Expand all | Expand 10 after
3752 ] 3754 ]
3753 }], # 'coverage!=0' 3755 }], # 'coverage!=0'
3754 ], # 'conditions' 3756 ], # 'conditions'
3755 } 3757 }
3756 3758
3757 # Local Variables: 3759 # Local Variables:
3758 # tab-width:2 3760 # tab-width:2
3759 # indent-tabs-mode:nil 3761 # indent-tabs-mode:nil
3760 # End: 3762 # End:
3761 # vim: set expandtab tabstop=2 shiftwidth=2: 3763 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698