| 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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 { | 652 { |
| 653 'target_name': 'chromedriver2_unittests', | 653 'target_name': 'chromedriver2_unittests', |
| 654 'type': 'executable', | 654 'type': 'executable', |
| 655 'dependencies': [ | 655 'dependencies': [ |
| 656 'chromedriver2_lib', | 656 'chromedriver2_lib', |
| 657 '../base/base.gyp:base', | 657 '../base/base.gyp:base', |
| 658 '../base/base.gyp:run_all_unittests', | 658 '../base/base.gyp:run_all_unittests', |
| 659 '../testing/gtest.gyp:gtest', | 659 '../testing/gtest.gyp:gtest', |
| 660 ], | 660 ], |
| 661 'include_dirs': [ | 661 'include_dirs': [ |
| 662 '..', | 662 '..,' |
| 663 ], | 663 ], |
| 664 'sources': [ | 664 'sources': [ |
| 665 'test/chromedriver/chrome_finder_unittest.cc', | 665 'test/chromedriver/chrome_finder_unittest.cc', |
| 666 'test/chromedriver/chromedriver_unittest.cc', | 666 'test/chromedriver/chromedriver_unittest.cc', |
| 667 'test/chromedriver/command_executor_impl_unittest.cc', | 667 'test/chromedriver/command_executor_impl_unittest.cc', |
| 668 'test/chromedriver/commands_unittest.cc', | 668 'test/chromedriver/commands_unittest.cc', |
| 669 'test/chromedriver/fake_session_accessor.cc', | 669 'test/chromedriver/fake_session_accessor.cc', |
| 670 'test/chromedriver/fake_session_accessor.h', | 670 'test/chromedriver/fake_session_accessor.h', |
| 671 'test/chromedriver/session_command_unittest.cc', | 671 'test/chromedriver/session_command_unittest.cc', |
| 672 'test/chromedriver/session_unittest.cc', | 672 'test/chromedriver/session_unittest.cc', |
| (...skipping 2164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2837 'sync_integration_tests.isolate', | 2837 'sync_integration_tests.isolate', |
| 2838 ], | 2838 ], |
| 2839 'sources': [ | 2839 'sources': [ |
| 2840 'sync_integration_tests.isolate', | 2840 'sync_integration_tests.isolate', |
| 2841 ], | 2841 ], |
| 2842 }, | 2842 }, |
| 2843 ], | 2843 ], |
| 2844 }], | 2844 }], |
| 2845 ], # 'conditions' | 2845 ], # 'conditions' |
| 2846 } | 2846 } |
| OLD | NEW |