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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6523058: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/tools/build/generate_policy_source.py » ('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 (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',
1429 'browser/preferences_mock_mac.cc', 1423 'browser/preferences_mock_mac.cc',
1430 'browser/preferences_mock_mac.h', 1424 'browser/preferences_mock_mac.h',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
2084 # Executable that runs each browser test in a new process. 2078 # Executable that runs each browser test in a new process.
2085 'target_name': 'browser_tests', 2079 'target_name': 'browser_tests',
2086 'type': 'executable', 2080 'type': 'executable',
2087 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', 2081 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
2088 'dependencies': [ 2082 'dependencies': [
2089 'browser', 2083 'browser',
2090 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2084 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2091 'chrome', 2085 'chrome',
2092 'chrome_resources', 2086 'chrome_resources',
2093 'chrome_strings', 2087 'chrome_strings',
2094 'policy',
2095 'profile_import', 2088 'profile_import',
2096 'renderer', 2089 'renderer',
2097 'test_support_common', 2090 'test_support_common',
2098 '../app/app.gyp:app_base', 2091 '../app/app.gyp:app_base',
2099 '../base/base.gyp:base', 2092 '../base/base.gyp:base',
2100 '../base/base.gyp:base_i18n', 2093 '../base/base.gyp:base_i18n',
2101 '../base/base.gyp:test_support_base', 2094 '../base/base.gyp:test_support_base',
2102 '../net/net.gyp:net_test_support', 2095 '../net/net.gyp:net_test_support',
2103 '../skia/skia.gyp:skia', 2096 '../skia/skia.gyp:skia',
2104 '../testing/gmock.gyp:gmock', 2097 '../testing/gmock.gyp:gmock',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
2465 }], 2458 }],
2466 ], # conditions 2459 ], # conditions
2467 }, # target browser_tests 2460 }, # target browser_tests
2468 { 2461 {
2469 # Executable that runs safebrowsing test in a new process. 2462 # Executable that runs safebrowsing test in a new process.
2470 'target_name': 'safe_browsing_tests', 2463 'target_name': 'safe_browsing_tests',
2471 'type': 'executable', 2464 'type': 'executable',
2472 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', 2465 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
2473 'dependencies': [ 2466 'dependencies': [
2474 'chrome', 2467 'chrome',
2475 'policy',
2476 'test_support_common', 2468 'test_support_common',
2477 '../app/app.gyp:app_resources', 2469 '../app/app.gyp:app_resources',
2478 '../base/base.gyp:base', 2470 '../base/base.gyp:base',
2479 '../net/net.gyp:net_test_support', 2471 '../net/net.gyp:net_test_support',
2480 '../skia/skia.gyp:skia', 2472 '../skia/skia.gyp:skia',
2481 '../testing/gtest.gyp:gtest', 2473 '../testing/gtest.gyp:gtest',
2482 # This is the safebrowsing test server. 2474 # This is the safebrowsing test server.
2483 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 2475 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
2484 ], 2476 ],
2485 'include_dirs': [ 2477 'include_dirs': [
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
2718 { 2710 {
2719 'target_name': 'tab_switching_test', 2711 'target_name': 'tab_switching_test',
2720 'type': 'executable', 2712 'type': 'executable',
2721 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', 2713 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
2722 'run_as': { 2714 'run_as': {
2723 'action': ['$(TargetPath)', '--gtest_print_time'], 2715 'action': ['$(TargetPath)', '--gtest_print_time'],
2724 }, 2716 },
2725 'dependencies': [ 2717 'dependencies': [
2726 'chrome', 2718 'chrome',
2727 'debugger', 2719 'debugger',
2728 'policy',
2729 'test_support_common', 2720 'test_support_common',
2730 'test_support_ui', 2721 'test_support_ui',
2731 'theme_resources', 2722 'theme_resources',
2732 '../base/base.gyp:base', 2723 '../base/base.gyp:base',
2733 '../skia/skia.gyp:skia', 2724 '../skia/skia.gyp:skia',
2734 '../testing/gtest.gyp:gtest', 2725 '../testing/gtest.gyp:gtest',
2735 ], 2726 ],
2736 'include_dirs': [ 2727 'include_dirs': [
2737 '..', 2728 '..',
2738 ], 2729 ],
(...skipping 14 matching lines...) Expand all
2753 },], 2744 },],
2754 ], 2745 ],
2755 }, 2746 },
2756 { 2747 {
2757 'target_name': 'memory_test', 2748 'target_name': 'memory_test',
2758 'type': 'executable', 2749 'type': 'executable',
2759 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', 2750 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
2760 'dependencies': [ 2751 'dependencies': [
2761 'chrome', 2752 'chrome',
2762 'debugger', 2753 'debugger',
2763 'policy',
2764 'test_support_common', 2754 'test_support_common',
2765 'test_support_ui', 2755 'test_support_ui',
2766 'theme_resources', 2756 'theme_resources',
2767 '../base/base.gyp:base', 2757 '../base/base.gyp:base',
2768 '../skia/skia.gyp:skia', 2758 '../skia/skia.gyp:skia',
2769 '../testing/gtest.gyp:gtest', 2759 '../testing/gtest.gyp:gtest',
2770 ], 2760 ],
2771 'include_dirs': [ 2761 'include_dirs': [
2772 '..', 2762 '..',
2773 ], 2763 ],
2774 'sources': [ 2764 'sources': [
2775 'test/memory_test/memory_test.cc', 2765 'test/memory_test/memory_test.cc',
2776 ], 2766 ],
2777 'conditions': [ 2767 'conditions': [
2778 ['OS=="linux"', { 2768 ['OS=="linux"', {
2779 'dependencies': [ 2769 'dependencies': [
2780 '../build/linux/system.gyp:gtk', 2770 '../build/linux/system.gyp:gtk',
2781 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2771 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2782 ], 2772 ],
2783 }], 2773 }],
2784 ], 2774 ],
2785 }, 2775 },
2786 { 2776 {
2787 'target_name': 'url_fetch_test', 2777 'target_name': 'url_fetch_test',
2788 'type': 'executable', 2778 'type': 'executable',
2789 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', 2779 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929',
2790 'dependencies': [ 2780 'dependencies': [
2791 'chrome', 2781 'chrome',
2792 'debugger', 2782 'debugger',
2793 'policy',
2794 'test_support_common', 2783 'test_support_common',
2795 'test_support_ui', 2784 'test_support_ui',
2796 'theme_resources', 2785 'theme_resources',
2797 '../base/base.gyp:base', 2786 '../base/base.gyp:base',
2798 '../net/net.gyp:net', 2787 '../net/net.gyp:net',
2799 '../skia/skia.gyp:skia', 2788 '../skia/skia.gyp:skia',
2800 '../testing/gtest.gyp:gtest', 2789 '../testing/gtest.gyp:gtest',
2801 ], 2790 ],
2802 'include_dirs': [ 2791 'include_dirs': [
2803 '..', 2792 '..',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
2968 }, 2957 },
2969 { 2958 {
2970 'target_name': 'sync_integration_tests', 2959 'target_name': 'sync_integration_tests',
2971 'type': 'executable', 2960 'type': 'executable',
2972 'dependencies': [ 2961 'dependencies': [
2973 'browser', 2962 'browser',
2974 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2963 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2975 'chrome', 2964 'chrome',
2976 'chrome_resources', 2965 'chrome_resources',
2977 'common', 2966 'common',
2978 'policy',
2979 'profile_import', 2967 'profile_import',
2980 'renderer', 2968 'renderer',
2981 'chrome_strings', 2969 'chrome_strings',
2982 'test_support_common', 2970 'test_support_common',
2983 '../net/net.gyp:net_test_support', 2971 '../net/net.gyp:net_test_support',
2984 '../printing/printing.gyp:printing', 2972 '../printing/printing.gyp:printing',
2985 '../skia/skia.gyp:skia', 2973 '../skia/skia.gyp:skia',
2986 '../testing/gmock.gyp:gmock', 2974 '../testing/gmock.gyp:gmock',
2987 '../testing/gtest.gyp:gtest', 2975 '../testing/gtest.gyp:gtest',
2988 '../third_party/icu/icu.gyp:icui18n', 2976 '../third_party/icu/icu.gyp:icui18n',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
3127 { 3115 {
3128 # Executable that contains all the tests to be run on the GPU bots. 3116 # Executable that contains all the tests to be run on the GPU bots.
3129 'target_name': 'gpu_tests', 3117 'target_name': 'gpu_tests',
3130 'type': 'executable', 3118 'type': 'executable',
3131 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01', 3119 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01',
3132 'dependencies': [ 3120 'dependencies': [
3133 'browser', 3121 'browser',
3134 'chrome', 3122 'chrome',
3135 'chrome_resources', 3123 'chrome_resources',
3136 'chrome_strings', 3124 'chrome_strings',
3137 'policy',
3138 'renderer', 3125 'renderer',
3139 'test_support_common', 3126 'test_support_common',
3140 '../app/app.gyp:app_base', 3127 '../app/app.gyp:app_base',
3141 '../base/base.gyp:base', 3128 '../base/base.gyp:base',
3142 '../base/base.gyp:test_support_base', 3129 '../base/base.gyp:test_support_base',
3143 '../net/net.gyp:net_test_support', 3130 '../net/net.gyp:net_test_support',
3144 '../skia/skia.gyp:skia', 3131 '../skia/skia.gyp:skia',
3145 '../testing/gtest.gyp:gtest', 3132 '../testing/gtest.gyp:gtest',
3146 '../third_party/icu/icu.gyp:icui18n', 3133 '../third_party/icu/icu.gyp:icui18n',
3147 '../third_party/icu/icu.gyp:icuuc', 3134 '../third_party/icu/icu.gyp:icuuc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3221 ], 3208 ],
3222 }, 3209 },
3223 { 3210 {
3224 'target_name': 'plugin_tests', 3211 'target_name': 'plugin_tests',
3225 'type': 'executable', 3212 'type': 'executable',
3226 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', 3213 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9',
3227 'dependencies': [ 3214 'dependencies': [
3228 'chrome', 3215 'chrome',
3229 'chrome_resources', 3216 'chrome_resources',
3230 'chrome_strings', 3217 'chrome_strings',
3231 'policy',
3232 'test_support_common', 3218 'test_support_common',
3233 'test_support_ui', 3219 'test_support_ui',
3234 '../skia/skia.gyp:skia', 3220 '../skia/skia.gyp:skia',
3235 '../testing/gtest.gyp:gtest', 3221 '../testing/gtest.gyp:gtest',
3236 '../third_party/libxslt/libxslt.gyp:libxslt', 3222 '../third_party/libxslt/libxslt.gyp:libxslt',
3237 '../third_party/npapi/npapi.gyp:npapi', 3223 '../third_party/npapi/npapi.gyp:npapi',
3238 ], 3224 ],
3239 'include_dirs': [ 3225 'include_dirs': [
3240 '..', 3226 '..',
3241 ], 3227 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
3330 },], # OS!="mac" 3316 },], # OS!="mac"
3331 ['OS=="win"', { 3317 ['OS=="win"', {
3332 'targets': [ 3318 'targets': [
3333 { 3319 {
3334 'target_name': 'generate_profile', 3320 'target_name': 'generate_profile',
3335 'type': 'executable', 3321 'type': 'executable',
3336 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', 3322 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357',
3337 'dependencies': [ 3323 'dependencies': [
3338 'test_support_common', 3324 'test_support_common',
3339 'browser', 3325 'browser',
3340 'policy',
3341 'renderer', 3326 'renderer',
3342 'syncapi', 3327 'syncapi',
3343 '../base/base.gyp:base', 3328 '../base/base.gyp:base',
3344 '../net/net.gyp:net_test_support', 3329 '../net/net.gyp:net_test_support',
3345 '../skia/skia.gyp:skia', 3330 '../skia/skia.gyp:skia',
3346 ], 3331 ],
3347 'include_dirs': [ 3332 'include_dirs': [
3348 '..', 3333 '..',
3349 ], 3334 ],
3350 'sources': [ 3335 'sources': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3408 'test/nacl_security_tests/nacl_security_tests_win.cc', 3393 'test/nacl_security_tests/nacl_security_tests_win.cc',
3409 ], 3394 ],
3410 }, 3395 },
3411 { 3396 {
3412 'target_name': 'selenium_tests', 3397 'target_name': 'selenium_tests',
3413 'type': 'executable', 3398 'type': 'executable',
3414 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', 3399 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5',
3415 'dependencies': [ 3400 'dependencies': [
3416 'chrome_resources', 3401 'chrome_resources',
3417 'chrome_strings', 3402 'chrome_strings',
3418 'policy',
3419 'test_support_common', 3403 'test_support_common',
3420 'test_support_ui', 3404 'test_support_ui',
3421 '../skia/skia.gyp:skia', 3405 '../skia/skia.gyp:skia',
3422 '../testing/gtest.gyp:gtest', 3406 '../testing/gtest.gyp:gtest',
3423 ], 3407 ],
3424 'include_dirs': [ 3408 'include_dirs': [
3425 '..', 3409 '..',
3426 '<(DEPTH)/third_party/wtl/include', 3410 '<(DEPTH)/third_party/wtl/include',
3427 ], 3411 ],
3428 'sources': [ 3412 'sources': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
3464 # for the chromium_builder_qa target. 3448 # for the chromium_builder_qa target.
3465 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { 3449 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', {
3466 'targets': [ 3450 'targets': [
3467 { 3451 {
3468 # Documentation: http://dev.chromium.org/developers/testing/pyauto 3452 # Documentation: http://dev.chromium.org/developers/testing/pyauto
3469 'target_name': 'pyautolib', 3453 'target_name': 'pyautolib',
3470 'type': 'shared_library', 3454 'type': 'shared_library',
3471 'product_prefix': '_', 3455 'product_prefix': '_',
3472 'dependencies': [ 3456 'dependencies': [
3473 'chrome', 3457 'chrome',
3474 'policy',
3475 'debugger', 3458 'debugger',
3476 'syncapi', 3459 'syncapi',
3477 'test_support_common', 3460 'test_support_common',
3478 'chrome_resources', 3461 'chrome_resources',
3479 'chrome_strings', 3462 'chrome_strings',
3480 'theme_resources', 3463 'theme_resources',
3481 '../skia/skia.gyp:skia', 3464 '../skia/skia.gyp:skia',
3482 '../testing/gtest.gyp:gtest', 3465 '../testing/gtest.gyp:gtest',
3483 ], 3466 ],
3484 'export_dependent_settings': [ 3467 'export_dependent_settings': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
3782 ] 3765 ]
3783 }], # 'coverage!=0' 3766 }], # 'coverage!=0'
3784 ], # 'conditions' 3767 ], # 'conditions'
3785 } 3768 }
3786 3769
3787 # Local Variables: 3770 # Local Variables:
3788 # tab-width:2 3771 # tab-width:2
3789 # indent-tabs-mode:nil 3772 # indent-tabs-mode:nil
3790 # End: 3773 # End:
3791 # vim: set expandtab tabstop=2 shiftwidth=2: 3774 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/tools/build/generate_policy_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698