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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7582005: Add chrome.loadAsync capability to ChromeDriver, which allows the user not to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac Created 9 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/automation.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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 'test/webdriver/keycode_text_conversion_mac.mm', 858 'test/webdriver/keycode_text_conversion_mac.mm',
859 'test/webdriver/keycode_text_conversion_win.cc', 859 'test/webdriver/keycode_text_conversion_win.cc',
860 'test/webdriver/keymap.h', 860 'test/webdriver/keymap.h',
861 'test/webdriver/keymap.cc', 861 'test/webdriver/keymap.cc',
862 'test/webdriver/session.h', 862 'test/webdriver/session.h',
863 'test/webdriver/session.cc', 863 'test/webdriver/session.cc',
864 'test/webdriver/session_manager.h', 864 'test/webdriver/session_manager.h',
865 'test/webdriver/session_manager.cc', 865 'test/webdriver/session_manager.cc',
866 'test/webdriver/utility_functions.h', 866 'test/webdriver/utility_functions.h',
867 'test/webdriver/utility_functions.cc', 867 'test/webdriver/utility_functions.cc',
868 'test/webdriver/utility_functions_mac.mm',
868 'test/webdriver/webdriver_error.h', 869 'test/webdriver/webdriver_error.h',
869 'test/webdriver/webdriver_error.cc', 870 'test/webdriver/webdriver_error.cc',
870 'test/webdriver/webdriver_logging.h', 871 'test/webdriver/webdriver_logging.h',
871 'test/webdriver/webdriver_logging.cc', 872 'test/webdriver/webdriver_logging.cc',
872 'test/webdriver/webdriver_key_converter.h', 873 'test/webdriver/webdriver_key_converter.h',
873 'test/webdriver/webdriver_key_converter.cc', 874 'test/webdriver/webdriver_key_converter.cc',
874 'test/webdriver/web_element_id.h', 875 'test/webdriver/web_element_id.h',
875 'test/webdriver/web_element_id.cc', 876 'test/webdriver/web_element_id.cc',
876 'test/webdriver/commands/alert_commands.h', 877 'test/webdriver/commands/alert_commands.h',
877 'test/webdriver/commands/alert_commands.cc', 878 'test/webdriver/commands/alert_commands.cc',
(...skipping 3240 matching lines...) Expand 10 before | Expand all | Expand 10 after
4118 # Use outputs of this action as inputs for the main target build. 4119 # Use outputs of this action as inputs for the main target build.
4119 # Seems as a misnomer but makes this happy on Linux (scons). 4120 # Seems as a misnomer but makes this happy on Linux (scons).
4120 'process_outputs_as_sources': 1, 4121 'process_outputs_as_sources': 1,
4121 }, 4122 },
4122 ], # 'actions' 4123 ], # 'actions'
4123 }, 4124 },
4124 ] 4125 ]
4125 }], # 'coverage!=0' 4126 }], # 'coverage!=0'
4126 ], # 'conditions' 4127 ], # 'conditions'
4127 } 4128 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/webdriver/automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698