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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10827362: Fix ChromeDriver flakiness with the C# webdriver bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/webdriver/http_response.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'test/webdriver/webdriver_error.cc', 799 'test/webdriver/webdriver_error.cc',
800 'test/webdriver/webdriver_error.h', 800 'test/webdriver/webdriver_error.h',
801 'test/webdriver/webdriver_key_converter.cc', 801 'test/webdriver/webdriver_key_converter.cc',
802 'test/webdriver/webdriver_key_converter.h', 802 'test/webdriver/webdriver_key_converter.h',
803 'test/webdriver/webdriver_logging.cc', 803 'test/webdriver/webdriver_logging.cc',
804 'test/webdriver/webdriver_logging.h', 804 'test/webdriver/webdriver_logging.h',
805 'test/webdriver/webdriver_session.cc', 805 'test/webdriver/webdriver_session.cc',
806 'test/webdriver/webdriver_session.h', 806 'test/webdriver/webdriver_session.h',
807 'test/webdriver/webdriver_session_manager.cc', 807 'test/webdriver/webdriver_session_manager.cc',
808 'test/webdriver/webdriver_session_manager.h', 808 'test/webdriver/webdriver_session_manager.h',
809 'test/webdriver/webdriver_switches.cc',
810 'test/webdriver/webdriver_switches.h',
809 'test/webdriver/webdriver_util.cc', 811 'test/webdriver/webdriver_util.cc',
810 'test/webdriver/webdriver_util.h', 812 'test/webdriver/webdriver_util.h',
811 'test/webdriver/webdriver_util_mac.mm', 813 'test/webdriver/webdriver_util_mac.mm',
812 ], 814 ],
813 'conditions': [ 815 'conditions': [
814 ['toolkit_uses_gtk == 1', { 816 ['toolkit_uses_gtk == 1', {
815 'dependencies': [ 817 'dependencies': [
816 '../build/linux/system.gyp:gtk', 818 '../build/linux/system.gyp:gtk',
817 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 819 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
818 ], 820 ],
(...skipping 3862 matching lines...) Expand 10 before | Expand all | Expand 10 after
4681 '--result', '<@(_outputs)', 4683 '--result', '<@(_outputs)',
4682 '--isolate', 'browser_tests.isolate', 4684 '--isolate', 'browser_tests.isolate',
4683 ], 4685 ],
4684 }, 4686 },
4685 ], 4687 ],
4686 }, 4688 },
4687 ], 4689 ],
4688 }], 4690 }],
4689 ], # 'conditions' 4691 ], # 'conditions'
4690 } 4692 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/webdriver/http_response.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698