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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
799 'test/webdriver/webdriver_error.cc', | 799 'test/webdriver/webdriver_error.cc', |
800 'test/webdriver/webdriver_error.h', | 800 'test/webdriver/webdriver_error.h', |
801 'test/webdriver/webdriver_key_converter.cc', | 801 'test/webdriver/webdriver_key_converter.cc', |
802 'test/webdriver/webdriver_key_converter.h', | 802 'test/webdriver/webdriver_key_converter.h', |
803 'test/webdriver/webdriver_logging.cc', | 803 'test/webdriver/webdriver_logging.cc', |
804 'test/webdriver/webdriver_logging.h', | 804 'test/webdriver/webdriver_logging.h', |
805 'test/webdriver/webdriver_session.cc', | 805 'test/webdriver/webdriver_session.cc', |
806 'test/webdriver/webdriver_session.h', | 806 'test/webdriver/webdriver_session.h', |
807 'test/webdriver/webdriver_session_manager.cc', | 807 'test/webdriver/webdriver_session_manager.cc', |
808 'test/webdriver/webdriver_session_manager.h', | 808 'test/webdriver/webdriver_session_manager.h', |
| 809 'test/webdriver/webdriver_switches.cc', |
| 810 'test/webdriver/webdriver_switches.h', |
809 'test/webdriver/webdriver_util.cc', | 811 'test/webdriver/webdriver_util.cc', |
810 'test/webdriver/webdriver_util.h', | 812 'test/webdriver/webdriver_util.h', |
811 'test/webdriver/webdriver_util_mac.mm', | 813 'test/webdriver/webdriver_util_mac.mm', |
812 ], | 814 ], |
813 'conditions': [ | 815 'conditions': [ |
814 ['toolkit_uses_gtk == 1', { | 816 ['toolkit_uses_gtk == 1', { |
815 'dependencies': [ | 817 'dependencies': [ |
816 '../build/linux/system.gyp:gtk', | 818 '../build/linux/system.gyp:gtk', |
817 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 819 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
818 ], | 820 ], |
(...skipping 3862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4681 '--result', '<@(_outputs)', | 4683 '--result', '<@(_outputs)', |
4682 '--isolate', 'browser_tests.isolate', | 4684 '--isolate', 'browser_tests.isolate', |
4683 ], | 4685 ], |
4684 }, | 4686 }, |
4685 ], | 4687 ], |
4686 }, | 4688 }, |
4687 ], | 4689 ], |
4688 }], | 4690 }], |
4689 ], # 'conditions' | 4691 ], # 'conditions' |
4690 } | 4692 } |
OLD | NEW |