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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12052004: [chromedriver] Create release script and handle Chrome/ChromeDriver versions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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) 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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'test/chromedriver/net/websocket.cc', 741 'test/chromedriver/net/websocket.cc',
742 'test/chromedriver/net/websocket.h', 742 'test/chromedriver/net/websocket.h',
743 'test/chromedriver/session.cc', 743 'test/chromedriver/session.cc',
744 'test/chromedriver/session.h', 744 'test/chromedriver/session.h',
745 'test/chromedriver/session_command.cc', 745 'test/chromedriver/session_command.cc',
746 'test/chromedriver/session_command.h', 746 'test/chromedriver/session_command.h',
747 'test/chromedriver/session_map.h', 747 'test/chromedriver/session_map.h',
748 'test/chromedriver/status.cc', 748 'test/chromedriver/status.cc',
749 'test/chromedriver/status.h', 749 'test/chromedriver/status.h',
750 'test/chromedriver/synchronized_map.h', 750 'test/chromedriver/synchronized_map.h',
751 'test/chromedriver/version.cc',
752 'test/chromedriver/version.h',
751 ], 753 ],
752 'actions': [ 754 'actions': [
753 { 755 {
754 'action_name': 'embed_js_in_cpp', 756 'action_name': 'embed_js_in_cpp',
755 'inputs': [ 757 'inputs': [
756 'test/chromedriver/embed_js_in_cpp.py', 758 'test/chromedriver/embed_js_in_cpp.py',
757 'test/chromedriver/js/call_function.js', 759 'test/chromedriver/js/call_function.js',
758 ], 760 ],
759 'outputs': [ 761 'outputs': [
760 '<(INTERMEDIATE_DIR)/chrome/test/chromedriver/js.cc', 762 '<(INTERMEDIATE_DIR)/chrome/test/chromedriver/js.cc',
(...skipping 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 'sync_integration_tests.isolate', 2885 'sync_integration_tests.isolate',
2884 ], 2886 ],
2885 'sources': [ 2887 'sources': [
2886 'sync_integration_tests.isolate', 2888 'sync_integration_tests.isolate',
2887 ], 2889 ],
2888 }, 2890 },
2889 ], 2891 ],
2890 }], 2892 }],
2891 ], # 'conditions' 2893 ], # 'conditions'
2892 } 2894 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome_impl.h » ('j') | chrome/test/chromedriver/chrome_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698