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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge with ToT Created 9 years, 11 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/common/chrome_paths.cc » ('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 13 matching lines...) Expand all
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 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
33 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp', 33 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp',
34 'policy',
34 'theme_resources', 35 'theme_resources',
35 '../base/base.gyp:test_support_base', 36 '../base/base.gyp:test_support_base',
36 '../ipc/ipc.gyp:test_support_ipc', 37 '../ipc/ipc.gyp:test_support_ipc',
37 # 'test/test_url_request_context_getter.h' brings in this requirement. 38 # 'test/test_url_request_context_getter.h' brings in this requirement.
38 '../net/net.gyp:net_test_support', 39 '../net/net.gyp:net_test_support',
39 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
40 '../testing/gmock.gyp:gmock', 41 '../testing/gmock.gyp:gmock',
41 '../testing/gtest.gyp:gtest', 42 '../testing/gtest.gyp:gtest',
42 ], 43 ],
43 'export_dependent_settings': [ 44 'export_dependent_settings': [
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 }], 165 }],
165 ], 166 ],
166 }, 167 },
167 { 168 {
168 'target_name': 'test_support_ui', 169 'target_name': 'test_support_ui',
169 'type': '<(library)', 170 'type': '<(library)',
170 'dependencies': [ 171 'dependencies': [
171 'test_support_common', 172 'test_support_common',
172 'chrome_resources', 173 'chrome_resources',
173 'chrome_strings', 174 'chrome_strings',
175 'policy',
174 'theme_resources', 176 'theme_resources',
175 '../skia/skia.gyp:skia', 177 '../skia/skia.gyp:skia',
176 '../testing/gtest.gyp:gtest', 178 '../testing/gtest.gyp:gtest',
177 ], 179 ],
178 'export_dependent_settings': [ 180 'export_dependent_settings': [
179 'test_support_common', 181 'test_support_common',
180 ], 182 ],
181 'include_dirs': [ 183 'include_dirs': [
182 '..', 184 '..',
183 ], 185 ],
(...skipping 29 matching lines...) Expand all
213 }], 215 }],
214 ], 216 ],
215 }, 217 },
216 { 218 {
217 'target_name': 'test_support_unit', 219 'target_name': 'test_support_unit',
218 'type': '<(library)', 220 'type': '<(library)',
219 'dependencies': [ 221 'dependencies': [
220 'test_support_common', 222 'test_support_common',
221 'chrome_resources', 223 'chrome_resources',
222 'chrome_strings', 224 'chrome_strings',
225 'policy',
223 '../skia/skia.gyp:skia', 226 '../skia/skia.gyp:skia',
224 '../testing/gtest.gyp:gtest', 227 '../testing/gtest.gyp:gtest',
225 ], 228 ],
226 'include_dirs': [ 229 'include_dirs': [
227 '..', 230 '..',
228 ], 231 ],
229 'sources': [ 232 'sources': [
230 'test/unit/run_all_unittests.cc', 233 'test/unit/run_all_unittests.cc',
231 ], 234 ],
232 'conditions': [ 235 'conditions': [
233 ['OS=="linux"', { 236 ['OS=="linux"', {
234 'dependencies': [ 237 'dependencies': [
235 # Needed for the following #include chain: 238 # Needed for the following #include chain:
236 # test/unit/run_all_unittests.cc 239 # test/unit/run_all_unittests.cc
237 # test/unit/chrome_test_suite.h 240 # test/unit/chrome_test_suite.h
238 # gtk/gtk.h 241 # gtk/gtk.h
239 '../build/linux/system.gyp:gtk', 242 '../build/linux/system.gyp:gtk',
240 ], 243 ],
241 }], 244 }],
242 ], 245 ],
243 }, 246 },
244 { 247 {
245 'target_name': 'automated_ui_tests', 248 'target_name': 'automated_ui_tests',
246 'type': 'executable', 249 'type': 'executable',
247 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', 250 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B',
248 'dependencies': [ 251 'dependencies': [
249 'browser', 252 'browser',
253 'policy',
250 'renderer', 254 'renderer',
251 'test_support_common', 255 'test_support_common',
252 'test_support_ui', 256 'test_support_ui',
253 'theme_resources', 257 'theme_resources',
254 '../base/base.gyp:base', 258 '../base/base.gyp:base',
255 '../skia/skia.gyp:skia', 259 '../skia/skia.gyp:skia',
256 '../third_party/libxml/libxml.gyp:libxml', 260 '../third_party/libxml/libxml.gyp:libxml',
257 '../testing/gtest.gyp:gtest', 261 '../testing/gtest.gyp:gtest',
258 ], 262 ],
259 'include_dirs': [ 263 'include_dirs': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 { 302 {
299 'target_name': 'interactive_ui_tests', 303 'target_name': 'interactive_ui_tests',
300 'type': 'executable', 304 'type': 'executable',
301 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', 305 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0',
302 'dependencies': [ 306 'dependencies': [
303 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 307 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
304 'chrome', 308 'chrome',
305 'chrome_resources', 309 'chrome_resources',
306 'chrome_strings', 310 'chrome_strings',
307 'debugger', 311 'debugger',
312 'policy',
308 'syncapi', 313 'syncapi',
309 'test_support_common', 314 'test_support_common',
310 'test_support_ui', 315 'test_support_ui',
311 '../third_party/hunspell/hunspell.gyp:hunspell', 316 '../third_party/hunspell/hunspell.gyp:hunspell',
312 '../net/net.gyp:net_resources', 317 '../net/net.gyp:net_resources',
313 '../net/net.gyp:net_test_support', 318 '../net/net.gyp:net_test_support',
314 '../skia/skia.gyp:skia', 319 '../skia/skia.gyp:skia',
315 '../third_party/icu/icu.gyp:icui18n', 320 '../third_party/icu/icu.gyp:icui18n',
316 '../third_party/libpng/libpng.gyp:libpng', 321 '../third_party/libpng/libpng.gyp:libpng',
317 '../third_party/zlib/zlib.gyp:zlib', 322 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 { 909 {
905 'target_name': 'nacl_ui_tests', 910 'target_name': 'nacl_ui_tests',
906 'type': 'executable', 911 'type': 'executable',
907 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E', 912 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E',
908 'dependencies': [ 913 'dependencies': [
909 'chrome', 914 'chrome',
910 'browser', 915 'browser',
911 'common', 916 'common',
912 'chrome_resources', 917 'chrome_resources',
913 'chrome_strings', 918 'chrome_strings',
919 'policy',
914 'test_support_ui', 920 'test_support_ui',
915 '../base/base.gyp:base', 921 '../base/base.gyp:base',
916 '../build/temp_gyp/googleurl.gyp:googleurl', 922 '../build/temp_gyp/googleurl.gyp:googleurl',
917 '../net/net.gyp:net', 923 '../net/net.gyp:net',
918 '../skia/skia.gyp:skia', 924 '../skia/skia.gyp:skia',
919 '../testing/gtest.gyp:gtest', 925 '../testing/gtest.gyp:gtest',
920 '../third_party/icu/icu.gyp:icui18n', 926 '../third_party/icu/icu.gyp:icui18n',
921 '../third_party/icu/icu.gyp:icuuc', 927 '../third_party/icu/icu.gyp:icuuc',
922 ], 928 ],
923 'include_dirs': [ 929 'include_dirs': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'type': 'executable', 977 'type': 'executable',
972 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', 978 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC',
973 'dependencies': [ 979 'dependencies': [
974 'browser', 980 'browser',
975 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 981 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
976 'chrome', 982 'chrome',
977 'chrome_gpu', 983 'chrome_gpu',
978 'chrome_resources', 984 'chrome_resources',
979 'chrome_strings', 985 'chrome_strings',
980 'common', 986 'common',
987 'policy',
981 'profile_import', 988 'profile_import',
982 'renderer', 989 'renderer',
983 'service', 990 'service',
984 'test_support_common', 991 'test_support_common',
985 'test_support_unit', 992 'test_support_unit',
986 'utility', 993 'utility',
987 '../app/app.gyp:app_base', 994 '../app/app.gyp:app_base',
988 '../app/app.gyp:app_resources', 995 '../app/app.gyp:app_resources',
989 '../gpu/gpu.gyp:gpu_unittest_utils', 996 '../gpu/gpu.gyp:gpu_unittest_utils',
990 '../ipc/ipc.gyp:ipc', 997 '../ipc/ipc.gyp:ipc',
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 # Executable that runs each browser test in a new process. 1967 # Executable that runs each browser test in a new process.
1961 'target_name': 'browser_tests', 1968 'target_name': 'browser_tests',
1962 'type': 'executable', 1969 'type': 'executable',
1963 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', 1970 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
1964 'dependencies': [ 1971 'dependencies': [
1965 'browser', 1972 'browser',
1966 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 1973 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
1967 'chrome', 1974 'chrome',
1968 'chrome_resources', 1975 'chrome_resources',
1969 'chrome_strings', 1976 'chrome_strings',
1977 'policy',
1970 'profile_import', 1978 'profile_import',
1971 'renderer', 1979 'renderer',
1972 'test_support_common', 1980 'test_support_common',
1973 '../app/app.gyp:app_base', 1981 '../app/app.gyp:app_base',
1974 '../base/base.gyp:base', 1982 '../base/base.gyp:base',
1975 '../base/base.gyp:base_i18n', 1983 '../base/base.gyp:base_i18n',
1976 '../base/base.gyp:test_support_base', 1984 '../base/base.gyp:test_support_base',
1977 '../net/net.gyp:net_test_support', 1985 '../net/net.gyp:net_test_support',
1978 '../skia/skia.gyp:skia', 1986 '../skia/skia.gyp:skia',
1979 '../testing/gmock.gyp:gmock', 1987 '../testing/gmock.gyp:gmock',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
2340 }], 2348 }],
2341 ], # conditions 2349 ], # conditions
2342 }, # target browser_tests 2350 }, # target browser_tests
2343 { 2351 {
2344 # Executable that runs safebrowsing test in a new process. 2352 # Executable that runs safebrowsing test in a new process.
2345 'target_name': 'safe_browsing_tests', 2353 'target_name': 'safe_browsing_tests',
2346 'type': 'executable', 2354 'type': 'executable',
2347 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', 2355 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
2348 'dependencies': [ 2356 'dependencies': [
2349 'chrome', 2357 'chrome',
2358 'policy',
2350 'test_support_common', 2359 'test_support_common',
2351 '../app/app.gyp:app_resources', 2360 '../app/app.gyp:app_resources',
2352 '../base/base.gyp:base', 2361 '../base/base.gyp:base',
2353 '../net/net.gyp:net_test_support', 2362 '../net/net.gyp:net_test_support',
2354 '../skia/skia.gyp:skia', 2363 '../skia/skia.gyp:skia',
2355 '../testing/gtest.gyp:gtest', 2364 '../testing/gtest.gyp:gtest',
2356 # This is the safebrowsing test server. 2365 # This is the safebrowsing test server.
2357 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 2366 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
2358 ], 2367 ],
2359 'include_dirs': [ 2368 'include_dirs': [
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
2594 { 2603 {
2595 'target_name': 'tab_switching_test', 2604 'target_name': 'tab_switching_test',
2596 'type': 'executable', 2605 'type': 'executable',
2597 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', 2606 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
2598 'run_as': { 2607 'run_as': {
2599 'action': ['$(TargetPath)', '--gtest_print_time'], 2608 'action': ['$(TargetPath)', '--gtest_print_time'],
2600 }, 2609 },
2601 'dependencies': [ 2610 'dependencies': [
2602 'chrome', 2611 'chrome',
2603 'debugger', 2612 'debugger',
2613 'policy',
2604 'test_support_common', 2614 'test_support_common',
2605 'test_support_ui', 2615 'test_support_ui',
2606 'theme_resources', 2616 'theme_resources',
2607 '../base/base.gyp:base', 2617 '../base/base.gyp:base',
2608 '../skia/skia.gyp:skia', 2618 '../skia/skia.gyp:skia',
2609 '../testing/gtest.gyp:gtest', 2619 '../testing/gtest.gyp:gtest',
2610 ], 2620 ],
2611 'include_dirs': [ 2621 'include_dirs': [
2612 '..', 2622 '..',
2613 ], 2623 ],
(...skipping 14 matching lines...) Expand all
2628 },], 2638 },],
2629 ], 2639 ],
2630 }, 2640 },
2631 { 2641 {
2632 'target_name': 'memory_test', 2642 'target_name': 'memory_test',
2633 'type': 'executable', 2643 'type': 'executable',
2634 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', 2644 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
2635 'dependencies': [ 2645 'dependencies': [
2636 'chrome', 2646 'chrome',
2637 'debugger', 2647 'debugger',
2648 'policy',
2638 'test_support_common', 2649 'test_support_common',
2639 'test_support_ui', 2650 'test_support_ui',
2640 'theme_resources', 2651 'theme_resources',
2641 '../base/base.gyp:base', 2652 '../base/base.gyp:base',
2642 '../skia/skia.gyp:skia', 2653 '../skia/skia.gyp:skia',
2643 '../testing/gtest.gyp:gtest', 2654 '../testing/gtest.gyp:gtest',
2644 ], 2655 ],
2645 'include_dirs': [ 2656 'include_dirs': [
2646 '..', 2657 '..',
2647 ], 2658 ],
2648 'sources': [ 2659 'sources': [
2649 'test/memory_test/memory_test.cc', 2660 'test/memory_test/memory_test.cc',
2650 ], 2661 ],
2651 'conditions': [ 2662 'conditions': [
2652 ['OS=="linux"', { 2663 ['OS=="linux"', {
2653 'dependencies': [ 2664 'dependencies': [
2654 '../build/linux/system.gyp:gtk', 2665 '../build/linux/system.gyp:gtk',
2655 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2666 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2656 ], 2667 ],
2657 }], 2668 }],
2658 ], 2669 ],
2659 }, 2670 },
2660 { 2671 {
2661 'target_name': 'url_fetch_test', 2672 'target_name': 'url_fetch_test',
2662 'type': 'executable', 2673 'type': 'executable',
2663 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', 2674 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929',
2664 'dependencies': [ 2675 'dependencies': [
2665 'chrome', 2676 'chrome',
2666 'debugger', 2677 'debugger',
2678 'policy',
2667 'test_support_common', 2679 'test_support_common',
2668 'test_support_ui', 2680 'test_support_ui',
2669 'theme_resources', 2681 'theme_resources',
2670 '../base/base.gyp:base', 2682 '../base/base.gyp:base',
2671 '../net/net.gyp:net', 2683 '../net/net.gyp:net',
2672 '../skia/skia.gyp:skia', 2684 '../skia/skia.gyp:skia',
2673 '../testing/gtest.gyp:gtest', 2685 '../testing/gtest.gyp:gtest',
2674 ], 2686 ],
2675 'include_dirs': [ 2687 'include_dirs': [
2676 '..', 2688 '..',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2834 }, 2846 },
2835 { 2847 {
2836 'target_name': 'sync_integration_tests', 2848 'target_name': 'sync_integration_tests',
2837 'type': 'executable', 2849 'type': 'executable',
2838 'dependencies': [ 2850 'dependencies': [
2839 'browser', 2851 'browser',
2840 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2852 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2841 'chrome', 2853 'chrome',
2842 'chrome_resources', 2854 'chrome_resources',
2843 'common', 2855 'common',
2856 'policy',
2844 'profile_import', 2857 'profile_import',
2845 'renderer', 2858 'renderer',
2846 'chrome_strings', 2859 'chrome_strings',
2847 'test_support_common', 2860 'test_support_common',
2848 '../net/net.gyp:net_test_support', 2861 '../net/net.gyp:net_test_support',
2849 '../printing/printing.gyp:printing', 2862 '../printing/printing.gyp:printing',
2850 '../skia/skia.gyp:skia', 2863 '../skia/skia.gyp:skia',
2851 '../testing/gmock.gyp:gmock', 2864 '../testing/gmock.gyp:gmock',
2852 '../testing/gtest.gyp:gtest', 2865 '../testing/gtest.gyp:gtest',
2853 '../third_party/icu/icu.gyp:icui18n', 2866 '../third_party/icu/icu.gyp:icui18n',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
2996 { 3009 {
2997 # Executable that contains all the tests to be run on the GPU bots. 3010 # Executable that contains all the tests to be run on the GPU bots.
2998 'target_name': 'gpu_tests', 3011 'target_name': 'gpu_tests',
2999 'type': 'executable', 3012 'type': 'executable',
3000 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01', 3013 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01',
3001 'dependencies': [ 3014 'dependencies': [
3002 'browser', 3015 'browser',
3003 'chrome', 3016 'chrome',
3004 'chrome_resources', 3017 'chrome_resources',
3005 'chrome_strings', 3018 'chrome_strings',
3019 'policy',
3006 'renderer', 3020 'renderer',
3007 'test_support_common', 3021 'test_support_common',
3008 '../app/app.gyp:app_base', 3022 '../app/app.gyp:app_base',
3009 '../base/base.gyp:base', 3023 '../base/base.gyp:base',
3010 '../base/base.gyp:test_support_base', 3024 '../base/base.gyp:test_support_base',
3011 '../net/net.gyp:net_test_support', 3025 '../net/net.gyp:net_test_support',
3012 '../skia/skia.gyp:skia', 3026 '../skia/skia.gyp:skia',
3013 '../testing/gtest.gyp:gtest', 3027 '../testing/gtest.gyp:gtest',
3014 '../third_party/icu/icu.gyp:icui18n', 3028 '../third_party/icu/icu.gyp:icui18n',
3015 '../third_party/icu/icu.gyp:icuuc', 3029 '../third_party/icu/icu.gyp:icuuc',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
3091 ], 3105 ],
3092 }, 3106 },
3093 { 3107 {
3094 'target_name': 'plugin_tests', 3108 'target_name': 'plugin_tests',
3095 'type': 'executable', 3109 'type': 'executable',
3096 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', 3110 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9',
3097 'dependencies': [ 3111 'dependencies': [
3098 'chrome', 3112 'chrome',
3099 'chrome_resources', 3113 'chrome_resources',
3100 'chrome_strings', 3114 'chrome_strings',
3115 'policy',
3101 'test_support_common', 3116 'test_support_common',
3102 'test_support_ui', 3117 'test_support_ui',
3103 '../skia/skia.gyp:skia', 3118 '../skia/skia.gyp:skia',
3104 '../testing/gtest.gyp:gtest', 3119 '../testing/gtest.gyp:gtest',
3105 '../third_party/libxslt/libxslt.gyp:libxslt', 3120 '../third_party/libxslt/libxslt.gyp:libxslt',
3106 '../third_party/npapi/npapi.gyp:npapi', 3121 '../third_party/npapi/npapi.gyp:npapi',
3107 ], 3122 ],
3108 'include_dirs': [ 3123 'include_dirs': [
3109 '..', 3124 '..',
3110 ], 3125 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
3199 },], # OS!="mac" 3214 },], # OS!="mac"
3200 ['OS=="win"', { 3215 ['OS=="win"', {
3201 'targets': [ 3216 'targets': [
3202 { 3217 {
3203 'target_name': 'generate_profile', 3218 'target_name': 'generate_profile',
3204 'type': 'executable', 3219 'type': 'executable',
3205 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', 3220 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357',
3206 'dependencies': [ 3221 'dependencies': [
3207 'test_support_common', 3222 'test_support_common',
3208 'browser', 3223 'browser',
3224 'policy',
3209 'renderer', 3225 'renderer',
3210 'syncapi', 3226 'syncapi',
3211 '../base/base.gyp:base', 3227 '../base/base.gyp:base',
3212 '../net/net.gyp:net_test_support', 3228 '../net/net.gyp:net_test_support',
3213 '../skia/skia.gyp:skia', 3229 '../skia/skia.gyp:skia',
3214 ], 3230 ],
3215 'include_dirs': [ 3231 'include_dirs': [
3216 '..', 3232 '..',
3217 ], 3233 ],
3218 'sources': [ 3234 'sources': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3276 'test/nacl_security_tests/nacl_security_tests_win.cc', 3292 'test/nacl_security_tests/nacl_security_tests_win.cc',
3277 ], 3293 ],
3278 }, 3294 },
3279 { 3295 {
3280 'target_name': 'selenium_tests', 3296 'target_name': 'selenium_tests',
3281 'type': 'executable', 3297 'type': 'executable',
3282 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', 3298 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5',
3283 'dependencies': [ 3299 'dependencies': [
3284 'chrome_resources', 3300 'chrome_resources',
3285 'chrome_strings', 3301 'chrome_strings',
3302 'policy',
3286 'test_support_common', 3303 'test_support_common',
3287 'test_support_ui', 3304 'test_support_ui',
3288 '../skia/skia.gyp:skia', 3305 '../skia/skia.gyp:skia',
3289 '../testing/gtest.gyp:gtest', 3306 '../testing/gtest.gyp:gtest',
3290 ], 3307 ],
3291 'include_dirs': [ 3308 'include_dirs': [
3292 '..', 3309 '..',
3293 '<(DEPTH)/third_party/wtl/include', 3310 '<(DEPTH)/third_party/wtl/include',
3294 ], 3311 ],
3295 'sources': [ 3312 'sources': [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
3329 ], # OS=="win" 3346 ], # OS=="win"
3330 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { 3347 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', {
3331 'targets': [ 3348 'targets': [
3332 { 3349 {
3333 # Documentation: http://dev.chromium.org/developers/testing/pyauto 3350 # Documentation: http://dev.chromium.org/developers/testing/pyauto
3334 'target_name': 'pyautolib', 3351 'target_name': 'pyautolib',
3335 'type': 'shared_library', 3352 'type': 'shared_library',
3336 'product_prefix': '_', 3353 'product_prefix': '_',
3337 'dependencies': [ 3354 'dependencies': [
3338 'chrome', 3355 'chrome',
3356 'policy',
3339 'debugger', 3357 'debugger',
3340 'syncapi', 3358 'syncapi',
3341 'test_support_common', 3359 'test_support_common',
3342 'chrome_resources', 3360 'chrome_resources',
3343 'chrome_strings', 3361 'chrome_strings',
3344 'theme_resources', 3362 'theme_resources',
3345 '../skia/skia.gyp:skia', 3363 '../skia/skia.gyp:skia',
3346 '../testing/gtest.gyp:gtest', 3364 '../testing/gtest.gyp:gtest',
3347 ], 3365 ],
3348 'export_dependent_settings': [ 3366 'export_dependent_settings': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
3646 ] 3664 ]
3647 }], # 'coverage!=0' 3665 }], # 'coverage!=0'
3648 ], # 'conditions' 3666 ], # 'conditions'
3649 } 3667 }
3650 3668
3651 # Local Variables: 3669 # Local Variables:
3652 # tab-width:2 3670 # tab-width:2
3653 # indent-tabs-mode:nil 3671 # indent-tabs-mode:nil
3654 # End: 3672 # End:
3655 # vim: set expandtab tabstop=2 shiftwidth=2: 3673 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698