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