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

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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'target_name': 'automation_client_lib', 506 'target_name': 'automation_client_lib',
507 'type': 'static_library', 507 'type': 'static_library',
508 'hard_dependency': 1, 508 'hard_dependency': 1,
509 'dependencies': [ 509 'dependencies': [
510 '../base/base.gyp:base', 510 '../base/base.gyp:base',
511 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 511 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
512 '../net/net.gyp:net', 512 '../net/net.gyp:net',
513 '../third_party/zlib/zlib.gyp:minizip', 513 '../third_party/zlib/zlib.gyp:minizip',
514 '../third_party/zlib/zlib.gyp:zlib', 514 '../third_party/zlib/zlib.gyp:zlib',
515 '../ui/gfx/gfx.gyp:gfx', 515 '../ui/gfx/gfx.gyp:gfx',
516 '../ui/gfx/gfx.gyp:gfx_geometry',
516 '../ui/ui.gyp:ui', 517 '../ui/ui.gyp:ui',
517 '../url/url.gyp:url_lib', 518 '../url/url.gyp:url_lib',
518 ], 519 ],
519 'include_dirs': [ 520 'include_dirs': [
520 '..', 521 '..',
521 '<(SHARED_INTERMEDIATE_DIR)', 522 '<(SHARED_INTERMEDIATE_DIR)',
522 ], 523 ],
523 'direct_dependent_settings': { 524 'direct_dependent_settings': {
524 'include_dirs': [ 525 'include_dirs': [
525 '<(SHARED_INTERMEDIATE_DIR)', 526 '<(SHARED_INTERMEDIATE_DIR)',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'hard_dependency': 1, 697 'hard_dependency': 1,
697 'dependencies': [ 698 'dependencies': [
698 'automation_client_lib', 699 'automation_client_lib',
699 '../base/base.gyp:base', 700 '../base/base.gyp:base',
700 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 701 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
701 '../crypto/crypto.gyp:crypto', 702 '../crypto/crypto.gyp:crypto',
702 '../net/net.gyp:http_server', 703 '../net/net.gyp:http_server',
703 '../net/net.gyp:net', 704 '../net/net.gyp:net',
704 '../ui/events/events.gyp:events_base', 705 '../ui/events/events.gyp:events_base',
705 '../ui/gfx/gfx.gyp:gfx', 706 '../ui/gfx/gfx.gyp:gfx',
707 '../ui/gfx/gfx.gyp:gfx_geometry',
706 '../ui/ui.gyp:ui', 708 '../ui/ui.gyp:ui',
707 ], 709 ],
708 'include_dirs': [ 710 'include_dirs': [
709 '..', 711 '..',
710 ], 712 ],
711 'sources': [ 713 'sources': [
712 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', 714 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
713 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', 715 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
714 '../third_party/webdriver/atoms.cc', 716 '../third_party/webdriver/atoms.cc',
715 '../third_party/webdriver/atoms.h', 717 '../third_party/webdriver/atoms.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 'target_name': 'chromedriver_unittests', 799 'target_name': 'chromedriver_unittests',
798 'type': 'executable', 800 'type': 'executable',
799 'dependencies': [ 801 'dependencies': [
800 'chromedriver_lib', 802 'chromedriver_lib',
801 '../base/base.gyp:base', 803 '../base/base.gyp:base',
802 '../base/base.gyp:run_all_unittests', 804 '../base/base.gyp:run_all_unittests',
803 '../net/net.gyp:http_server', 805 '../net/net.gyp:http_server',
804 '../net/net.gyp:net', 806 '../net/net.gyp:net',
805 '../testing/gtest.gyp:gtest', 807 '../testing/gtest.gyp:gtest',
806 '../ui/gfx/gfx.gyp:gfx', 808 '../ui/gfx/gfx.gyp:gfx',
809 '../ui/gfx/gfx.gyp:gfx_geometry',
807 '../ui/ui.gyp:ui', 810 '../ui/ui.gyp:ui',
808 ], 811 ],
809 'include_dirs': [ 812 'include_dirs': [
810 '..,' 813 '..,'
811 ], 814 ],
812 'sources': [ 815 'sources': [
813 '<@(chromedriver_unittest_sources)', 816 '<@(chromedriver_unittest_sources)',
814 ], 817 ],
815 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 818 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
816 'msvs_disabled_warnings': [ 4267, ], 819 'msvs_disabled_warnings': [ 4267, ],
817 }, 820 },
818 # TODO(kkania): Remove when infra no longer references this. 821 # TODO(kkania): Remove when infra no longer references this.
819 { 822 {
820 'target_name': 'chromedriver2_unittests', 823 'target_name': 'chromedriver2_unittests',
821 'type': 'executable', 824 'type': 'executable',
822 'dependencies': [ 825 'dependencies': [
823 'chromedriver_lib', 826 'chromedriver_lib',
824 '../base/base.gyp:base', 827 '../base/base.gyp:base',
825 '../base/base.gyp:run_all_unittests', 828 '../base/base.gyp:run_all_unittests',
826 '../net/net.gyp:http_server', 829 '../net/net.gyp:http_server',
827 '../net/net.gyp:net', 830 '../net/net.gyp:net',
828 '../testing/gtest.gyp:gtest', 831 '../testing/gtest.gyp:gtest',
829 '../ui/gfx/gfx.gyp:gfx', 832 '../ui/gfx/gfx.gyp:gfx',
833 '../ui/gfx/gfx.gyp:gfx_geometry',
830 '../ui/ui.gyp:ui', 834 '../ui/ui.gyp:ui',
831 ], 835 ],
832 'include_dirs': [ 836 'include_dirs': [
833 '..,' 837 '..,'
834 ], 838 ],
835 'sources': [ 839 'sources': [
836 '<@(chromedriver_unittest_sources)', 840 '<@(chromedriver_unittest_sources)',
837 ], 841 ],
838 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 842 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
839 'msvs_disabled_warnings': [ 4267, ], 843 'msvs_disabled_warnings': [ 4267, ],
(...skipping 2210 matching lines...) Expand 10 before | Expand all | Expand 10 after
3050 'utility', 3054 'utility',
3051 ], 3055 ],
3052 'sources': [ 3056 'sources': [
3053 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3057 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3054 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3058 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3055 ], 3059 ],
3056 }] 3060 }]
3057 }], 3061 }],
3058 ], # 'conditions' 3062 ], # 'conditions'
3059 } 3063 }
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