OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |