| 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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 'target_name': 'chromedriver_lib', | 668 'target_name': 'chromedriver_lib', |
| 669 'type': 'static_library', | 669 'type': 'static_library', |
| 670 'hard_dependency': 1, | 670 'hard_dependency': 1, |
| 671 'dependencies': [ | 671 'dependencies': [ |
| 672 'automation_client_lib', | 672 'automation_client_lib', |
| 673 '../base/base.gyp:base', | 673 '../base/base.gyp:base', |
| 674 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 674 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 675 '../crypto/crypto.gyp:crypto', | 675 '../crypto/crypto.gyp:crypto', |
| 676 '../net/net.gyp:http_server', | 676 '../net/net.gyp:http_server', |
| 677 '../net/net.gyp:net', | 677 '../net/net.gyp:net', |
| 678 '../ui/events/events.gyp:events', |
| 678 '../ui/ui.gyp:ui', | 679 '../ui/ui.gyp:ui', |
| 679 ], | 680 ], |
| 680 'include_dirs': [ | 681 'include_dirs': [ |
| 681 '..', | 682 '..', |
| 682 ], | 683 ], |
| 683 'sources': [ | 684 'sources': [ |
| 684 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', | 685 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', |
| 685 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', | 686 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', |
| 686 '../third_party/webdriver/atoms.cc', | 687 '../third_party/webdriver/atoms.cc', |
| 687 '../third_party/webdriver/atoms.h', | 688 '../third_party/webdriver/atoms.h', |
| (...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3151 'utility', | 3152 'utility', |
| 3152 ], | 3153 ], |
| 3153 'sources': [ | 3154 'sources': [ |
| 3154 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3155 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3155 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3156 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3156 ], | 3157 ], |
| 3157 }] | 3158 }] |
| 3158 }], | 3159 }], |
| 3159 ], # 'conditions' | 3160 ], # 'conditions' |
| 3160 } | 3161 } |
| OLD | NEW |