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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 }], 192 }],
193 ], 193 ],
194 }, 194 },
195 { 195 {
196 'target_name': 'test_support_ui', 196 'target_name': 'test_support_ui',
197 'type': '<(library)', 197 'type': '<(library)',
198 'dependencies': [ 198 'dependencies': [
199 'test_support_common', 199 'test_support_common',
200 'chrome_resources', 200 'chrome_resources',
201 'chrome_strings', 201 'chrome_strings',
202 'policy',
203 'theme_resources', 202 'theme_resources',
204 '../skia/skia.gyp:skia', 203 '../skia/skia.gyp:skia',
205 '../testing/gtest.gyp:gtest', 204 '../testing/gtest.gyp:gtest',
206 ], 205 ],
207 'export_dependent_settings': [ 206 'export_dependent_settings': [
208 'test_support_common', 207 'test_support_common',
209 ], 208 ],
210 'include_dirs': [ 209 'include_dirs': [
211 '..', 210 '..',
212 ], 211 ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'browser/sync/js_test_util.h', 256 'browser/sync/js_test_util.h',
258 ], 257 ],
259 }, 258 },
260 { 259 {
261 'target_name': 'test_support_unit', 260 'target_name': 'test_support_unit',
262 'type': '<(library)', 261 'type': '<(library)',
263 'dependencies': [ 262 'dependencies': [
264 'test_support_common', 263 'test_support_common',
265 'chrome_resources', 264 'chrome_resources',
266 'chrome_strings', 265 'chrome_strings',
267 'policy',
268 '../skia/skia.gyp:skia', 266 '../skia/skia.gyp:skia',
269 '../testing/gtest.gyp:gtest', 267 '../testing/gtest.gyp:gtest',
270 ], 268 ],
271 'include_dirs': [ 269 'include_dirs': [
272 '..', 270 '..',
273 ], 271 ],
274 'sources': [ 272 'sources': [
275 'test/unit/run_all_unittests.cc', 273 'test/unit/run_all_unittests.cc',
276 ], 274 ],
277 'conditions': [ 275 'conditions': [
278 ['OS=="linux"', { 276 ['OS=="linux"', {
279 'dependencies': [ 277 'dependencies': [
280 # Needed for the following #include chain: 278 # Needed for the following #include chain:
281 # test/unit/run_all_unittests.cc 279 # test/unit/run_all_unittests.cc
282 # test/unit/chrome_test_suite.h 280 # test/unit/chrome_test_suite.h
283 # gtk/gtk.h 281 # gtk/gtk.h
284 '../build/linux/system.gyp:gtk', 282 '../build/linux/system.gyp:gtk',
285 ], 283 ],
286 }], 284 }],
287 ], 285 ],
288 }, 286 },
289 { 287 {
290 'target_name': 'automated_ui_tests', 288 'target_name': 'automated_ui_tests',
291 'type': 'executable', 289 'type': 'executable',
292 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', 290 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B',
293 'dependencies': [ 291 'dependencies': [
294 'browser', 292 'browser',
295 'policy',
296 'renderer', 293 'renderer',
297 'test_support_common', 294 'test_support_common',
298 'test_support_ui', 295 'test_support_ui',
299 'theme_resources', 296 'theme_resources',
300 '../base/base.gyp:base', 297 '../base/base.gyp:base',
301 '../skia/skia.gyp:skia', 298 '../skia/skia.gyp:skia',
302 '../third_party/libxml/libxml.gyp:libxml', 299 '../third_party/libxml/libxml.gyp:libxml',
303 '../testing/gtest.gyp:gtest', 300 '../testing/gtest.gyp:gtest',
304 ], 301 ],
305 'include_dirs': [ 302 'include_dirs': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 { 341 {
345 'target_name': 'interactive_ui_tests', 342 'target_name': 'interactive_ui_tests',
346 'type': 'executable', 343 'type': 'executable',
347 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', 344 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0',
348 'dependencies': [ 345 'dependencies': [
349 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 346 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
350 'chrome', 347 'chrome',
351 'chrome_resources', 348 'chrome_resources',
352 'chrome_strings', 349 'chrome_strings',
353 'debugger', 350 'debugger',
354 'policy',
355 'syncapi', 351 'syncapi',
356 'test_support_common', 352 'test_support_common',
357 'test_support_ui', 353 'test_support_ui',
358 '../third_party/hunspell/hunspell.gyp:hunspell', 354 '../third_party/hunspell/hunspell.gyp:hunspell',
359 '../net/net.gyp:net_resources', 355 '../net/net.gyp:net_resources',
360 '../net/net.gyp:net_test_support', 356 '../net/net.gyp:net_test_support',
361 '../skia/skia.gyp:skia', 357 '../skia/skia.gyp:skia',
362 '../third_party/icu/icu.gyp:icui18n', 358 '../third_party/icu/icu.gyp:icui18n',
363 '../third_party/libpng/libpng.gyp:libpng', 359 '../third_party/libpng/libpng.gyp:libpng',
364 '../third_party/zlib/zlib.gyp:zlib', 360 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 { 998 {
1003 'target_name': 'nacl_ui_tests', 999 'target_name': 'nacl_ui_tests',
1004 'type': 'executable', 1000 'type': 'executable',
1005 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E', 1001 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E',
1006 'dependencies': [ 1002 'dependencies': [
1007 'chrome', 1003 'chrome',
1008 'browser', 1004 'browser',
1009 'common', 1005 'common',
1010 'chrome_resources', 1006 'chrome_resources',
1011 'chrome_strings', 1007 'chrome_strings',
1012 'policy',
1013 'test_support_ui', 1008 'test_support_ui',
1014 '../base/base.gyp:base', 1009 '../base/base.gyp:base',
1015 '../build/temp_gyp/googleurl.gyp:googleurl', 1010 '../build/temp_gyp/googleurl.gyp:googleurl',
1016 '../net/net.gyp:net', 1011 '../net/net.gyp:net',
1017 '../skia/skia.gyp:skia', 1012 '../skia/skia.gyp:skia',
1018 '../testing/gtest.gyp:gtest', 1013 '../testing/gtest.gyp:gtest',
1019 '../third_party/icu/icu.gyp:icui18n', 1014 '../third_party/icu/icu.gyp:icui18n',
1020 '../third_party/icu/icu.gyp:icuuc', 1015 '../third_party/icu/icu.gyp:icuuc',
1021 ], 1016 ],
1022 'include_dirs': [ 1017 'include_dirs': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 'type': 'executable', 1065 'type': 'executable',
1071 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', 1066 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC',
1072 'dependencies': [ 1067 'dependencies': [
1073 'browser', 1068 'browser',
1074 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 1069 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
1075 'chrome', 1070 'chrome',
1076 'chrome_gpu', 1071 'chrome_gpu',
1077 'chrome_resources', 1072 'chrome_resources',
1078 'chrome_strings', 1073 'chrome_strings',
1079 'common', 1074 'common',
1080 'policy',
1081 'profile_import', 1075 'profile_import',
1082 'renderer', 1076 'renderer',
1083 'service', 1077 'service',
1084 'test_support_common', 1078 'test_support_common',
1085 'test_support_sync', 1079 'test_support_sync',
1086 'test_support_unit', 1080 'test_support_unit',
1087 'utility', 1081 'utility',
1088 '../app/app.gyp:app_base', 1082 '../app/app.gyp:app_base',
1089 '../app/app.gyp:app_resources', 1083 '../app/app.gyp:app_resources',
1090 '../gpu/gpu.gyp:gpu_unittest_utils', 1084 '../gpu/gpu.gyp:gpu_unittest_utils',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 'browser/password_manager/password_manager_unittest.cc', 1384 'browser/password_manager/password_manager_unittest.cc',
1391 'browser/password_manager/password_store_default_unittest.cc', 1385 'browser/password_manager/password_store_default_unittest.cc',
1392 'browser/password_manager/password_store_mac_unittest.cc', 1386 'browser/password_manager/password_store_mac_unittest.cc',
1393 'browser/password_manager/password_store_win_unittest.cc', 1387 'browser/password_manager/password_store_win_unittest.cc',
1394 'browser/plugin_exceptions_table_model_unittest.cc', 1388 'browser/plugin_exceptions_table_model_unittest.cc',
1395 'browser/plugin_service_unittest.cc', 1389 'browser/plugin_service_unittest.cc',
1396 'browser/policy/asynchronous_policy_loader_unittest.cc', 1390 'browser/policy/asynchronous_policy_loader_unittest.cc',
1397 'browser/policy/asynchronous_policy_provider_unittest.cc', 1391 'browser/policy/asynchronous_policy_provider_unittest.cc',
1398 'browser/policy/asynchronous_policy_test_base.cc', 1392 'browser/policy/asynchronous_policy_test_base.cc',
1399 'browser/policy/asynchronous_policy_test_base.h', 1393 'browser/policy/asynchronous_policy_test_base.h',
1394 'browser/policy/cloud_policy_cache_unittest.cc',
1400 'browser/policy/config_dir_policy_provider_unittest.cc', 1395 'browser/policy/config_dir_policy_provider_unittest.cc',
1401 'browser/policy/configuration_policy_pref_store_unittest.cc', 1396 'browser/policy/configuration_policy_pref_store_unittest.cc',
1402 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1397 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1403 'browser/policy/configuration_policy_provider_win_unittest.cc', 1398 'browser/policy/configuration_policy_provider_win_unittest.cc',
1404 'browser/policy/device_token_fetcher_unittest.cc', 1399 'browser/policy/device_token_fetcher_unittest.cc',
1405 'browser/policy/file_based_policy_provider_unittest.cc', 1400 'browser/policy/file_based_policy_provider_unittest.cc',
1406 'browser/policy/device_management_backend_mock.cc', 1401 'browser/policy/device_management_backend_mock.cc',
1407 'browser/policy/device_management_backend_mock.h', 1402 'browser/policy/device_management_backend_mock.h',
1408 'browser/policy/device_management_service_unittest.cc', 1403 'browser/policy/device_management_service_unittest.cc',
1409 'browser/policy/device_management_policy_cache_unittest.cc',
1410 'browser/policy/device_management_policy_provider_unittest.cc', 1404 'browser/policy/device_management_policy_provider_unittest.cc',
1411 'browser/policy/managed_prefs_banner_base_unittest.cc', 1405 'browser/policy/managed_prefs_banner_base_unittest.cc',
1412 'browser/policy/mock_configuration_policy_provider.cc', 1406 'browser/policy/mock_configuration_policy_provider.cc',
1413 'browser/policy/mock_configuration_policy_provider.h', 1407 'browser/policy/mock_configuration_policy_provider.h',
1414 'browser/policy/mock_configuration_policy_store.cc', 1408 'browser/policy/mock_configuration_policy_store.cc',
1415 'browser/policy/mock_configuration_policy_store.h', 1409 'browser/policy/mock_configuration_policy_store.h',
1416 'browser/policy/mock_device_management_backend.cc', 1410 'browser/policy/mock_device_management_backend.cc',
1417 'browser/policy/mock_device_management_backend.h', 1411 'browser/policy/mock_device_management_backend.h',
1418 'browser/preferences_mock_mac.cc', 1412 'browser/preferences_mock_mac.cc',
1419 'browser/preferences_mock_mac.h', 1413 'browser/preferences_mock_mac.h',
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 # Executable that runs each browser test in a new process. 2064 # Executable that runs each browser test in a new process.
2071 'target_name': 'browser_tests', 2065 'target_name': 'browser_tests',
2072 'type': 'executable', 2066 'type': 'executable',
2073 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', 2067 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
2074 'dependencies': [ 2068 'dependencies': [
2075 'browser', 2069 'browser',
2076 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2070 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2077 'chrome', 2071 'chrome',
2078 'chrome_resources', 2072 'chrome_resources',
2079 'chrome_strings', 2073 'chrome_strings',
2080 'policy',
2081 'profile_import', 2074 'profile_import',
2082 'renderer', 2075 'renderer',
2083 'test_support_common', 2076 'test_support_common',
2084 '../app/app.gyp:app_base', 2077 '../app/app.gyp:app_base',
2085 '../base/base.gyp:base', 2078 '../base/base.gyp:base',
2086 '../base/base.gyp:base_i18n', 2079 '../base/base.gyp:base_i18n',
2087 '../base/base.gyp:test_support_base', 2080 '../base/base.gyp:test_support_base',
2088 '../net/net.gyp:net_test_support', 2081 '../net/net.gyp:net_test_support',
2089 '../skia/skia.gyp:skia', 2082 '../skia/skia.gyp:skia',
2090 '../testing/gmock.gyp:gmock', 2083 '../testing/gmock.gyp:gmock',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
2451 }], 2444 }],
2452 ], # conditions 2445 ], # conditions
2453 }, # target browser_tests 2446 }, # target browser_tests
2454 { 2447 {
2455 # Executable that runs safebrowsing test in a new process. 2448 # Executable that runs safebrowsing test in a new process.
2456 'target_name': 'safe_browsing_tests', 2449 'target_name': 'safe_browsing_tests',
2457 'type': 'executable', 2450 'type': 'executable',
2458 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', 2451 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
2459 'dependencies': [ 2452 'dependencies': [
2460 'chrome', 2453 'chrome',
2461 'policy',
2462 'test_support_common', 2454 'test_support_common',
2463 '../app/app.gyp:app_resources', 2455 '../app/app.gyp:app_resources',
2464 '../base/base.gyp:base', 2456 '../base/base.gyp:base',
2465 '../net/net.gyp:net_test_support', 2457 '../net/net.gyp:net_test_support',
2466 '../skia/skia.gyp:skia', 2458 '../skia/skia.gyp:skia',
2467 '../testing/gtest.gyp:gtest', 2459 '../testing/gtest.gyp:gtest',
2468 # This is the safebrowsing test server. 2460 # This is the safebrowsing test server.
2469 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 2461 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
2470 ], 2462 ],
2471 'include_dirs': [ 2463 'include_dirs': [
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
2704 { 2696 {
2705 'target_name': 'tab_switching_test', 2697 'target_name': 'tab_switching_test',
2706 'type': 'executable', 2698 'type': 'executable',
2707 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', 2699 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
2708 'run_as': { 2700 'run_as': {
2709 'action': ['$(TargetPath)', '--gtest_print_time'], 2701 'action': ['$(TargetPath)', '--gtest_print_time'],
2710 }, 2702 },
2711 'dependencies': [ 2703 'dependencies': [
2712 'chrome', 2704 'chrome',
2713 'debugger', 2705 'debugger',
2714 'policy',
2715 'test_support_common', 2706 'test_support_common',
2716 'test_support_ui', 2707 'test_support_ui',
2717 'theme_resources', 2708 'theme_resources',
2718 '../base/base.gyp:base', 2709 '../base/base.gyp:base',
2719 '../skia/skia.gyp:skia', 2710 '../skia/skia.gyp:skia',
2720 '../testing/gtest.gyp:gtest', 2711 '../testing/gtest.gyp:gtest',
2721 ], 2712 ],
2722 'include_dirs': [ 2713 'include_dirs': [
2723 '..', 2714 '..',
2724 ], 2715 ],
(...skipping 14 matching lines...) Expand all
2739 },], 2730 },],
2740 ], 2731 ],
2741 }, 2732 },
2742 { 2733 {
2743 'target_name': 'memory_test', 2734 'target_name': 'memory_test',
2744 'type': 'executable', 2735 'type': 'executable',
2745 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', 2736 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
2746 'dependencies': [ 2737 'dependencies': [
2747 'chrome', 2738 'chrome',
2748 'debugger', 2739 'debugger',
2749 'policy',
2750 'test_support_common', 2740 'test_support_common',
2751 'test_support_ui', 2741 'test_support_ui',
2752 'theme_resources', 2742 'theme_resources',
2753 '../base/base.gyp:base', 2743 '../base/base.gyp:base',
2754 '../skia/skia.gyp:skia', 2744 '../skia/skia.gyp:skia',
2755 '../testing/gtest.gyp:gtest', 2745 '../testing/gtest.gyp:gtest',
2756 ], 2746 ],
2757 'include_dirs': [ 2747 'include_dirs': [
2758 '..', 2748 '..',
2759 ], 2749 ],
2760 'sources': [ 2750 'sources': [
2761 'test/memory_test/memory_test.cc', 2751 'test/memory_test/memory_test.cc',
2762 ], 2752 ],
2763 'conditions': [ 2753 'conditions': [
2764 ['OS=="linux"', { 2754 ['OS=="linux"', {
2765 'dependencies': [ 2755 'dependencies': [
2766 '../build/linux/system.gyp:gtk', 2756 '../build/linux/system.gyp:gtk',
2767 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2757 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2768 ], 2758 ],
2769 }], 2759 }],
2770 ], 2760 ],
2771 }, 2761 },
2772 { 2762 {
2773 'target_name': 'url_fetch_test', 2763 'target_name': 'url_fetch_test',
2774 'type': 'executable', 2764 'type': 'executable',
2775 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', 2765 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929',
2776 'dependencies': [ 2766 'dependencies': [
2777 'chrome', 2767 'chrome',
2778 'debugger', 2768 'debugger',
2779 'policy',
2780 'test_support_common', 2769 'test_support_common',
2781 'test_support_ui', 2770 'test_support_ui',
2782 'theme_resources', 2771 'theme_resources',
2783 '../base/base.gyp:base', 2772 '../base/base.gyp:base',
2784 '../net/net.gyp:net', 2773 '../net/net.gyp:net',
2785 '../skia/skia.gyp:skia', 2774 '../skia/skia.gyp:skia',
2786 '../testing/gtest.gyp:gtest', 2775 '../testing/gtest.gyp:gtest',
2787 ], 2776 ],
2788 'include_dirs': [ 2777 'include_dirs': [
2789 '..', 2778 '..',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
2955 }, 2944 },
2956 { 2945 {
2957 'target_name': 'sync_integration_tests', 2946 'target_name': 'sync_integration_tests',
2958 'type': 'executable', 2947 'type': 'executable',
2959 'dependencies': [ 2948 'dependencies': [
2960 'browser', 2949 'browser',
2961 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2950 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2962 'chrome', 2951 'chrome',
2963 'chrome_resources', 2952 'chrome_resources',
2964 'common', 2953 'common',
2965 'policy',
2966 'profile_import', 2954 'profile_import',
2967 'renderer', 2955 'renderer',
2968 'chrome_strings', 2956 'chrome_strings',
2969 'test_support_common', 2957 'test_support_common',
2970 '../net/net.gyp:net_test_support', 2958 '../net/net.gyp:net_test_support',
2971 '../printing/printing.gyp:printing', 2959 '../printing/printing.gyp:printing',
2972 '../skia/skia.gyp:skia', 2960 '../skia/skia.gyp:skia',
2973 '../testing/gmock.gyp:gmock', 2961 '../testing/gmock.gyp:gmock',
2974 '../testing/gtest.gyp:gtest', 2962 '../testing/gtest.gyp:gtest',
2975 '../third_party/icu/icu.gyp:icui18n', 2963 '../third_party/icu/icu.gyp:icui18n',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
3115 { 3103 {
3116 # Executable that contains all the tests to be run on the GPU bots. 3104 # Executable that contains all the tests to be run on the GPU bots.
3117 'target_name': 'gpu_tests', 3105 'target_name': 'gpu_tests',
3118 'type': 'executable', 3106 'type': 'executable',
3119 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01', 3107 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01',
3120 'dependencies': [ 3108 'dependencies': [
3121 'browser', 3109 'browser',
3122 'chrome', 3110 'chrome',
3123 'chrome_resources', 3111 'chrome_resources',
3124 'chrome_strings', 3112 'chrome_strings',
3125 'policy',
3126 'renderer', 3113 'renderer',
3127 'test_support_common', 3114 'test_support_common',
3128 '../app/app.gyp:app_base', 3115 '../app/app.gyp:app_base',
3129 '../base/base.gyp:base', 3116 '../base/base.gyp:base',
3130 '../base/base.gyp:test_support_base', 3117 '../base/base.gyp:test_support_base',
3131 '../net/net.gyp:net_test_support', 3118 '../net/net.gyp:net_test_support',
3132 '../skia/skia.gyp:skia', 3119 '../skia/skia.gyp:skia',
3133 '../testing/gtest.gyp:gtest', 3120 '../testing/gtest.gyp:gtest',
3134 '../third_party/icu/icu.gyp:icui18n', 3121 '../third_party/icu/icu.gyp:icui18n',
3135 '../third_party/icu/icu.gyp:icuuc', 3122 '../third_party/icu/icu.gyp:icuuc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3209 ], 3196 ],
3210 }, 3197 },
3211 { 3198 {
3212 'target_name': 'plugin_tests', 3199 'target_name': 'plugin_tests',
3213 'type': 'executable', 3200 'type': 'executable',
3214 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', 3201 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9',
3215 'dependencies': [ 3202 'dependencies': [
3216 'chrome', 3203 'chrome',
3217 'chrome_resources', 3204 'chrome_resources',
3218 'chrome_strings', 3205 'chrome_strings',
3219 'policy',
3220 'test_support_common', 3206 'test_support_common',
3221 'test_support_ui', 3207 'test_support_ui',
3222 '../skia/skia.gyp:skia', 3208 '../skia/skia.gyp:skia',
3223 '../testing/gtest.gyp:gtest', 3209 '../testing/gtest.gyp:gtest',
3224 '../third_party/libxslt/libxslt.gyp:libxslt', 3210 '../third_party/libxslt/libxslt.gyp:libxslt',
3225 '../third_party/npapi/npapi.gyp:npapi', 3211 '../third_party/npapi/npapi.gyp:npapi',
3226 ], 3212 ],
3227 'include_dirs': [ 3213 'include_dirs': [
3228 '..', 3214 '..',
3229 ], 3215 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
3318 },], # OS!="mac" 3304 },], # OS!="mac"
3319 ['OS=="win"', { 3305 ['OS=="win"', {
3320 'targets': [ 3306 'targets': [
3321 { 3307 {
3322 'target_name': 'generate_profile', 3308 'target_name': 'generate_profile',
3323 'type': 'executable', 3309 'type': 'executable',
3324 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', 3310 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357',
3325 'dependencies': [ 3311 'dependencies': [
3326 'test_support_common', 3312 'test_support_common',
3327 'browser', 3313 'browser',
3328 'policy',
3329 'renderer', 3314 'renderer',
3330 'syncapi', 3315 'syncapi',
3331 '../base/base.gyp:base', 3316 '../base/base.gyp:base',
3332 '../net/net.gyp:net_test_support', 3317 '../net/net.gyp:net_test_support',
3333 '../skia/skia.gyp:skia', 3318 '../skia/skia.gyp:skia',
3334 ], 3319 ],
3335 'include_dirs': [ 3320 'include_dirs': [
3336 '..', 3321 '..',
3337 ], 3322 ],
3338 'sources': [ 3323 'sources': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3396 'test/nacl_security_tests/nacl_security_tests_win.cc', 3381 'test/nacl_security_tests/nacl_security_tests_win.cc',
3397 ], 3382 ],
3398 }, 3383 },
3399 { 3384 {
3400 'target_name': 'selenium_tests', 3385 'target_name': 'selenium_tests',
3401 'type': 'executable', 3386 'type': 'executable',
3402 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', 3387 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5',
3403 'dependencies': [ 3388 'dependencies': [
3404 'chrome_resources', 3389 'chrome_resources',
3405 'chrome_strings', 3390 'chrome_strings',
3406 'policy',
3407 'test_support_common', 3391 'test_support_common',
3408 'test_support_ui', 3392 'test_support_ui',
3409 '../skia/skia.gyp:skia', 3393 '../skia/skia.gyp:skia',
3410 '../testing/gtest.gyp:gtest', 3394 '../testing/gtest.gyp:gtest',
3411 ], 3395 ],
3412 'include_dirs': [ 3396 'include_dirs': [
3413 '..', 3397 '..',
3414 '<(DEPTH)/third_party/wtl/include', 3398 '<(DEPTH)/third_party/wtl/include',
3415 ], 3399 ],
3416 'sources': [ 3400 'sources': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
3452 # for the chromium_builder_qa target. 3436 # for the chromium_builder_qa target.
3453 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { 3437 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', {
3454 'targets': [ 3438 'targets': [
3455 { 3439 {
3456 # Documentation: http://dev.chromium.org/developers/testing/pyauto 3440 # Documentation: http://dev.chromium.org/developers/testing/pyauto
3457 'target_name': 'pyautolib', 3441 'target_name': 'pyautolib',
3458 'type': 'shared_library', 3442 'type': 'shared_library',
3459 'product_prefix': '_', 3443 'product_prefix': '_',
3460 'dependencies': [ 3444 'dependencies': [
3461 'chrome', 3445 'chrome',
3462 'policy',
3463 'debugger', 3446 'debugger',
3464 'syncapi', 3447 'syncapi',
3465 'test_support_common', 3448 'test_support_common',
3466 'chrome_resources', 3449 'chrome_resources',
3467 'chrome_strings', 3450 'chrome_strings',
3468 'theme_resources', 3451 'theme_resources',
3469 '../skia/skia.gyp:skia', 3452 '../skia/skia.gyp:skia',
3470 '../testing/gtest.gyp:gtest', 3453 '../testing/gtest.gyp:gtest',
3471 ], 3454 ],
3472 'export_dependent_settings': [ 3455 'export_dependent_settings': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
3770 ] 3753 ]
3771 }], # 'coverage!=0' 3754 }], # 'coverage!=0'
3772 ], # 'conditions' 3755 ], # 'conditions'
3773 } 3756 }
3774 3757
3775 # Local Variables: 3758 # Local Variables:
3776 # tab-width:2 3759 # tab-width:2
3777 # indent-tabs-mode:nil 3760 # indent-tabs-mode:nil
3778 # End: 3761 # End:
3779 # vim: set expandtab tabstop=2 shiftwidth=2: 3762 # 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