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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9515005: [chromedriver] Add command for uploading a file to a remote ChromeDriver server, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
« no previous file with comments | « no previous file | chrome/test/webdriver/commands/file_upload_command.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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 'test/webdriver/commands/command.cc', 1008 'test/webdriver/commands/command.cc',
1009 'test/webdriver/commands/command.h', 1009 'test/webdriver/commands/command.h',
1010 'test/webdriver/commands/cookie_commands.cc', 1010 'test/webdriver/commands/cookie_commands.cc',
1011 'test/webdriver/commands/cookie_commands.h', 1011 'test/webdriver/commands/cookie_commands.h',
1012 'test/webdriver/commands/create_session.cc', 1012 'test/webdriver/commands/create_session.cc',
1013 'test/webdriver/commands/create_session.h', 1013 'test/webdriver/commands/create_session.h',
1014 'test/webdriver/commands/execute_async_script_command.cc', 1014 'test/webdriver/commands/execute_async_script_command.cc',
1015 'test/webdriver/commands/execute_async_script_command.h', 1015 'test/webdriver/commands/execute_async_script_command.h',
1016 'test/webdriver/commands/execute_command.cc', 1016 'test/webdriver/commands/execute_command.cc',
1017 'test/webdriver/commands/execute_command.h', 1017 'test/webdriver/commands/execute_command.h',
1018 'test/webdriver/commands/file_upload_command.cc',
1019 'test/webdriver/commands/file_upload_command.h',
1018 'test/webdriver/commands/find_element_commands.cc', 1020 'test/webdriver/commands/find_element_commands.cc',
1019 'test/webdriver/commands/find_element_commands.h', 1021 'test/webdriver/commands/find_element_commands.h',
1020 'test/webdriver/commands/html5_storage_commands.cc', 1022 'test/webdriver/commands/html5_storage_commands.cc',
1021 'test/webdriver/commands/html5_storage_commands.h', 1023 'test/webdriver/commands/html5_storage_commands.h',
1022 'test/webdriver/commands/keys_command.cc', 1024 'test/webdriver/commands/keys_command.cc',
1023 'test/webdriver/commands/keys_command.h', 1025 'test/webdriver/commands/keys_command.h',
1024 'test/webdriver/commands/log_command.cc', 1026 'test/webdriver/commands/log_command.cc',
1025 'test/webdriver/commands/log_command.h', 1027 'test/webdriver/commands/log_command.h',
1026 'test/webdriver/commands/navigate_commands.cc', 1028 'test/webdriver/commands/navigate_commands.cc',
1027 'test/webdriver/commands/navigate_commands.h', 1029 'test/webdriver/commands/navigate_commands.h',
(...skipping 3658 matching lines...) Expand 10 before | Expand all | Expand 10 after
4686 # Use outputs of this action as inputs for the main target build. 4688 # Use outputs of this action as inputs for the main target build.
4687 # Seems as a misnomer but makes this happy on Linux (scons). 4689 # Seems as a misnomer but makes this happy on Linux (scons).
4688 'process_outputs_as_sources': 1, 4690 'process_outputs_as_sources': 1,
4689 }, 4691 },
4690 ], # 'actions' 4692 ], # 'actions'
4691 }, 4693 },
4692 ] 4694 ]
4693 }], # 'coverage!=0' 4695 }], # 'coverage!=0'
4694 ], # 'conditions' 4696 ], # 'conditions'
4695 } 4697 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/webdriver/commands/file_upload_command.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698