OLD | NEW |
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 Loading... |
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 }], | 187 }], |
188 ], | 188 ], |
189 }, | 189 }, |
190 { | 190 { |
191 'target_name': 'test_support_ui', | 191 'target_name': 'test_support_ui', |
192 'type': '<(library)', | 192 'type': '<(library)', |
193 'dependencies': [ | 193 'dependencies': [ |
194 'test_support_common', | 194 'test_support_common', |
195 'chrome_resources', | 195 'chrome_resources', |
196 'chrome_strings', | 196 'chrome_strings', |
197 'policy', | |
198 'theme_resources', | 197 'theme_resources', |
199 '../skia/skia.gyp:skia', | 198 '../skia/skia.gyp:skia', |
200 '../testing/gtest.gyp:gtest', | 199 '../testing/gtest.gyp:gtest', |
201 ], | 200 ], |
202 'export_dependent_settings': [ | 201 'export_dependent_settings': [ |
203 'test_support_common', | 202 'test_support_common', |
204 ], | 203 ], |
205 'include_dirs': [ | 204 'include_dirs': [ |
206 '..', | 205 '..', |
207 ], | 206 ], |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 'browser/sync/js_test_util.h', | 251 'browser/sync/js_test_util.h', |
253 ], | 252 ], |
254 }, | 253 }, |
255 { | 254 { |
256 'target_name': 'test_support_unit', | 255 'target_name': 'test_support_unit', |
257 'type': '<(library)', | 256 'type': '<(library)', |
258 'dependencies': [ | 257 'dependencies': [ |
259 'test_support_common', | 258 'test_support_common', |
260 'chrome_resources', | 259 'chrome_resources', |
261 'chrome_strings', | 260 'chrome_strings', |
262 'policy', | |
263 '../skia/skia.gyp:skia', | 261 '../skia/skia.gyp:skia', |
264 '../testing/gtest.gyp:gtest', | 262 '../testing/gtest.gyp:gtest', |
265 ], | 263 ], |
266 'include_dirs': [ | 264 'include_dirs': [ |
267 '..', | 265 '..', |
268 ], | 266 ], |
269 'sources': [ | 267 'sources': [ |
270 'test/unit/run_all_unittests.cc', | 268 'test/unit/run_all_unittests.cc', |
271 ], | 269 ], |
272 'conditions': [ | 270 'conditions': [ |
273 ['OS=="linux"', { | 271 ['OS=="linux"', { |
274 'dependencies': [ | 272 'dependencies': [ |
275 # Needed for the following #include chain: | 273 # Needed for the following #include chain: |
276 # test/unit/run_all_unittests.cc | 274 # test/unit/run_all_unittests.cc |
277 # test/unit/chrome_test_suite.h | 275 # test/unit/chrome_test_suite.h |
278 # gtk/gtk.h | 276 # gtk/gtk.h |
279 '../build/linux/system.gyp:gtk', | 277 '../build/linux/system.gyp:gtk', |
280 ], | 278 ], |
281 }], | 279 }], |
282 ], | 280 ], |
283 }, | 281 }, |
284 { | 282 { |
285 'target_name': 'automated_ui_tests', | 283 'target_name': 'automated_ui_tests', |
286 'type': 'executable', | 284 'type': 'executable', |
287 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', | 285 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', |
288 'dependencies': [ | 286 'dependencies': [ |
289 'browser', | 287 'browser', |
290 'policy', | |
291 'renderer', | 288 'renderer', |
292 'test_support_common', | 289 'test_support_common', |
293 'test_support_ui', | 290 'test_support_ui', |
294 'theme_resources', | 291 'theme_resources', |
295 '../base/base.gyp:base', | 292 '../base/base.gyp:base', |
296 '../skia/skia.gyp:skia', | 293 '../skia/skia.gyp:skia', |
297 '../third_party/libxml/libxml.gyp:libxml', | 294 '../third_party/libxml/libxml.gyp:libxml', |
298 '../testing/gtest.gyp:gtest', | 295 '../testing/gtest.gyp:gtest', |
299 ], | 296 ], |
300 'include_dirs': [ | 297 'include_dirs': [ |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 { | 336 { |
340 'target_name': 'interactive_ui_tests', | 337 'target_name': 'interactive_ui_tests', |
341 'type': 'executable', | 338 'type': 'executable', |
342 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', | 339 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', |
343 'dependencies': [ | 340 'dependencies': [ |
344 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 341 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
345 'chrome', | 342 'chrome', |
346 'chrome_resources', | 343 'chrome_resources', |
347 'chrome_strings', | 344 'chrome_strings', |
348 'debugger', | 345 'debugger', |
349 'policy', | |
350 'syncapi', | 346 'syncapi', |
351 'test_support_common', | 347 'test_support_common', |
352 'test_support_ui', | 348 'test_support_ui', |
353 '../third_party/hunspell/hunspell.gyp:hunspell', | 349 '../third_party/hunspell/hunspell.gyp:hunspell', |
354 '../net/net.gyp:net_resources', | 350 '../net/net.gyp:net_resources', |
355 '../net/net.gyp:net_test_support', | 351 '../net/net.gyp:net_test_support', |
356 '../skia/skia.gyp:skia', | 352 '../skia/skia.gyp:skia', |
357 '../third_party/icu/icu.gyp:icui18n', | 353 '../third_party/icu/icu.gyp:icui18n', |
358 '../third_party/libpng/libpng.gyp:libpng', | 354 '../third_party/libpng/libpng.gyp:libpng', |
359 '../third_party/zlib/zlib.gyp:zlib', | 355 '../third_party/zlib/zlib.gyp:zlib', |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 { | 993 { |
998 'target_name': 'nacl_ui_tests', | 994 'target_name': 'nacl_ui_tests', |
999 'type': 'executable', | 995 'type': 'executable', |
1000 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E', | 996 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E', |
1001 'dependencies': [ | 997 'dependencies': [ |
1002 'chrome', | 998 'chrome', |
1003 'browser', | 999 'browser', |
1004 'common', | 1000 'common', |
1005 'chrome_resources', | 1001 'chrome_resources', |
1006 'chrome_strings', | 1002 'chrome_strings', |
1007 'policy', | |
1008 'test_support_ui', | 1003 'test_support_ui', |
1009 '../base/base.gyp:base', | 1004 '../base/base.gyp:base', |
1010 '../build/temp_gyp/googleurl.gyp:googleurl', | 1005 '../build/temp_gyp/googleurl.gyp:googleurl', |
1011 '../net/net.gyp:net', | 1006 '../net/net.gyp:net', |
1012 '../skia/skia.gyp:skia', | 1007 '../skia/skia.gyp:skia', |
1013 '../testing/gtest.gyp:gtest', | 1008 '../testing/gtest.gyp:gtest', |
1014 '../third_party/icu/icu.gyp:icui18n', | 1009 '../third_party/icu/icu.gyp:icui18n', |
1015 '../third_party/icu/icu.gyp:icuuc', | 1010 '../third_party/icu/icu.gyp:icuuc', |
1016 ], | 1011 ], |
1017 'include_dirs': [ | 1012 'include_dirs': [ |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1065 'type': 'executable', | 1060 'type': 'executable', |
1066 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', | 1061 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', |
1067 'dependencies': [ | 1062 'dependencies': [ |
1068 'browser', | 1063 'browser', |
1069 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 1064 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
1070 'chrome', | 1065 'chrome', |
1071 'chrome_gpu', | 1066 'chrome_gpu', |
1072 'chrome_resources', | 1067 'chrome_resources', |
1073 'chrome_strings', | 1068 'chrome_strings', |
1074 'common', | 1069 'common', |
1075 'policy', | |
1076 'profile_import', | 1070 'profile_import', |
1077 'renderer', | 1071 'renderer', |
1078 'service', | 1072 'service', |
1079 'test_support_common', | 1073 'test_support_common', |
1080 'test_support_sync', | 1074 'test_support_sync', |
1081 'test_support_unit', | 1075 'test_support_unit', |
1082 'utility', | 1076 'utility', |
1083 '../app/app.gyp:app_base', | 1077 '../app/app.gyp:app_base', |
1084 '../app/app.gyp:app_resources', | 1078 '../app/app.gyp:app_resources', |
1085 '../gpu/gpu.gyp:gpu_unittest_utils', | 1079 '../gpu/gpu.gyp:gpu_unittest_utils', |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1385 'browser/password_manager/password_manager_unittest.cc', | 1379 'browser/password_manager/password_manager_unittest.cc', |
1386 'browser/password_manager/password_store_default_unittest.cc', | 1380 'browser/password_manager/password_store_default_unittest.cc', |
1387 'browser/password_manager/password_store_mac_unittest.cc', | 1381 'browser/password_manager/password_store_mac_unittest.cc', |
1388 'browser/password_manager/password_store_win_unittest.cc', | 1382 'browser/password_manager/password_store_win_unittest.cc', |
1389 'browser/plugin_exceptions_table_model_unittest.cc', | 1383 'browser/plugin_exceptions_table_model_unittest.cc', |
1390 'browser/plugin_service_unittest.cc', | 1384 'browser/plugin_service_unittest.cc', |
1391 'browser/policy/asynchronous_policy_loader_unittest.cc', | 1385 'browser/policy/asynchronous_policy_loader_unittest.cc', |
1392 'browser/policy/asynchronous_policy_provider_unittest.cc', | 1386 'browser/policy/asynchronous_policy_provider_unittest.cc', |
1393 'browser/policy/asynchronous_policy_test_base.cc', | 1387 'browser/policy/asynchronous_policy_test_base.cc', |
1394 'browser/policy/asynchronous_policy_test_base.h', | 1388 'browser/policy/asynchronous_policy_test_base.h', |
| 1389 'browser/policy/cloud_policy_cache_unittest.cc', |
1395 'browser/policy/config_dir_policy_provider_unittest.cc', | 1390 'browser/policy/config_dir_policy_provider_unittest.cc', |
1396 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1391 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1397 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1392 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1398 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1393 'browser/policy/configuration_policy_provider_win_unittest.cc', |
1399 'browser/policy/device_token_fetcher_unittest.cc', | 1394 'browser/policy/device_token_fetcher_unittest.cc', |
1400 'browser/policy/file_based_policy_provider_unittest.cc', | 1395 'browser/policy/file_based_policy_provider_unittest.cc', |
1401 'browser/policy/device_management_backend_mock.cc', | 1396 'browser/policy/device_management_backend_mock.cc', |
1402 'browser/policy/device_management_backend_mock.h', | 1397 'browser/policy/device_management_backend_mock.h', |
1403 'browser/policy/device_management_service_unittest.cc', | 1398 'browser/policy/device_management_service_unittest.cc', |
1404 'browser/policy/device_management_policy_cache_unittest.cc', | 1399 'browser/policy/device_management_policy_cache_unittest.cc', |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2064 # Executable that runs each browser test in a new process. | 2059 # Executable that runs each browser test in a new process. |
2065 'target_name': 'browser_tests', | 2060 'target_name': 'browser_tests', |
2066 'type': 'executable', | 2061 'type': 'executable', |
2067 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', | 2062 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', |
2068 'dependencies': [ | 2063 'dependencies': [ |
2069 'browser', | 2064 'browser', |
2070 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 2065 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
2071 'chrome', | 2066 'chrome', |
2072 'chrome_resources', | 2067 'chrome_resources', |
2073 'chrome_strings', | 2068 'chrome_strings', |
2074 'policy', | |
2075 'profile_import', | 2069 'profile_import', |
2076 'renderer', | 2070 'renderer', |
2077 'test_support_common', | 2071 'test_support_common', |
2078 '../app/app.gyp:app_base', | 2072 '../app/app.gyp:app_base', |
2079 '../base/base.gyp:base', | 2073 '../base/base.gyp:base', |
2080 '../base/base.gyp:base_i18n', | 2074 '../base/base.gyp:base_i18n', |
2081 '../base/base.gyp:test_support_base', | 2075 '../base/base.gyp:test_support_base', |
2082 '../net/net.gyp:net_test_support', | 2076 '../net/net.gyp:net_test_support', |
2083 '../skia/skia.gyp:skia', | 2077 '../skia/skia.gyp:skia', |
2084 '../testing/gmock.gyp:gmock', | 2078 '../testing/gmock.gyp:gmock', |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2446 }], | 2440 }], |
2447 ], # conditions | 2441 ], # conditions |
2448 }, # target browser_tests | 2442 }, # target browser_tests |
2449 { | 2443 { |
2450 # Executable that runs safebrowsing test in a new process. | 2444 # Executable that runs safebrowsing test in a new process. |
2451 'target_name': 'safe_browsing_tests', | 2445 'target_name': 'safe_browsing_tests', |
2452 'type': 'executable', | 2446 'type': 'executable', |
2453 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', | 2447 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', |
2454 'dependencies': [ | 2448 'dependencies': [ |
2455 'chrome', | 2449 'chrome', |
2456 'policy', | |
2457 'test_support_common', | 2450 'test_support_common', |
2458 '../app/app.gyp:app_resources', | 2451 '../app/app.gyp:app_resources', |
2459 '../base/base.gyp:base', | 2452 '../base/base.gyp:base', |
2460 '../net/net.gyp:net_test_support', | 2453 '../net/net.gyp:net_test_support', |
2461 '../skia/skia.gyp:skia', | 2454 '../skia/skia.gyp:skia', |
2462 '../testing/gtest.gyp:gtest', | 2455 '../testing/gtest.gyp:gtest', |
2463 # This is the safebrowsing test server. | 2456 # This is the safebrowsing test server. |
2464 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 2457 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
2465 ], | 2458 ], |
2466 'include_dirs': [ | 2459 'include_dirs': [ |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2699 { | 2692 { |
2700 'target_name': 'tab_switching_test', | 2693 'target_name': 'tab_switching_test', |
2701 'type': 'executable', | 2694 'type': 'executable', |
2702 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', | 2695 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', |
2703 'run_as': { | 2696 'run_as': { |
2704 'action': ['$(TargetPath)', '--gtest_print_time'], | 2697 'action': ['$(TargetPath)', '--gtest_print_time'], |
2705 }, | 2698 }, |
2706 'dependencies': [ | 2699 'dependencies': [ |
2707 'chrome', | 2700 'chrome', |
2708 'debugger', | 2701 'debugger', |
2709 'policy', | |
2710 'test_support_common', | 2702 'test_support_common', |
2711 'test_support_ui', | 2703 'test_support_ui', |
2712 'theme_resources', | 2704 'theme_resources', |
2713 '../base/base.gyp:base', | 2705 '../base/base.gyp:base', |
2714 '../skia/skia.gyp:skia', | 2706 '../skia/skia.gyp:skia', |
2715 '../testing/gtest.gyp:gtest', | 2707 '../testing/gtest.gyp:gtest', |
2716 ], | 2708 ], |
2717 'include_dirs': [ | 2709 'include_dirs': [ |
2718 '..', | 2710 '..', |
2719 ], | 2711 ], |
(...skipping 14 matching lines...) Expand all Loading... |
2734 },], | 2726 },], |
2735 ], | 2727 ], |
2736 }, | 2728 }, |
2737 { | 2729 { |
2738 'target_name': 'memory_test', | 2730 'target_name': 'memory_test', |
2739 'type': 'executable', | 2731 'type': 'executable', |
2740 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', | 2732 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', |
2741 'dependencies': [ | 2733 'dependencies': [ |
2742 'chrome', | 2734 'chrome', |
2743 'debugger', | 2735 'debugger', |
2744 'policy', | |
2745 'test_support_common', | 2736 'test_support_common', |
2746 'test_support_ui', | 2737 'test_support_ui', |
2747 'theme_resources', | 2738 'theme_resources', |
2748 '../base/base.gyp:base', | 2739 '../base/base.gyp:base', |
2749 '../skia/skia.gyp:skia', | 2740 '../skia/skia.gyp:skia', |
2750 '../testing/gtest.gyp:gtest', | 2741 '../testing/gtest.gyp:gtest', |
2751 ], | 2742 ], |
2752 'include_dirs': [ | 2743 'include_dirs': [ |
2753 '..', | 2744 '..', |
2754 ], | 2745 ], |
2755 'sources': [ | 2746 'sources': [ |
2756 'test/memory_test/memory_test.cc', | 2747 'test/memory_test/memory_test.cc', |
2757 ], | 2748 ], |
2758 'conditions': [ | 2749 'conditions': [ |
2759 ['OS=="linux"', { | 2750 ['OS=="linux"', { |
2760 'dependencies': [ | 2751 'dependencies': [ |
2761 '../build/linux/system.gyp:gtk', | 2752 '../build/linux/system.gyp:gtk', |
2762 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2753 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2763 ], | 2754 ], |
2764 }], | 2755 }], |
2765 ], | 2756 ], |
2766 }, | 2757 }, |
2767 { | 2758 { |
2768 'target_name': 'url_fetch_test', | 2759 'target_name': 'url_fetch_test', |
2769 'type': 'executable', | 2760 'type': 'executable', |
2770 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', | 2761 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', |
2771 'dependencies': [ | 2762 'dependencies': [ |
2772 'chrome', | 2763 'chrome', |
2773 'debugger', | 2764 'debugger', |
2774 'policy', | |
2775 'test_support_common', | 2765 'test_support_common', |
2776 'test_support_ui', | 2766 'test_support_ui', |
2777 'theme_resources', | 2767 'theme_resources', |
2778 '../base/base.gyp:base', | 2768 '../base/base.gyp:base', |
2779 '../net/net.gyp:net', | 2769 '../net/net.gyp:net', |
2780 '../skia/skia.gyp:skia', | 2770 '../skia/skia.gyp:skia', |
2781 '../testing/gtest.gyp:gtest', | 2771 '../testing/gtest.gyp:gtest', |
2782 ], | 2772 ], |
2783 'include_dirs': [ | 2773 'include_dirs': [ |
2784 '..', | 2774 '..', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2950 }, | 2940 }, |
2951 { | 2941 { |
2952 'target_name': 'sync_integration_tests', | 2942 'target_name': 'sync_integration_tests', |
2953 'type': 'executable', | 2943 'type': 'executable', |
2954 'dependencies': [ | 2944 'dependencies': [ |
2955 'browser', | 2945 'browser', |
2956 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 2946 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
2957 'chrome', | 2947 'chrome', |
2958 'chrome_resources', | 2948 'chrome_resources', |
2959 'common', | 2949 'common', |
2960 'policy', | |
2961 'profile_import', | 2950 'profile_import', |
2962 'renderer', | 2951 'renderer', |
2963 'chrome_strings', | 2952 'chrome_strings', |
2964 'test_support_common', | 2953 'test_support_common', |
2965 '../net/net.gyp:net_test_support', | 2954 '../net/net.gyp:net_test_support', |
2966 '../printing/printing.gyp:printing', | 2955 '../printing/printing.gyp:printing', |
2967 '../skia/skia.gyp:skia', | 2956 '../skia/skia.gyp:skia', |
2968 '../testing/gmock.gyp:gmock', | 2957 '../testing/gmock.gyp:gmock', |
2969 '../testing/gtest.gyp:gtest', | 2958 '../testing/gtest.gyp:gtest', |
2970 '../third_party/icu/icu.gyp:icui18n', | 2959 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3110 { | 3099 { |
3111 # Executable that contains all the tests to be run on the GPU bots. | 3100 # Executable that contains all the tests to be run on the GPU bots. |
3112 'target_name': 'gpu_tests', | 3101 'target_name': 'gpu_tests', |
3113 'type': 'executable', | 3102 'type': 'executable', |
3114 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01', | 3103 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01', |
3115 'dependencies': [ | 3104 'dependencies': [ |
3116 'browser', | 3105 'browser', |
3117 'chrome', | 3106 'chrome', |
3118 'chrome_resources', | 3107 'chrome_resources', |
3119 'chrome_strings', | 3108 'chrome_strings', |
3120 'policy', | |
3121 'renderer', | 3109 'renderer', |
3122 'test_support_common', | 3110 'test_support_common', |
3123 '../app/app.gyp:app_base', | 3111 '../app/app.gyp:app_base', |
3124 '../base/base.gyp:base', | 3112 '../base/base.gyp:base', |
3125 '../base/base.gyp:test_support_base', | 3113 '../base/base.gyp:test_support_base', |
3126 '../net/net.gyp:net_test_support', | 3114 '../net/net.gyp:net_test_support', |
3127 '../skia/skia.gyp:skia', | 3115 '../skia/skia.gyp:skia', |
3128 '../testing/gtest.gyp:gtest', | 3116 '../testing/gtest.gyp:gtest', |
3129 '../third_party/icu/icu.gyp:icui18n', | 3117 '../third_party/icu/icu.gyp:icui18n', |
3130 '../third_party/icu/icu.gyp:icuuc', | 3118 '../third_party/icu/icu.gyp:icuuc', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3204 ], | 3192 ], |
3205 }, | 3193 }, |
3206 { | 3194 { |
3207 'target_name': 'plugin_tests', | 3195 'target_name': 'plugin_tests', |
3208 'type': 'executable', | 3196 'type': 'executable', |
3209 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', | 3197 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', |
3210 'dependencies': [ | 3198 'dependencies': [ |
3211 'chrome', | 3199 'chrome', |
3212 'chrome_resources', | 3200 'chrome_resources', |
3213 'chrome_strings', | 3201 'chrome_strings', |
3214 'policy', | |
3215 'test_support_common', | 3202 'test_support_common', |
3216 'test_support_ui', | 3203 'test_support_ui', |
3217 '../skia/skia.gyp:skia', | 3204 '../skia/skia.gyp:skia', |
3218 '../testing/gtest.gyp:gtest', | 3205 '../testing/gtest.gyp:gtest', |
3219 '../third_party/libxslt/libxslt.gyp:libxslt', | 3206 '../third_party/libxslt/libxslt.gyp:libxslt', |
3220 '../third_party/npapi/npapi.gyp:npapi', | 3207 '../third_party/npapi/npapi.gyp:npapi', |
3221 ], | 3208 ], |
3222 'include_dirs': [ | 3209 'include_dirs': [ |
3223 '..', | 3210 '..', |
3224 ], | 3211 ], |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3313 },], # OS!="mac" | 3300 },], # OS!="mac" |
3314 ['OS=="win"', { | 3301 ['OS=="win"', { |
3315 'targets': [ | 3302 'targets': [ |
3316 { | 3303 { |
3317 'target_name': 'generate_profile', | 3304 'target_name': 'generate_profile', |
3318 'type': 'executable', | 3305 'type': 'executable', |
3319 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', | 3306 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', |
3320 'dependencies': [ | 3307 'dependencies': [ |
3321 'test_support_common', | 3308 'test_support_common', |
3322 'browser', | 3309 'browser', |
3323 'policy', | |
3324 'renderer', | 3310 'renderer', |
3325 'syncapi', | 3311 'syncapi', |
3326 '../base/base.gyp:base', | 3312 '../base/base.gyp:base', |
3327 '../net/net.gyp:net_test_support', | 3313 '../net/net.gyp:net_test_support', |
3328 '../skia/skia.gyp:skia', | 3314 '../skia/skia.gyp:skia', |
3329 ], | 3315 ], |
3330 'include_dirs': [ | 3316 'include_dirs': [ |
3331 '..', | 3317 '..', |
3332 ], | 3318 ], |
3333 'sources': [ | 3319 'sources': [ |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3391 'test/nacl_security_tests/nacl_security_tests_win.cc', | 3377 'test/nacl_security_tests/nacl_security_tests_win.cc', |
3392 ], | 3378 ], |
3393 }, | 3379 }, |
3394 { | 3380 { |
3395 'target_name': 'selenium_tests', | 3381 'target_name': 'selenium_tests', |
3396 'type': 'executable', | 3382 'type': 'executable', |
3397 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', | 3383 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', |
3398 'dependencies': [ | 3384 'dependencies': [ |
3399 'chrome_resources', | 3385 'chrome_resources', |
3400 'chrome_strings', | 3386 'chrome_strings', |
3401 'policy', | |
3402 'test_support_common', | 3387 'test_support_common', |
3403 'test_support_ui', | 3388 'test_support_ui', |
3404 '../skia/skia.gyp:skia', | 3389 '../skia/skia.gyp:skia', |
3405 '../testing/gtest.gyp:gtest', | 3390 '../testing/gtest.gyp:gtest', |
3406 ], | 3391 ], |
3407 'include_dirs': [ | 3392 'include_dirs': [ |
3408 '..', | 3393 '..', |
3409 '<(DEPTH)/third_party/wtl/include', | 3394 '<(DEPTH)/third_party/wtl/include', |
3410 ], | 3395 ], |
3411 'sources': [ | 3396 'sources': [ |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3447 # for the chromium_builder_qa target. | 3432 # for the chromium_builder_qa target. |
3448 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { | 3433 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { |
3449 'targets': [ | 3434 'targets': [ |
3450 { | 3435 { |
3451 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 3436 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
3452 'target_name': 'pyautolib', | 3437 'target_name': 'pyautolib', |
3453 'type': 'shared_library', | 3438 'type': 'shared_library', |
3454 'product_prefix': '_', | 3439 'product_prefix': '_', |
3455 'dependencies': [ | 3440 'dependencies': [ |
3456 'chrome', | 3441 'chrome', |
3457 'policy', | |
3458 'debugger', | 3442 'debugger', |
3459 'syncapi', | 3443 'syncapi', |
3460 'test_support_common', | 3444 'test_support_common', |
3461 'chrome_resources', | 3445 'chrome_resources', |
3462 'chrome_strings', | 3446 'chrome_strings', |
3463 'theme_resources', | 3447 'theme_resources', |
3464 '../skia/skia.gyp:skia', | 3448 '../skia/skia.gyp:skia', |
3465 '../testing/gtest.gyp:gtest', | 3449 '../testing/gtest.gyp:gtest', |
3466 ], | 3450 ], |
3467 'export_dependent_settings': [ | 3451 'export_dependent_settings': [ |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3765 ] | 3749 ] |
3766 }], # 'coverage!=0' | 3750 }], # 'coverage!=0' |
3767 ], # 'conditions' | 3751 ], # 'conditions' |
3768 } | 3752 } |
3769 | 3753 |
3770 # Local Variables: | 3754 # Local Variables: |
3771 # tab-width:2 | 3755 # tab-width:2 |
3772 # indent-tabs-mode:nil | 3756 # indent-tabs-mode:nil |
3773 # End: | 3757 # End: |
3774 # vim: set expandtab tabstop=2 shiftwidth=2: | 3758 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |