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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7612017: Integrates SET_ONLINE and APPCACHE_STATUS atoms. Other commands for BrowserConnection (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: 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
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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 'test/webdriver/webdriver_error.h', 869 'test/webdriver/webdriver_error.h',
870 'test/webdriver/webdriver_error.cc', 870 'test/webdriver/webdriver_error.cc',
871 'test/webdriver/webdriver_logging.h', 871 'test/webdriver/webdriver_logging.h',
872 'test/webdriver/webdriver_logging.cc', 872 'test/webdriver/webdriver_logging.cc',
873 'test/webdriver/webdriver_key_converter.h', 873 'test/webdriver/webdriver_key_converter.h',
874 'test/webdriver/webdriver_key_converter.cc', 874 'test/webdriver/webdriver_key_converter.cc',
875 'test/webdriver/web_element_id.h', 875 'test/webdriver/web_element_id.h',
876 'test/webdriver/web_element_id.cc', 876 'test/webdriver/web_element_id.cc',
877 'test/webdriver/commands/alert_commands.h', 877 'test/webdriver/commands/alert_commands.h',
878 'test/webdriver/commands/alert_commands.cc', 878 'test/webdriver/commands/alert_commands.cc',
879 'test/webdriver/commands/appcache_status_command.h',
880 'test/webdriver/commands/appcache_status_command.cc',
881 'test/webdriver/commands/browser_connection_commands.h',
882 'test/webdriver/commands/browser_connection_commands.cc',
879 'test/webdriver/commands/command.h', 883 'test/webdriver/commands/command.h',
880 'test/webdriver/commands/command.cc', 884 'test/webdriver/commands/command.cc',
881 'test/webdriver/commands/cookie_commands.h', 885 'test/webdriver/commands/cookie_commands.h',
882 'test/webdriver/commands/cookie_commands.cc', 886 'test/webdriver/commands/cookie_commands.cc',
883 'test/webdriver/commands/create_session.h', 887 'test/webdriver/commands/create_session.h',
884 'test/webdriver/commands/create_session.cc', 888 'test/webdriver/commands/create_session.cc',
885 'test/webdriver/commands/execute_async_script_command.h', 889 'test/webdriver/commands/execute_async_script_command.h',
886 'test/webdriver/commands/execute_async_script_command.cc', 890 'test/webdriver/commands/execute_async_script_command.cc',
887 'test/webdriver/commands/execute_command.h', 891 'test/webdriver/commands/execute_command.h',
888 'test/webdriver/commands/execute_command.cc', 892 'test/webdriver/commands/execute_command.cc',
(...skipping 3237 matching lines...) Expand 10 before | Expand all | Expand 10 after
4126 # Use outputs of this action as inputs for the main target build. 4130 # Use outputs of this action as inputs for the main target build.
4127 # Seems as a misnomer but makes this happy on Linux (scons). 4131 # Seems as a misnomer but makes this happy on Linux (scons).
4128 'process_outputs_as_sources': 1, 4132 'process_outputs_as_sources': 1,
4129 }, 4133 },
4130 ], # 'actions' 4134 ], # 'actions'
4131 }, 4135 },
4132 ] 4136 ]
4133 }], # 'coverage!=0' 4137 }], # 'coverage!=0'
4134 ], # 'conditions' 4138 ], # 'conditions'
4135 } 4139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698