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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11366163: Build and archive the new chromedriver library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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 | « build/all.gyp ('k') | chrome/tools/build/linux/TESTS » ('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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'test/chromedriver/fake_session_accessor.h', 997 'test/chromedriver/fake_session_accessor.h',
998 'test/chromedriver/session_command_unittest.cc', 998 'test/chromedriver/session_command_unittest.cc',
999 'test/chromedriver/session_unittest.cc', 999 'test/chromedriver/session_unittest.cc',
1000 'test/chromedriver/status_unittest.cc', 1000 'test/chromedriver/status_unittest.cc',
1001 'test/chromedriver/synchronized_map_unittest.cc', 1001 'test/chromedriver/synchronized_map_unittest.cc',
1002 ], 1002 ],
1003 }, 1003 },
1004 # This is the new ChromeDriver based on DevTools. 1004 # This is the new ChromeDriver based on DevTools.
1005 { 1005 {
1006 'target_name': 'chromedriver2', 1006 'target_name': 'chromedriver2',
1007 'type': 'shared_library', 1007 'type': 'loadable_module',
1008 'dependencies': [ 1008 'dependencies': [
1009 'chromedriver2_lib', 1009 'chromedriver2_lib',
1010 '../base/base.gyp:base', 1010 '../base/base.gyp:base',
1011 'test/chromedriver/third_party/jni/jni.gyp:jni', 1011 'test/chromedriver/third_party/jni/jni.gyp:jni',
1012 ], 1012 ],
1013 'include_dirs': [ 1013 'include_dirs': [
1014 '..', 1014 '..',
1015 ], 1015 ],
1016 'sources': [ 1016 'sources': [
1017 'test/chromedriver/chromedriver_shared_library.cc', 1017 'test/chromedriver/chromedriver_shared_library.cc',
(...skipping 3990 matching lines...) Expand 10 before | Expand all | Expand 10 after
5008 'sync_integration_tests.isolate', 5008 'sync_integration_tests.isolate',
5009 ], 5009 ],
5010 'sources': [ 5010 'sources': [
5011 'sync_integration_tests.isolate', 5011 'sync_integration_tests.isolate',
5012 ], 5012 ],
5013 }, 5013 },
5014 ], 5014 ],
5015 }], 5015 }],
5016 ], # 'conditions' 5016 ], # 'conditions'
5017 } 5017 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/tools/build/linux/TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698