Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'target_name': 'automation_client_lib', 520 'target_name': 'automation_client_lib',
521 'type': 'static_library', 521 'type': 'static_library',
522 'hard_dependency': 1, 522 'hard_dependency': 1,
523 'dependencies': [ 523 'dependencies': [
524 '../base/base.gyp:base', 524 '../base/base.gyp:base',
525 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 525 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
526 '../net/net.gyp:net', 526 '../net/net.gyp:net',
527 '../third_party/zlib/zlib.gyp:minizip', 527 '../third_party/zlib/zlib.gyp:minizip',
528 '../third_party/zlib/zlib.gyp:zlib', 528 '../third_party/zlib/zlib.gyp:zlib',
529 '../ui/gfx/gfx.gyp:gfx', 529 '../ui/gfx/gfx.gyp:gfx',
530 '../ui/gfx/gfx.gyp:gfx_geometry',
530 '../ui/ui.gyp:ui', 531 '../ui/ui.gyp:ui',
531 '../url/url.gyp:url_lib', 532 '../url/url.gyp:url_lib',
532 ], 533 ],
533 'include_dirs': [ 534 'include_dirs': [
534 '..', 535 '..',
535 '<(SHARED_INTERMEDIATE_DIR)', 536 '<(SHARED_INTERMEDIATE_DIR)',
536 ], 537 ],
537 'direct_dependent_settings': { 538 'direct_dependent_settings': {
538 'include_dirs': [ 539 'include_dirs': [
539 '<(SHARED_INTERMEDIATE_DIR)', 540 '<(SHARED_INTERMEDIATE_DIR)',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'hard_dependency': 1, 711 'hard_dependency': 1,
711 'dependencies': [ 712 'dependencies': [
712 'automation_client_lib', 713 'automation_client_lib',
713 '../base/base.gyp:base', 714 '../base/base.gyp:base',
714 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 715 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
715 '../crypto/crypto.gyp:crypto', 716 '../crypto/crypto.gyp:crypto',
716 '../net/net.gyp:http_server', 717 '../net/net.gyp:http_server',
717 '../net/net.gyp:net', 718 '../net/net.gyp:net',
718 '../ui/events/events.gyp:events_base', 719 '../ui/events/events.gyp:events_base',
719 '../ui/gfx/gfx.gyp:gfx', 720 '../ui/gfx/gfx.gyp:gfx',
721 '../ui/gfx/gfx.gyp:gfx_geometry',
720 '../ui/ui.gyp:ui', 722 '../ui/ui.gyp:ui',
721 ], 723 ],
722 'include_dirs': [ 724 'include_dirs': [
723 '..', 725 '..',
724 ], 726 ],
725 'sources': [ 727 'sources': [
726 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', 728 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
727 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', 729 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
728 '../third_party/webdriver/atoms.cc', 730 '../third_party/webdriver/atoms.cc',
729 '../third_party/webdriver/atoms.h', 731 '../third_party/webdriver/atoms.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'target_name': 'chromedriver_unittests', 813 'target_name': 'chromedriver_unittests',
812 'type': 'executable', 814 'type': 'executable',
813 'dependencies': [ 815 'dependencies': [
814 'chromedriver_lib', 816 'chromedriver_lib',
815 '../base/base.gyp:base', 817 '../base/base.gyp:base',
816 '../base/base.gyp:run_all_unittests', 818 '../base/base.gyp:run_all_unittests',
817 '../net/net.gyp:http_server', 819 '../net/net.gyp:http_server',
818 '../net/net.gyp:net', 820 '../net/net.gyp:net',
819 '../testing/gtest.gyp:gtest', 821 '../testing/gtest.gyp:gtest',
820 '../ui/gfx/gfx.gyp:gfx', 822 '../ui/gfx/gfx.gyp:gfx',
823 '../ui/gfx/gfx.gyp:gfx_geometry',
821 '../ui/ui.gyp:ui', 824 '../ui/ui.gyp:ui',
822 ], 825 ],
823 'include_dirs': [ 826 'include_dirs': [
824 '..,' 827 '..,'
825 ], 828 ],
826 'sources': [ 829 'sources': [
827 '<@(chromedriver_unittest_sources)', 830 '<@(chromedriver_unittest_sources)',
828 ], 831 ],
829 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 832 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
830 'msvs_disabled_warnings': [ 4267, ], 833 'msvs_disabled_warnings': [ 4267, ],
831 }, 834 },
832 # TODO(kkania): Remove when infra no longer references this. 835 # TODO(kkania): Remove when infra no longer references this.
833 { 836 {
834 'target_name': 'chromedriver2_unittests', 837 'target_name': 'chromedriver2_unittests',
835 'type': 'executable', 838 'type': 'executable',
836 'dependencies': [ 839 'dependencies': [
837 'chromedriver_lib', 840 'chromedriver_lib',
838 '../base/base.gyp:base', 841 '../base/base.gyp:base',
839 '../base/base.gyp:run_all_unittests', 842 '../base/base.gyp:run_all_unittests',
840 '../net/net.gyp:http_server', 843 '../net/net.gyp:http_server',
841 '../net/net.gyp:net', 844 '../net/net.gyp:net',
842 '../testing/gtest.gyp:gtest', 845 '../testing/gtest.gyp:gtest',
843 '../ui/gfx/gfx.gyp:gfx', 846 '../ui/gfx/gfx.gyp:gfx',
847 '../ui/gfx/gfx.gyp:gfx_geometry',
844 '../ui/ui.gyp:ui', 848 '../ui/ui.gyp:ui',
845 ], 849 ],
846 'include_dirs': [ 850 'include_dirs': [
847 '..,' 851 '..,'
848 ], 852 ],
849 'sources': [ 853 'sources': [
850 '<@(chromedriver_unittest_sources)', 854 '<@(chromedriver_unittest_sources)',
851 ], 855 ],
852 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 856 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
853 'msvs_disabled_warnings': [ 4267, ], 857 'msvs_disabled_warnings': [ 4267, ],
(...skipping 2233 matching lines...) Expand 10 before | Expand all | Expand 10 after
3087 'utility', 3091 'utility',
3088 ], 3092 ],
3089 'sources': [ 3093 'sources': [
3090 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3094 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3091 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3095 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3092 ], 3096 ],
3093 }] 3097 }]
3094 }], 3098 }],
3095 ], # 'conditions' 3099 ], # 'conditions'
3096 } 3100 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui_views.gyp ('k') | components/autofill.gypi » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698