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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6532019: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix one more leak Created 9 years, 10 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 11 matching lines...) Expand all
22 # production libraries but are used by more than one test executable. 22 # production libraries but are used by more than one test executable.
23 'target_name': 'test_support_common', 23 'target_name': 'test_support_common',
24 'type': '<(library)', 24 'type': '<(library)',
25 'dependencies': [ 25 'dependencies': [
26 'browser', 26 'browser',
27 'common', 27 'common',
28 'renderer', 28 'renderer',
29 'chrome_gpu', 29 'chrome_gpu',
30 'chrome_resources', 30 'chrome_resources',
31 'chrome_strings', 31 'chrome_strings',
32 'app/policy/cloud_policy_codegen.gyp:policy',
32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 33 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
33 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp',
34 'policy',
35 'theme_resources', 34 'theme_resources',
36 '../base/base.gyp:test_support_base', 35 '../base/base.gyp:test_support_base',
37 '../ipc/ipc.gyp:test_support_ipc', 36 '../ipc/ipc.gyp:test_support_ipc',
38 '../media/media.gyp:media_test_support', 37 '../media/media.gyp:media_test_support',
39 # 'test/test_url_request_context_getter.h' brings in this requirement. 38 # 'test/test_url_request_context_getter.h' brings in this requirement.
40 '../net/net.gyp:net_test_support', 39 '../net/net.gyp:net_test_support',
41 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
42 '../testing/gmock.gyp:gmock', 41 '../testing/gmock.gyp:gmock',
43 '../testing/gtest.gyp:gtest', 42 '../testing/gtest.gyp:gtest',
44 ], 43 ],
45 'export_dependent_settings': [ 44 'export_dependent_settings': [
46 'renderer', 45 'renderer',
46 'app/policy/cloud_policy_codegen.gyp:policy',
47 ], 47 ],
48 'include_dirs': [ 48 'include_dirs': [
49 '..', 49 '..',
50 ], 50 ],
51 'sources': [ 51 'sources': [
52 'app/breakpad_mac_stubs.mm', 52 'app/breakpad_mac_stubs.mm',
53 'browser/autofill/autofill_common_test.cc', 53 'browser/autofill/autofill_common_test.cc',
54 'browser/autofill/autofill_common_test.h', 54 'browser/autofill/autofill_common_test.h',
55 'browser/autofill/data_driven_test.cc', 55 'browser/autofill/data_driven_test.cc',
56 'browser/autofill/data_driven_test.h', 56 'browser/autofill/data_driven_test.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 }], 197 }],
198 ], 198 ],
199 }, 199 },
200 { 200 {
201 'target_name': 'test_support_ui', 201 'target_name': 'test_support_ui',
202 'type': '<(library)', 202 'type': '<(library)',
203 'dependencies': [ 203 'dependencies': [
204 'test_support_common', 204 'test_support_common',
205 'chrome_resources', 205 'chrome_resources',
206 'chrome_strings', 206 'chrome_strings',
207 'policy',
208 'theme_resources', 207 'theme_resources',
209 '../skia/skia.gyp:skia', 208 '../skia/skia.gyp:skia',
210 '../testing/gtest.gyp:gtest', 209 '../testing/gtest.gyp:gtest',
211 ], 210 ],
212 'export_dependent_settings': [ 211 'export_dependent_settings': [
213 'test_support_common', 212 'test_support_common',
214 ], 213 ],
215 'include_dirs': [ 214 'include_dirs': [
216 '..', 215 '..',
217 ], 216 ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'browser/sync/js_test_util.h', 261 'browser/sync/js_test_util.h',
263 ], 262 ],
264 }, 263 },
265 { 264 {
266 'target_name': 'test_support_unit', 265 'target_name': 'test_support_unit',
267 'type': '<(library)', 266 'type': '<(library)',
268 'dependencies': [ 267 'dependencies': [
269 'test_support_common', 268 'test_support_common',
270 'chrome_resources', 269 'chrome_resources',
271 'chrome_strings', 270 'chrome_strings',
272 'policy',
273 '../skia/skia.gyp:skia', 271 '../skia/skia.gyp:skia',
274 '../testing/gtest.gyp:gtest', 272 '../testing/gtest.gyp:gtest',
275 ], 273 ],
276 'include_dirs': [ 274 'include_dirs': [
277 '..', 275 '..',
278 ], 276 ],
279 'sources': [ 277 'sources': [
280 'test/unit/run_all_unittests.cc', 278 'test/unit/run_all_unittests.cc',
281 ], 279 ],
282 'conditions': [ 280 'conditions': [
283 ['OS=="linux"', { 281 ['OS=="linux"', {
284 'dependencies': [ 282 'dependencies': [
285 # Needed for the following #include chain: 283 # Needed for the following #include chain:
286 # test/unit/run_all_unittests.cc 284 # test/unit/run_all_unittests.cc
287 # test/unit/chrome_test_suite.h 285 # test/unit/chrome_test_suite.h
288 # gtk/gtk.h 286 # gtk/gtk.h
289 '../build/linux/system.gyp:gtk', 287 '../build/linux/system.gyp:gtk',
290 ], 288 ],
291 }], 289 }],
292 ], 290 ],
293 }, 291 },
294 { 292 {
295 'target_name': 'automated_ui_tests', 293 'target_name': 'automated_ui_tests',
296 'type': 'executable', 294 'type': 'executable',
297 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', 295 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B',
298 'dependencies': [ 296 'dependencies': [
299 'browser', 297 'browser',
300 'policy',
301 'renderer', 298 'renderer',
302 'test_support_common', 299 'test_support_common',
303 'test_support_ui', 300 'test_support_ui',
304 'theme_resources', 301 'theme_resources',
305 '../base/base.gyp:base', 302 '../base/base.gyp:base',
306 '../skia/skia.gyp:skia', 303 '../skia/skia.gyp:skia',
307 '../third_party/libxml/libxml.gyp:libxml', 304 '../third_party/libxml/libxml.gyp:libxml',
308 '../testing/gtest.gyp:gtest', 305 '../testing/gtest.gyp:gtest',
309 ], 306 ],
310 'include_dirs': [ 307 'include_dirs': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 { 346 {
350 'target_name': 'interactive_ui_tests', 347 'target_name': 'interactive_ui_tests',
351 'type': 'executable', 348 'type': 'executable',
352 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', 349 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0',
353 'dependencies': [ 350 'dependencies': [
354 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 351 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
355 'chrome', 352 'chrome',
356 'chrome_resources', 353 'chrome_resources',
357 'chrome_strings', 354 'chrome_strings',
358 'debugger', 355 'debugger',
359 'policy',
360 'syncapi', 356 'syncapi',
361 'test_support_common', 357 'test_support_common',
362 'test_support_ui', 358 'test_support_ui',
363 '../third_party/hunspell/hunspell.gyp:hunspell', 359 '../third_party/hunspell/hunspell.gyp:hunspell',
364 '../net/net.gyp:net_resources', 360 '../net/net.gyp:net_resources',
365 '../net/net.gyp:net_test_support', 361 '../net/net.gyp:net_test_support',
366 '../skia/skia.gyp:skia', 362 '../skia/skia.gyp:skia',
367 '../third_party/icu/icu.gyp:icui18n', 363 '../third_party/icu/icu.gyp:icui18n',
368 '../third_party/libpng/libpng.gyp:libpng', 364 '../third_party/libpng/libpng.gyp:libpng',
369 '../third_party/zlib/zlib.gyp:zlib', 365 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 { 1011 {
1016 'target_name': 'nacl_ui_tests', 1012 'target_name': 'nacl_ui_tests',
1017 'type': 'executable', 1013 'type': 'executable',
1018 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E', 1014 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E',
1019 'dependencies': [ 1015 'dependencies': [
1020 'chrome', 1016 'chrome',
1021 'browser', 1017 'browser',
1022 'common', 1018 'common',
1023 'chrome_resources', 1019 'chrome_resources',
1024 'chrome_strings', 1020 'chrome_strings',
1025 'policy',
1026 'test_support_ui', 1021 'test_support_ui',
1027 '../base/base.gyp:base', 1022 '../base/base.gyp:base',
1028 '../build/temp_gyp/googleurl.gyp:googleurl', 1023 '../build/temp_gyp/googleurl.gyp:googleurl',
1029 '../net/net.gyp:net', 1024 '../net/net.gyp:net',
1030 '../skia/skia.gyp:skia', 1025 '../skia/skia.gyp:skia',
1031 '../testing/gtest.gyp:gtest', 1026 '../testing/gtest.gyp:gtest',
1032 '../third_party/icu/icu.gyp:icui18n', 1027 '../third_party/icu/icu.gyp:icui18n',
1033 '../third_party/icu/icu.gyp:icuuc', 1028 '../third_party/icu/icu.gyp:icuuc',
1034 ], 1029 ],
1035 'include_dirs': [ 1030 'include_dirs': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 'type': 'executable', 1078 'type': 'executable',
1084 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', 1079 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC',
1085 'dependencies': [ 1080 'dependencies': [
1086 'browser', 1081 'browser',
1087 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 1082 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
1088 'chrome', 1083 'chrome',
1089 'chrome_gpu', 1084 'chrome_gpu',
1090 'chrome_resources', 1085 'chrome_resources',
1091 'chrome_strings', 1086 'chrome_strings',
1092 'common', 1087 'common',
1093 'policy',
1094 'profile_import', 1088 'profile_import',
1095 'renderer', 1089 'renderer',
1096 'service', 1090 'service',
1097 'test_support_common', 1091 'test_support_common',
1098 'test_support_sync', 1092 'test_support_sync',
1099 'test_support_unit', 1093 'test_support_unit',
1100 'utility', 1094 'utility',
1101 '../app/app.gyp:app_base', 1095 '../app/app.gyp:app_base',
1102 '../app/app.gyp:app_resources', 1096 '../app/app.gyp:app_resources',
1103 '../gpu/gpu.gyp:gpu_unittest_utils', 1097 '../gpu/gpu.gyp:gpu_unittest_utils',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 'browser/password_manager/password_manager_unittest.cc', 1395 'browser/password_manager/password_manager_unittest.cc',
1402 'browser/password_manager/password_store_default_unittest.cc', 1396 'browser/password_manager/password_store_default_unittest.cc',
1403 'browser/password_manager/password_store_mac_unittest.cc', 1397 'browser/password_manager/password_store_mac_unittest.cc',
1404 'browser/password_manager/password_store_win_unittest.cc', 1398 'browser/password_manager/password_store_win_unittest.cc',
1405 'browser/plugin_exceptions_table_model_unittest.cc', 1399 'browser/plugin_exceptions_table_model_unittest.cc',
1406 'browser/plugin_service_unittest.cc', 1400 'browser/plugin_service_unittest.cc',
1407 'browser/policy/asynchronous_policy_loader_unittest.cc', 1401 'browser/policy/asynchronous_policy_loader_unittest.cc',
1408 'browser/policy/asynchronous_policy_provider_unittest.cc', 1402 'browser/policy/asynchronous_policy_provider_unittest.cc',
1409 'browser/policy/asynchronous_policy_test_base.cc', 1403 'browser/policy/asynchronous_policy_test_base.cc',
1410 'browser/policy/asynchronous_policy_test_base.h', 1404 'browser/policy/asynchronous_policy_test_base.h',
1405 'browser/policy/cloud_policy_cache_unittest.cc',
1411 'browser/policy/config_dir_policy_provider_unittest.cc', 1406 'browser/policy/config_dir_policy_provider_unittest.cc',
1412 'browser/policy/configuration_policy_pref_store_unittest.cc', 1407 'browser/policy/configuration_policy_pref_store_unittest.cc',
1413 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1408 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1414 'browser/policy/configuration_policy_provider_win_unittest.cc', 1409 'browser/policy/configuration_policy_provider_win_unittest.cc',
1415 'browser/policy/device_token_fetcher_unittest.cc', 1410 'browser/policy/device_token_fetcher_unittest.cc',
1416 'browser/policy/file_based_policy_provider_unittest.cc', 1411 'browser/policy/file_based_policy_provider_unittest.cc',
1417 'browser/policy/device_management_backend_mock.cc', 1412 'browser/policy/device_management_backend_mock.cc',
1418 'browser/policy/device_management_backend_mock.h', 1413 'browser/policy/device_management_backend_mock.h',
1419 'browser/policy/device_management_service_unittest.cc', 1414 'browser/policy/device_management_service_unittest.cc',
1420 'browser/policy/device_management_policy_cache_unittest.cc',
1421 'browser/policy/device_management_policy_provider_unittest.cc', 1415 'browser/policy/device_management_policy_provider_unittest.cc',
1422 'browser/policy/managed_prefs_banner_base_unittest.cc', 1416 'browser/policy/managed_prefs_banner_base_unittest.cc',
1423 'browser/policy/mock_configuration_policy_provider.cc', 1417 'browser/policy/mock_configuration_policy_provider.cc',
1424 'browser/policy/mock_configuration_policy_provider.h', 1418 'browser/policy/mock_configuration_policy_provider.h',
1425 'browser/policy/mock_configuration_policy_store.cc', 1419 'browser/policy/mock_configuration_policy_store.cc',
1426 'browser/policy/mock_configuration_policy_store.h', 1420 'browser/policy/mock_configuration_policy_store.h',
1427 'browser/policy/mock_device_management_backend.cc', 1421 'browser/policy/mock_device_management_backend.cc',
1428 'browser/policy/mock_device_management_backend.h', 1422 'browser/policy/mock_device_management_backend.h',
1423 'browser/policy/policy_map_unittest.cc',
1429 'browser/preferences_mock_mac.cc', 1424 'browser/preferences_mock_mac.cc',
1430 'browser/preferences_mock_mac.h', 1425 'browser/preferences_mock_mac.h',
1431 'browser/prefs/command_line_pref_store_unittest.cc', 1426 'browser/prefs/command_line_pref_store_unittest.cc',
1432 'browser/prefs/overlay_persistent_pref_store_unittest.cc', 1427 'browser/prefs/overlay_persistent_pref_store_unittest.cc',
1433 'browser/prefs/pref_change_registrar_unittest.cc', 1428 'browser/prefs/pref_change_registrar_unittest.cc',
1434 'browser/prefs/pref_member_unittest.cc', 1429 'browser/prefs/pref_member_unittest.cc',
1435 'browser/prefs/pref_notifier_impl_unittest.cc', 1430 'browser/prefs/pref_notifier_impl_unittest.cc',
1436 'browser/prefs/pref_service_unittest.cc', 1431 'browser/prefs/pref_service_unittest.cc',
1437 'browser/prefs/pref_set_observer_unittest.cc', 1432 'browser/prefs/pref_set_observer_unittest.cc',
1438 'browser/prefs/pref_value_map_unittest.cc', 1433 'browser/prefs/pref_value_map_unittest.cc',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
2084 # Executable that runs each browser test in a new process. 2079 # Executable that runs each browser test in a new process.
2085 'target_name': 'browser_tests', 2080 'target_name': 'browser_tests',
2086 'type': 'executable', 2081 'type': 'executable',
2087 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', 2082 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
2088 'dependencies': [ 2083 'dependencies': [
2089 'browser', 2084 'browser',
2090 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2085 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2091 'chrome', 2086 'chrome',
2092 'chrome_resources', 2087 'chrome_resources',
2093 'chrome_strings', 2088 'chrome_strings',
2094 'policy',
2095 'profile_import', 2089 'profile_import',
2096 'renderer', 2090 'renderer',
2097 'test_support_common', 2091 'test_support_common',
2098 '../app/app.gyp:app_base', 2092 '../app/app.gyp:app_base',
2099 '../base/base.gyp:base', 2093 '../base/base.gyp:base',
2100 '../base/base.gyp:base_i18n', 2094 '../base/base.gyp:base_i18n',
2101 '../base/base.gyp:test_support_base', 2095 '../base/base.gyp:test_support_base',
2102 '../net/net.gyp:net_test_support', 2096 '../net/net.gyp:net_test_support',
2103 '../skia/skia.gyp:skia', 2097 '../skia/skia.gyp:skia',
2104 '../testing/gmock.gyp:gmock', 2098 '../testing/gmock.gyp:gmock',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
2465 }], 2459 }],
2466 ], # conditions 2460 ], # conditions
2467 }, # target browser_tests 2461 }, # target browser_tests
2468 { 2462 {
2469 # Executable that runs safebrowsing test in a new process. 2463 # Executable that runs safebrowsing test in a new process.
2470 'target_name': 'safe_browsing_tests', 2464 'target_name': 'safe_browsing_tests',
2471 'type': 'executable', 2465 'type': 'executable',
2472 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', 2466 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
2473 'dependencies': [ 2467 'dependencies': [
2474 'chrome', 2468 'chrome',
2475 'policy',
2476 'test_support_common', 2469 'test_support_common',
2477 '../app/app.gyp:app_resources', 2470 '../app/app.gyp:app_resources',
2478 '../base/base.gyp:base', 2471 '../base/base.gyp:base',
2479 '../net/net.gyp:net_test_support', 2472 '../net/net.gyp:net_test_support',
2480 '../skia/skia.gyp:skia', 2473 '../skia/skia.gyp:skia',
2481 '../testing/gtest.gyp:gtest', 2474 '../testing/gtest.gyp:gtest',
2482 # This is the safebrowsing test server. 2475 # This is the safebrowsing test server.
2483 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 2476 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
2484 ], 2477 ],
2485 'include_dirs': [ 2478 'include_dirs': [
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
2718 { 2711 {
2719 'target_name': 'tab_switching_test', 2712 'target_name': 'tab_switching_test',
2720 'type': 'executable', 2713 'type': 'executable',
2721 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', 2714 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
2722 'run_as': { 2715 'run_as': {
2723 'action': ['$(TargetPath)', '--gtest_print_time'], 2716 'action': ['$(TargetPath)', '--gtest_print_time'],
2724 }, 2717 },
2725 'dependencies': [ 2718 'dependencies': [
2726 'chrome', 2719 'chrome',
2727 'debugger', 2720 'debugger',
2728 'policy',
2729 'test_support_common', 2721 'test_support_common',
2730 'test_support_ui', 2722 'test_support_ui',
2731 'theme_resources', 2723 'theme_resources',
2732 '../base/base.gyp:base', 2724 '../base/base.gyp:base',
2733 '../skia/skia.gyp:skia', 2725 '../skia/skia.gyp:skia',
2734 '../testing/gtest.gyp:gtest', 2726 '../testing/gtest.gyp:gtest',
2735 ], 2727 ],
2736 'include_dirs': [ 2728 'include_dirs': [
2737 '..', 2729 '..',
2738 ], 2730 ],
(...skipping 14 matching lines...) Expand all
2753 },], 2745 },],
2754 ], 2746 ],
2755 }, 2747 },
2756 { 2748 {
2757 'target_name': 'memory_test', 2749 'target_name': 'memory_test',
2758 'type': 'executable', 2750 'type': 'executable',
2759 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', 2751 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
2760 'dependencies': [ 2752 'dependencies': [
2761 'chrome', 2753 'chrome',
2762 'debugger', 2754 'debugger',
2763 'policy',
2764 'test_support_common', 2755 'test_support_common',
2765 'test_support_ui', 2756 'test_support_ui',
2766 'theme_resources', 2757 'theme_resources',
2767 '../base/base.gyp:base', 2758 '../base/base.gyp:base',
2768 '../skia/skia.gyp:skia', 2759 '../skia/skia.gyp:skia',
2769 '../testing/gtest.gyp:gtest', 2760 '../testing/gtest.gyp:gtest',
2770 ], 2761 ],
2771 'include_dirs': [ 2762 'include_dirs': [
2772 '..', 2763 '..',
2773 ], 2764 ],
2774 'sources': [ 2765 'sources': [
2775 'test/memory_test/memory_test.cc', 2766 'test/memory_test/memory_test.cc',
2776 ], 2767 ],
2777 'conditions': [ 2768 'conditions': [
2778 ['OS=="linux"', { 2769 ['OS=="linux"', {
2779 'dependencies': [ 2770 'dependencies': [
2780 '../build/linux/system.gyp:gtk', 2771 '../build/linux/system.gyp:gtk',
2781 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2772 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2782 ], 2773 ],
2783 }], 2774 }],
2784 ], 2775 ],
2785 }, 2776 },
2786 { 2777 {
2787 'target_name': 'url_fetch_test', 2778 'target_name': 'url_fetch_test',
2788 'type': 'executable', 2779 'type': 'executable',
2789 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', 2780 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929',
2790 'dependencies': [ 2781 'dependencies': [
2791 'chrome', 2782 'chrome',
2792 'debugger', 2783 'debugger',
2793 'policy',
2794 'test_support_common', 2784 'test_support_common',
2795 'test_support_ui', 2785 'test_support_ui',
2796 'theme_resources', 2786 'theme_resources',
2797 '../base/base.gyp:base', 2787 '../base/base.gyp:base',
2798 '../net/net.gyp:net', 2788 '../net/net.gyp:net',
2799 '../skia/skia.gyp:skia', 2789 '../skia/skia.gyp:skia',
2800 '../testing/gtest.gyp:gtest', 2790 '../testing/gtest.gyp:gtest',
2801 ], 2791 ],
2802 'include_dirs': [ 2792 'include_dirs': [
2803 '..', 2793 '..',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
2968 }, 2958 },
2969 { 2959 {
2970 'target_name': 'sync_integration_tests', 2960 'target_name': 'sync_integration_tests',
2971 'type': 'executable', 2961 'type': 'executable',
2972 'dependencies': [ 2962 'dependencies': [
2973 'browser', 2963 'browser',
2974 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2964 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2975 'chrome', 2965 'chrome',
2976 'chrome_resources', 2966 'chrome_resources',
2977 'common', 2967 'common',
2978 'policy',
2979 'profile_import', 2968 'profile_import',
2980 'renderer', 2969 'renderer',
2981 'chrome_strings', 2970 'chrome_strings',
2982 'test_support_common', 2971 'test_support_common',
2983 '../net/net.gyp:net_test_support', 2972 '../net/net.gyp:net_test_support',
2984 '../printing/printing.gyp:printing', 2973 '../printing/printing.gyp:printing',
2985 '../skia/skia.gyp:skia', 2974 '../skia/skia.gyp:skia',
2986 '../testing/gmock.gyp:gmock', 2975 '../testing/gmock.gyp:gmock',
2987 '../testing/gtest.gyp:gtest', 2976 '../testing/gtest.gyp:gtest',
2988 '../third_party/icu/icu.gyp:icui18n', 2977 '../third_party/icu/icu.gyp:icui18n',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
3127 { 3116 {
3128 # Executable that contains all the tests to be run on the GPU bots. 3117 # Executable that contains all the tests to be run on the GPU bots.
3129 'target_name': 'gpu_tests', 3118 'target_name': 'gpu_tests',
3130 'type': 'executable', 3119 'type': 'executable',
3131 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01', 3120 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01',
3132 'dependencies': [ 3121 'dependencies': [
3133 'browser', 3122 'browser',
3134 'chrome', 3123 'chrome',
3135 'chrome_resources', 3124 'chrome_resources',
3136 'chrome_strings', 3125 'chrome_strings',
3137 'policy',
3138 'renderer', 3126 'renderer',
3139 'test_support_common', 3127 'test_support_common',
3140 '../app/app.gyp:app_base', 3128 '../app/app.gyp:app_base',
3141 '../base/base.gyp:base', 3129 '../base/base.gyp:base',
3142 '../base/base.gyp:test_support_base', 3130 '../base/base.gyp:test_support_base',
3143 '../net/net.gyp:net_test_support', 3131 '../net/net.gyp:net_test_support',
3144 '../skia/skia.gyp:skia', 3132 '../skia/skia.gyp:skia',
3145 '../testing/gtest.gyp:gtest', 3133 '../testing/gtest.gyp:gtest',
3146 '../third_party/icu/icu.gyp:icui18n', 3134 '../third_party/icu/icu.gyp:icui18n',
3147 '../third_party/icu/icu.gyp:icuuc', 3135 '../third_party/icu/icu.gyp:icuuc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3221 ], 3209 ],
3222 }, 3210 },
3223 { 3211 {
3224 'target_name': 'plugin_tests', 3212 'target_name': 'plugin_tests',
3225 'type': 'executable', 3213 'type': 'executable',
3226 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', 3214 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9',
3227 'dependencies': [ 3215 'dependencies': [
3228 'chrome', 3216 'chrome',
3229 'chrome_resources', 3217 'chrome_resources',
3230 'chrome_strings', 3218 'chrome_strings',
3231 'policy',
3232 'test_support_common', 3219 'test_support_common',
3233 'test_support_ui', 3220 'test_support_ui',
3234 '../skia/skia.gyp:skia', 3221 '../skia/skia.gyp:skia',
3235 '../testing/gtest.gyp:gtest', 3222 '../testing/gtest.gyp:gtest',
3236 '../third_party/libxslt/libxslt.gyp:libxslt', 3223 '../third_party/libxslt/libxslt.gyp:libxslt',
3237 '../third_party/npapi/npapi.gyp:npapi', 3224 '../third_party/npapi/npapi.gyp:npapi',
3238 ], 3225 ],
3239 'include_dirs': [ 3226 'include_dirs': [
3240 '..', 3227 '..',
3241 ], 3228 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
3330 },], # OS!="mac" 3317 },], # OS!="mac"
3331 ['OS=="win"', { 3318 ['OS=="win"', {
3332 'targets': [ 3319 'targets': [
3333 { 3320 {
3334 'target_name': 'generate_profile', 3321 'target_name': 'generate_profile',
3335 'type': 'executable', 3322 'type': 'executable',
3336 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', 3323 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357',
3337 'dependencies': [ 3324 'dependencies': [
3338 'test_support_common', 3325 'test_support_common',
3339 'browser', 3326 'browser',
3340 'policy',
3341 'renderer', 3327 'renderer',
3342 'syncapi', 3328 'syncapi',
3343 '../base/base.gyp:base', 3329 '../base/base.gyp:base',
3344 '../net/net.gyp:net_test_support', 3330 '../net/net.gyp:net_test_support',
3345 '../skia/skia.gyp:skia', 3331 '../skia/skia.gyp:skia',
3346 ], 3332 ],
3347 'include_dirs': [ 3333 'include_dirs': [
3348 '..', 3334 '..',
3349 ], 3335 ],
3350 'sources': [ 3336 'sources': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3408 'test/nacl_security_tests/nacl_security_tests_win.cc', 3394 'test/nacl_security_tests/nacl_security_tests_win.cc',
3409 ], 3395 ],
3410 }, 3396 },
3411 { 3397 {
3412 'target_name': 'selenium_tests', 3398 'target_name': 'selenium_tests',
3413 'type': 'executable', 3399 'type': 'executable',
3414 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', 3400 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5',
3415 'dependencies': [ 3401 'dependencies': [
3416 'chrome_resources', 3402 'chrome_resources',
3417 'chrome_strings', 3403 'chrome_strings',
3418 'policy',
3419 'test_support_common', 3404 'test_support_common',
3420 'test_support_ui', 3405 'test_support_ui',
3421 '../skia/skia.gyp:skia', 3406 '../skia/skia.gyp:skia',
3422 '../testing/gtest.gyp:gtest', 3407 '../testing/gtest.gyp:gtest',
3423 ], 3408 ],
3424 'include_dirs': [ 3409 'include_dirs': [
3425 '..', 3410 '..',
3426 '<(DEPTH)/third_party/wtl/include', 3411 '<(DEPTH)/third_party/wtl/include',
3427 ], 3412 ],
3428 'sources': [ 3413 'sources': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
3464 # for the chromium_builder_qa target. 3449 # for the chromium_builder_qa target.
3465 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { 3450 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', {
3466 'targets': [ 3451 'targets': [
3467 { 3452 {
3468 # Documentation: http://dev.chromium.org/developers/testing/pyauto 3453 # Documentation: http://dev.chromium.org/developers/testing/pyauto
3469 'target_name': 'pyautolib', 3454 'target_name': 'pyautolib',
3470 'type': 'shared_library', 3455 'type': 'shared_library',
3471 'product_prefix': '_', 3456 'product_prefix': '_',
3472 'dependencies': [ 3457 'dependencies': [
3473 'chrome', 3458 'chrome',
3474 'policy',
3475 'debugger', 3459 'debugger',
3476 'syncapi', 3460 'syncapi',
3477 'test_support_common', 3461 'test_support_common',
3478 'chrome_resources', 3462 'chrome_resources',
3479 'chrome_strings', 3463 'chrome_strings',
3480 'theme_resources', 3464 'theme_resources',
3481 '../skia/skia.gyp:skia', 3465 '../skia/skia.gyp:skia',
3482 '../testing/gtest.gyp:gtest', 3466 '../testing/gtest.gyp:gtest',
3483 ], 3467 ],
3484 'export_dependent_settings': [ 3468 'export_dependent_settings': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
3782 ] 3766 ]
3783 }], # 'coverage!=0' 3767 }], # 'coverage!=0'
3784 ], # 'conditions' 3768 ], # 'conditions'
3785 } 3769 }
3786 3770
3787 # Local Variables: 3771 # Local Variables:
3788 # tab-width:2 3772 # tab-width:2
3789 # indent-tabs-mode:nil 3773 # indent-tabs-mode:nil
3790 # End: 3774 # End:
3791 # vim: set expandtab tabstop=2 shiftwidth=2: 3775 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698