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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename api targets Created 6 years, 9 months 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 }, 81 },
82 { 82 {
83 'target_name': 'interactive_ui_tests', 83 'target_name': 'interactive_ui_tests',
84 'type': 'executable', 84 'type': 'executable',
85 'dependencies': [ 85 'dependencies': [
86 'browser', 86 'browser',
87 'chrome_resources.gyp:chrome_resources', 87 'chrome_resources.gyp:chrome_resources',
88 'chrome_resources.gyp:chrome_strings', 88 'chrome_resources.gyp:chrome_strings',
89 'chrome_resources.gyp:packed_extra_resources', 89 'chrome_resources.gyp:packed_extra_resources',
90 'chrome_resources.gyp:packed_resources', 90 'chrome_resources.gyp:packed_resources',
91 'common/extensions/api/api.gyp:api', 91 'common/extensions/api/api.gyp:chrome_api',
92 'debugger', 92 'debugger',
93 'renderer', 93 'renderer',
94 'test_support_common', 94 'test_support_common',
95 # NOTE: don't add test_support_ui, no more UITests. See 95 # NOTE: don't add test_support_ui, no more UITests. See
96 # http://crbug.com/137365 96 # http://crbug.com/137365
97 '../google_apis/google_apis.gyp:google_apis_test_support', 97 '../google_apis/google_apis.gyp:google_apis_test_support',
98 '../third_party/hunspell/hunspell.gyp:hunspell', 98 '../third_party/hunspell/hunspell.gyp:hunspell',
99 '../net/net.gyp:net', 99 '../net/net.gyp:net',
100 '../net/net.gyp:net_resources', 100 '../net/net.gyp:net_resources',
101 '../net/net.gyp:net_test_support', 101 '../net/net.gyp:net_test_support',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 { 871 {
872 # Executable that runs each browser test in a new process. 872 # Executable that runs each browser test in a new process.
873 'target_name': 'browser_tests', 873 'target_name': 'browser_tests',
874 'type': 'executable', 874 'type': 'executable',
875 'dependencies': [ 875 'dependencies': [
876 'browser', 876 'browser',
877 'chrome_resources.gyp:chrome_resources', 877 'chrome_resources.gyp:chrome_resources',
878 'chrome_resources.gyp:chrome_strings', 878 'chrome_resources.gyp:chrome_strings',
879 'chrome_resources.gyp:packed_extra_resources', 879 'chrome_resources.gyp:packed_extra_resources',
880 'chrome_resources.gyp:packed_resources', 880 'chrome_resources.gyp:packed_resources',
881 'common/extensions/api/api.gyp:api', 881 'common/extensions/api/api.gyp:chrome_api',
882 'renderer', 882 'renderer',
883 'test/perf/perf_test.gyp:*', 883 'test/perf/perf_test.gyp:*',
884 'test_support_common', 884 'test_support_common',
885 'test_support_sync_integration', 885 'test_support_sync_integration',
886 '../base/base.gyp:base', 886 '../base/base.gyp:base',
887 '../base/base.gyp:base_i18n', 887 '../base/base.gyp:base_i18n',
888 '../base/base.gyp:test_support_base', 888 '../base/base.gyp:test_support_base',
889 '../components/components.gyp:autofill_content_risk_proto', 889 '../components/components.gyp:autofill_content_risk_proto',
890 '../components/components.gyp:autofill_content_test_support', 890 '../components/components.gyp:autofill_content_test_support',
891 '../components/components.gyp:dom_distiller_test_support', 891 '../components/components.gyp:dom_distiller_test_support',
892 '../components/components.gyp:dom_distiller_content', 892 '../components/components.gyp:dom_distiller_content',
893 '../components/components.gyp:translate_core_common', 893 '../components/components.gyp:translate_core_common',
894 '../components/component_resources.gyp:component_resources', 894 '../components/component_resources.gyp:component_resources',
895 '../components/component_strings.gyp:component_strings', 895 '../components/component_strings.gyp:component_strings',
896 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 896 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
897 '../extensions/common/api/api.gyp:extensions_api',
897 '../google_apis/google_apis.gyp:google_apis_test_support', 898 '../google_apis/google_apis.gyp:google_apis_test_support',
898 '../media/cast/test/utility/utility.gyp:cast_test_utility', 899 '../media/cast/test/utility/utility.gyp:cast_test_utility',
899 '../net/net.gyp:net', 900 '../net/net.gyp:net',
900 '../net/net.gyp:net_test_support', 901 '../net/net.gyp:net_test_support',
901 '../skia/skia.gyp:skia', 902 '../skia/skia.gyp:skia',
902 '../sync/sync.gyp:sync', 903 '../sync/sync.gyp:sync',
903 '../sync/sync.gyp:test_support_sync_api', 904 '../sync/sync.gyp:test_support_sync_api',
904 '../testing/gmock.gyp:gmock', 905 '../testing/gmock.gyp:gmock',
905 '../testing/gtest.gyp:gtest', 906 '../testing/gtest.gyp:gtest',
906 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 907 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after
2423 }, 2424 },
2424 { 2425 {
2425 'target_name': 'sync_integration_tests', 2426 'target_name': 'sync_integration_tests',
2426 'type': 'executable', 2427 'type': 'executable',
2427 'dependencies': [ 2428 'dependencies': [
2428 'chrome_resources.gyp:chrome_resources', 2429 'chrome_resources.gyp:chrome_resources',
2429 'chrome_resources.gyp:chrome_strings', 2430 'chrome_resources.gyp:chrome_strings',
2430 'chrome_resources.gyp:packed_extra_resources', 2431 'chrome_resources.gyp:packed_extra_resources',
2431 'chrome_resources.gyp:packed_resources', 2432 'chrome_resources.gyp:packed_resources',
2432 'common', 2433 'common',
2433 'common/extensions/api/api.gyp:api', 2434 'common/extensions/api/api.gyp:chrome_api',
2434 'renderer', 2435 'renderer',
2435 'test_support_sync_integration', 2436 'test_support_sync_integration',
2436 '../sync/sync.gyp:sync', 2437 '../sync/sync.gyp:sync',
2437 '../testing/gmock.gyp:gmock', 2438 '../testing/gmock.gyp:gmock',
2438 '../testing/gtest.gyp:gtest', 2439 '../testing/gtest.gyp:gtest',
2439 '../third_party/icu/icu.gyp:icui18n', 2440 '../third_party/icu/icu.gyp:icui18n',
2440 '../third_party/icu/icu.gyp:icuuc', 2441 '../third_party/icu/icu.gyp:icuuc',
2441 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2442 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2442 '../third_party/npapi/npapi.gyp:npapi', 2443 '../third_party/npapi/npapi.gyp:npapi',
2443 '../third_party/WebKit/public/blink.gyp:blink', 2444 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
2576 'browser/sync/test/integration/single_client_app_list_sync_test.cc', 2577 'browser/sync/test/integration/single_client_app_list_sync_test.cc',
2577 'browser/sync/test/integration/two_client_app_list_sync_test.cc', 2578 'browser/sync/test/integration/two_client_app_list_sync_test.cc',
2578 ], 2579 ],
2579 }], 2580 }],
2580 ], 2581 ],
2581 }, 2582 },
2582 { 2583 {
2583 'target_name': 'sync_performance_tests', 2584 'target_name': 'sync_performance_tests',
2584 'type': 'executable', 2585 'type': 'executable',
2585 'dependencies': [ 2586 'dependencies': [
2586 'common/extensions/api/api.gyp:api', 2587 'common/extensions/api/api.gyp:chrome_api',
2587 'test/perf/perf_test.gyp:*', 2588 'test/perf/perf_test.gyp:*',
2588 'test_support_sync_integration', 2589 'test_support_sync_integration',
2589 '../sync/sync.gyp:sync', 2590 '../sync/sync.gyp:sync',
2590 '../testing/gmock.gyp:gmock', 2591 '../testing/gmock.gyp:gmock',
2591 '../testing/gtest.gyp:gtest', 2592 '../testing/gtest.gyp:gtest',
2592 ], 2593 ],
2593 'include_dirs': [ 2594 'include_dirs': [
2594 '..', 2595 '..',
2595 '<(INTERMEDIATE_DIR)', 2596 '<(INTERMEDIATE_DIR)',
2596 '<(protoc_out_dir)', 2597 '<(protoc_out_dir)',
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 'utility', 3221 'utility',
3221 ], 3222 ],
3222 'sources': [ 3223 'sources': [
3223 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3224 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3224 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3225 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3225 ], 3226 ],
3226 }] 3227 }]
3227 }], 3228 }],
3228 ], # 'conditions' 3229 ], # 'conditions'
3229 } 3230 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698