| 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 { | 482 { |
| 483 'target_name': 'automation_client_lib', | 483 'target_name': 'automation_client_lib', |
| 484 'type': 'static_library', | 484 'type': 'static_library', |
| 485 'hard_dependency': 1, | 485 'hard_dependency': 1, |
| 486 'dependencies': [ | 486 'dependencies': [ |
| 487 '../base/base.gyp:base', | 487 '../base/base.gyp:base', |
| 488 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 488 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 489 '../net/net.gyp:net', | 489 '../net/net.gyp:net', |
| 490 '../third_party/zlib/zlib.gyp:minizip', | 490 '../third_party/zlib/zlib.gyp:minizip', |
| 491 '../third_party/zlib/zlib.gyp:zlib', | 491 '../third_party/zlib/zlib.gyp:zlib', |
| 492 '../ui/events/events.gyp:events', |
| 492 '../ui/gfx/gfx.gyp:gfx', | 493 '../ui/gfx/gfx.gyp:gfx', |
| 493 '../ui/ui.gyp:ui', | 494 '../ui/ui.gyp:ui', |
| 494 '../url/url.gyp:url_lib', | 495 '../url/url.gyp:url_lib', |
| 495 ], | 496 ], |
| 496 'include_dirs': [ | 497 'include_dirs': [ |
| 497 '..', | 498 '..', |
| 498 '<(SHARED_INTERMEDIATE_DIR)', | 499 '<(SHARED_INTERMEDIATE_DIR)', |
| 499 ], | 500 ], |
| 500 'direct_dependent_settings': { | 501 'direct_dependent_settings': { |
| 501 'include_dirs': [ | 502 'include_dirs': [ |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 'target_name': 'chromedriver_lib', | 670 'target_name': 'chromedriver_lib', |
| 670 'type': 'static_library', | 671 'type': 'static_library', |
| 671 'hard_dependency': 1, | 672 'hard_dependency': 1, |
| 672 'dependencies': [ | 673 'dependencies': [ |
| 673 'automation_client_lib', | 674 'automation_client_lib', |
| 674 '../base/base.gyp:base', | 675 '../base/base.gyp:base', |
| 675 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 676 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 676 '../crypto/crypto.gyp:crypto', | 677 '../crypto/crypto.gyp:crypto', |
| 677 '../net/net.gyp:http_server', | 678 '../net/net.gyp:http_server', |
| 678 '../net/net.gyp:net', | 679 '../net/net.gyp:net', |
| 680 '../ui/events/events.gyp:events', |
| 679 '../ui/gfx/gfx.gyp:gfx', | 681 '../ui/gfx/gfx.gyp:gfx', |
| 680 '../ui/ui.gyp:ui', | 682 '../ui/ui.gyp:ui', |
| 681 ], | 683 ], |
| 682 'include_dirs': [ | 684 'include_dirs': [ |
| 683 '..', | 685 '..', |
| 684 ], | 686 ], |
| 685 'sources': [ | 687 'sources': [ |
| 686 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', | 688 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', |
| 687 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', | 689 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', |
| 688 '../third_party/webdriver/atoms.cc', | 690 '../third_party/webdriver/atoms.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 { | 772 { |
| 771 'target_name': 'chromedriver_unittests', | 773 'target_name': 'chromedriver_unittests', |
| 772 'type': 'executable', | 774 'type': 'executable', |
| 773 'dependencies': [ | 775 'dependencies': [ |
| 774 'chromedriver_lib', | 776 'chromedriver_lib', |
| 775 '../base/base.gyp:base', | 777 '../base/base.gyp:base', |
| 776 '../base/base.gyp:run_all_unittests', | 778 '../base/base.gyp:run_all_unittests', |
| 777 '../net/net.gyp:http_server', | 779 '../net/net.gyp:http_server', |
| 778 '../net/net.gyp:net', | 780 '../net/net.gyp:net', |
| 779 '../testing/gtest.gyp:gtest', | 781 '../testing/gtest.gyp:gtest', |
| 782 '../ui/events/events.gyp:events', |
| 780 '../ui/gfx/gfx.gyp:gfx', | 783 '../ui/gfx/gfx.gyp:gfx', |
| 781 '../ui/ui.gyp:ui', | 784 '../ui/ui.gyp:ui', |
| 782 ], | 785 ], |
| 783 'include_dirs': [ | 786 'include_dirs': [ |
| 784 '..,' | 787 '..,' |
| 785 ], | 788 ], |
| 786 'sources': [ | 789 'sources': [ |
| 787 '<@(chromedriver_unittest_sources)', | 790 '<@(chromedriver_unittest_sources)', |
| 788 ], | 791 ], |
| 789 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 792 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 790 'msvs_disabled_warnings': [ 4267, ], | 793 'msvs_disabled_warnings': [ 4267, ], |
| 791 }, | 794 }, |
| 792 # TODO(kkania): Remove when infra no longer references this. | 795 # TODO(kkania): Remove when infra no longer references this. |
| 793 { | 796 { |
| 794 'target_name': 'chromedriver2_unittests', | 797 'target_name': 'chromedriver2_unittests', |
| 795 'type': 'executable', | 798 'type': 'executable', |
| 796 'dependencies': [ | 799 'dependencies': [ |
| 797 'chromedriver_lib', | 800 'chromedriver_lib', |
| 798 '../base/base.gyp:base', | 801 '../base/base.gyp:base', |
| 799 '../base/base.gyp:run_all_unittests', | 802 '../base/base.gyp:run_all_unittests', |
| 800 '../net/net.gyp:http_server', | 803 '../net/net.gyp:http_server', |
| 801 '../net/net.gyp:net', | 804 '../net/net.gyp:net', |
| 802 '../testing/gtest.gyp:gtest', | 805 '../testing/gtest.gyp:gtest', |
| 806 '../ui/events/events.gyp:events', |
| 803 '../ui/gfx/gfx.gyp:gfx', | 807 '../ui/gfx/gfx.gyp:gfx', |
| 804 '../ui/ui.gyp:ui', | 808 '../ui/ui.gyp:ui', |
| 805 ], | 809 ], |
| 806 'include_dirs': [ | 810 'include_dirs': [ |
| 807 '..,' | 811 '..,' |
| 808 ], | 812 ], |
| 809 'sources': [ | 813 'sources': [ |
| 810 '<@(chromedriver_unittest_sources)', | 814 '<@(chromedriver_unittest_sources)', |
| 811 ], | 815 ], |
| 812 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 816 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| (...skipping 2349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3162 'utility', | 3166 'utility', |
| 3163 ], | 3167 ], |
| 3164 'sources': [ | 3168 'sources': [ |
| 3165 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3169 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3166 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3170 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3167 ], | 3171 ], |
| 3168 }] | 3172 }] |
| 3169 }], | 3173 }], |
| 3170 ], # 'conditions' | 3174 ], # 'conditions' |
| 3171 } | 3175 } |
| OLD | NEW |