| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
| 7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
| 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
| 9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
| 10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
| (...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver', | 793 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver', |
| 794 ], | 794 ], |
| 795 'message': 'Generating version info', | 795 'message': 'Generating version info', |
| 796 }, | 796 }, |
| 797 ], | 797 ], |
| 798 'direct_dependent_settings': { | 798 'direct_dependent_settings': { |
| 799 'include_dirs': [ | 799 'include_dirs': [ |
| 800 '<(SHARED_INTERMEDIATE_DIR)', | 800 '<(SHARED_INTERMEDIATE_DIR)', |
| 801 ], | 801 ], |
| 802 }, | 802 }, |
| 803 'conditions': [ |
| 804 ['use_x11==1', { |
| 805 'dependencies': [ |
| 806 '../build/linux/system.gyp:x11', |
| 807 ] |
| 808 }] |
| 809 ], |
| 803 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 810 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 804 'msvs_disabled_warnings': [ 4267, ], | 811 'msvs_disabled_warnings': [ 4267, ], |
| 805 }, | 812 }, |
| 806 { | 813 { |
| 807 'target_name': 'chromedriver', | 814 'target_name': 'chromedriver', |
| 808 'type': 'executable', | 815 'type': 'executable', |
| 809 'dependencies': [ | 816 'dependencies': [ |
| 810 'chromedriver_lib', | 817 'chromedriver_lib', |
| 811 ], | 818 ], |
| 812 'include_dirs': [ | 819 'include_dirs': [ |
| (...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3208 'utility', | 3215 'utility', |
| 3209 ], | 3216 ], |
| 3210 'sources': [ | 3217 'sources': [ |
| 3211 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3218 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3212 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3219 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3213 ], | 3220 ], |
| 3214 }] | 3221 }] |
| 3215 }], | 3222 }], |
| 3216 ], # 'conditions' | 3223 ], # 'conditions' |
| 3217 } | 3224 } |
| OLD | NEW |