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

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: fix build on mac and win; 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
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 12 matching lines...) Expand all
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 '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 'app/policy/cloud_policy_codegen.gyp:policy',
Mark Mentovai 2011/02/10 18:42:19 Looks like you were trying to sort things, but thi
Jakob Kummerow 2011/02/14 16:14:26 Done.
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': [
45 'app/policy/cloud_policy_codegen.gyp:policy',
Mark Mentovai 2011/02/10 18:42:19 And for this one, renderer < app/. Usually these g
Jakob Kummerow 2011/02/14 16:14:26 Done.
46 'renderer', 46 'renderer',
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',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 }], 182 }],
183 ], 183 ],
184 }, 184 },
185 { 185 {
186 'target_name': 'test_support_ui', 186 'target_name': 'test_support_ui',
187 'type': '<(library)', 187 'type': '<(library)',
188 'dependencies': [ 188 'dependencies': [
189 'test_support_common', 189 'test_support_common',
190 'chrome_resources', 190 'chrome_resources',
191 'chrome_strings', 191 'chrome_strings',
192 'policy',
193 'theme_resources', 192 'theme_resources',
194 '../skia/skia.gyp:skia', 193 '../skia/skia.gyp:skia',
195 '../testing/gtest.gyp:gtest', 194 '../testing/gtest.gyp:gtest',
196 ], 195 ],
197 'export_dependent_settings': [ 196 'export_dependent_settings': [
198 'test_support_common', 197 'test_support_common',
199 ], 198 ],
200 'include_dirs': [ 199 'include_dirs': [
201 '..', 200 '..',
202 ], 201 ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'browser/sync/js_test_util.h', 246 'browser/sync/js_test_util.h',
248 ], 247 ],
249 }, 248 },
250 { 249 {
251 'target_name': 'test_support_unit', 250 'target_name': 'test_support_unit',
252 'type': '<(library)', 251 'type': '<(library)',
253 'dependencies': [ 252 'dependencies': [
254 'test_support_common', 253 'test_support_common',
255 'chrome_resources', 254 'chrome_resources',
256 'chrome_strings', 255 'chrome_strings',
257 'policy',
258 '../skia/skia.gyp:skia', 256 '../skia/skia.gyp:skia',
259 '../testing/gtest.gyp:gtest', 257 '../testing/gtest.gyp:gtest',
260 ], 258 ],
261 'include_dirs': [ 259 'include_dirs': [
262 '..', 260 '..',
263 ], 261 ],
264 'sources': [ 262 'sources': [
265 'test/unit/run_all_unittests.cc', 263 'test/unit/run_all_unittests.cc',
266 ], 264 ],
267 'conditions': [ 265 'conditions': [
268 ['OS=="linux"', { 266 ['OS=="linux"', {
269 'dependencies': [ 267 'dependencies': [
270 # Needed for the following #include chain: 268 # Needed for the following #include chain:
271 # test/unit/run_all_unittests.cc 269 # test/unit/run_all_unittests.cc
272 # test/unit/chrome_test_suite.h 270 # test/unit/chrome_test_suite.h
273 # gtk/gtk.h 271 # gtk/gtk.h
274 '../build/linux/system.gyp:gtk', 272 '../build/linux/system.gyp:gtk',
275 ], 273 ],
276 }], 274 }],
277 ], 275 ],
278 }, 276 },
279 { 277 {
280 'target_name': 'automated_ui_tests', 278 'target_name': 'automated_ui_tests',
281 'type': 'executable', 279 'type': 'executable',
282 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', 280 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B',
283 'dependencies': [ 281 'dependencies': [
284 'browser', 282 'browser',
285 'policy',
286 'renderer', 283 'renderer',
287 'test_support_common', 284 'test_support_common',
288 'test_support_ui', 285 'test_support_ui',
289 'theme_resources', 286 'theme_resources',
290 '../base/base.gyp:base', 287 '../base/base.gyp:base',
291 '../skia/skia.gyp:skia', 288 '../skia/skia.gyp:skia',
292 '../third_party/libxml/libxml.gyp:libxml', 289 '../third_party/libxml/libxml.gyp:libxml',
293 '../testing/gtest.gyp:gtest', 290 '../testing/gtest.gyp:gtest',
294 ], 291 ],
295 'include_dirs': [ 292 'include_dirs': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 { 331 {
335 'target_name': 'interactive_ui_tests', 332 'target_name': 'interactive_ui_tests',
336 'type': 'executable', 333 'type': 'executable',
337 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', 334 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0',
338 'dependencies': [ 335 'dependencies': [
339 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 336 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
340 'chrome', 337 'chrome',
341 'chrome_resources', 338 'chrome_resources',
342 'chrome_strings', 339 'chrome_strings',
343 'debugger', 340 'debugger',
344 'policy',
345 'syncapi', 341 'syncapi',
346 'test_support_common', 342 'test_support_common',
347 'test_support_ui', 343 'test_support_ui',
348 '../third_party/hunspell/hunspell.gyp:hunspell', 344 '../third_party/hunspell/hunspell.gyp:hunspell',
349 '../net/net.gyp:net_resources', 345 '../net/net.gyp:net_resources',
350 '../net/net.gyp:net_test_support', 346 '../net/net.gyp:net_test_support',
351 '../skia/skia.gyp:skia', 347 '../skia/skia.gyp:skia',
352 '../third_party/icu/icu.gyp:icui18n', 348 '../third_party/icu/icu.gyp:icui18n',
353 '../third_party/libpng/libpng.gyp:libpng', 349 '../third_party/libpng/libpng.gyp:libpng',
354 '../third_party/zlib/zlib.gyp:zlib', 350 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 { 933 {
938 'target_name': 'nacl_ui_tests', 934 'target_name': 'nacl_ui_tests',
939 'type': 'executable', 935 'type': 'executable',
940 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E', 936 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E',
941 'dependencies': [ 937 'dependencies': [
942 'chrome', 938 'chrome',
943 'browser', 939 'browser',
944 'common', 940 'common',
945 'chrome_resources', 941 'chrome_resources',
946 'chrome_strings', 942 'chrome_strings',
947 'policy',
948 'test_support_ui', 943 'test_support_ui',
949 '../base/base.gyp:base', 944 '../base/base.gyp:base',
950 '../build/temp_gyp/googleurl.gyp:googleurl', 945 '../build/temp_gyp/googleurl.gyp:googleurl',
951 '../net/net.gyp:net', 946 '../net/net.gyp:net',
952 '../skia/skia.gyp:skia', 947 '../skia/skia.gyp:skia',
953 '../testing/gtest.gyp:gtest', 948 '../testing/gtest.gyp:gtest',
954 '../third_party/icu/icu.gyp:icui18n', 949 '../third_party/icu/icu.gyp:icui18n',
955 '../third_party/icu/icu.gyp:icuuc', 950 '../third_party/icu/icu.gyp:icuuc',
956 ], 951 ],
957 'include_dirs': [ 952 'include_dirs': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'type': 'executable', 1000 'type': 'executable',
1006 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', 1001 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC',
1007 'dependencies': [ 1002 'dependencies': [
1008 'browser', 1003 'browser',
1009 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 1004 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
1010 'chrome', 1005 'chrome',
1011 'chrome_gpu', 1006 'chrome_gpu',
1012 'chrome_resources', 1007 'chrome_resources',
1013 'chrome_strings', 1008 'chrome_strings',
1014 'common', 1009 'common',
1015 'policy',
1016 'profile_import', 1010 'profile_import',
1017 'renderer', 1011 'renderer',
1018 'service', 1012 'service',
1019 'test_support_common', 1013 'test_support_common',
1020 'test_support_sync', 1014 'test_support_sync',
1021 'test_support_unit', 1015 'test_support_unit',
1022 'utility', 1016 'utility',
1023 '../app/app.gyp:app_base', 1017 '../app/app.gyp:app_base',
1024 '../app/app.gyp:app_resources', 1018 '../app/app.gyp:app_resources',
1025 '../gpu/gpu.gyp:gpu_unittest_utils', 1019 '../gpu/gpu.gyp:gpu_unittest_utils',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 'browser/password_manager/password_manager_unittest.cc', 1315 'browser/password_manager/password_manager_unittest.cc',
1322 'browser/password_manager/password_store_default_unittest.cc', 1316 'browser/password_manager/password_store_default_unittest.cc',
1323 'browser/password_manager/password_store_mac_unittest.cc', 1317 'browser/password_manager/password_store_mac_unittest.cc',
1324 'browser/password_manager/password_store_win_unittest.cc', 1318 'browser/password_manager/password_store_win_unittest.cc',
1325 'browser/plugin_exceptions_table_model_unittest.cc', 1319 'browser/plugin_exceptions_table_model_unittest.cc',
1326 'browser/plugin_service_unittest.cc', 1320 'browser/plugin_service_unittest.cc',
1327 'browser/policy/asynchronous_policy_loader_unittest.cc', 1321 'browser/policy/asynchronous_policy_loader_unittest.cc',
1328 'browser/policy/asynchronous_policy_provider_unittest.cc', 1322 'browser/policy/asynchronous_policy_provider_unittest.cc',
1329 'browser/policy/asynchronous_policy_test_base.cc', 1323 'browser/policy/asynchronous_policy_test_base.cc',
1330 'browser/policy/asynchronous_policy_test_base.h', 1324 'browser/policy/asynchronous_policy_test_base.h',
1325 'browser/policy/cloud_policy_cache_unittest.cc',
1331 'browser/policy/config_dir_policy_provider_unittest.cc', 1326 'browser/policy/config_dir_policy_provider_unittest.cc',
1332 'browser/policy/configuration_policy_pref_store_unittest.cc', 1327 'browser/policy/configuration_policy_pref_store_unittest.cc',
1333 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1328 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1334 'browser/policy/configuration_policy_provider_win_unittest.cc', 1329 'browser/policy/configuration_policy_provider_win_unittest.cc',
1335 'browser/policy/device_token_fetcher_unittest.cc', 1330 'browser/policy/device_token_fetcher_unittest.cc',
1336 'browser/policy/file_based_policy_provider_unittest.cc', 1331 'browser/policy/file_based_policy_provider_unittest.cc',
1337 'browser/policy/device_management_backend_mock.cc', 1332 'browser/policy/device_management_backend_mock.cc',
1338 'browser/policy/device_management_backend_mock.h', 1333 'browser/policy/device_management_backend_mock.h',
1339 'browser/policy/device_management_service_unittest.cc', 1334 'browser/policy/device_management_service_unittest.cc',
1340 'browser/policy/device_management_policy_cache_unittest.cc', 1335 'browser/policy/device_management_policy_cache_unittest.cc',
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
1997 # Executable that runs each browser test in a new process. 1992 # Executable that runs each browser test in a new process.
1998 'target_name': 'browser_tests', 1993 'target_name': 'browser_tests',
1999 'type': 'executable', 1994 'type': 'executable',
2000 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', 1995 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
2001 'dependencies': [ 1996 'dependencies': [
2002 'browser', 1997 'browser',
2003 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 1998 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2004 'chrome', 1999 'chrome',
2005 'chrome_resources', 2000 'chrome_resources',
2006 'chrome_strings', 2001 'chrome_strings',
2007 'policy',
2008 'profile_import', 2002 'profile_import',
2009 'renderer', 2003 'renderer',
2010 'test_support_common', 2004 'test_support_common',
2011 '../app/app.gyp:app_base', 2005 '../app/app.gyp:app_base',
2012 '../base/base.gyp:base', 2006 '../base/base.gyp:base',
2013 '../base/base.gyp:base_i18n', 2007 '../base/base.gyp:base_i18n',
2014 '../base/base.gyp:test_support_base', 2008 '../base/base.gyp:test_support_base',
2015 '../net/net.gyp:net_test_support', 2009 '../net/net.gyp:net_test_support',
2016 '../skia/skia.gyp:skia', 2010 '../skia/skia.gyp:skia',
2017 '../testing/gmock.gyp:gmock', 2011 '../testing/gmock.gyp:gmock',
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
2377 }], 2371 }],
2378 ], # conditions 2372 ], # conditions
2379 }, # target browser_tests 2373 }, # target browser_tests
2380 { 2374 {
2381 # Executable that runs safebrowsing test in a new process. 2375 # Executable that runs safebrowsing test in a new process.
2382 'target_name': 'safe_browsing_tests', 2376 'target_name': 'safe_browsing_tests',
2383 'type': 'executable', 2377 'type': 'executable',
2384 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', 2378 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
2385 'dependencies': [ 2379 'dependencies': [
2386 'chrome', 2380 'chrome',
2387 'policy',
2388 'test_support_common', 2381 'test_support_common',
2389 '../app/app.gyp:app_resources', 2382 '../app/app.gyp:app_resources',
2390 '../base/base.gyp:base', 2383 '../base/base.gyp:base',
2391 '../net/net.gyp:net_test_support', 2384 '../net/net.gyp:net_test_support',
2392 '../skia/skia.gyp:skia', 2385 '../skia/skia.gyp:skia',
2393 '../testing/gtest.gyp:gtest', 2386 '../testing/gtest.gyp:gtest',
2394 # This is the safebrowsing test server. 2387 # This is the safebrowsing test server.
2395 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 2388 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
2396 ], 2389 ],
2397 'include_dirs': [ 2390 'include_dirs': [
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
2630 { 2623 {
2631 'target_name': 'tab_switching_test', 2624 'target_name': 'tab_switching_test',
2632 'type': 'executable', 2625 'type': 'executable',
2633 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', 2626 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
2634 'run_as': { 2627 'run_as': {
2635 'action': ['$(TargetPath)', '--gtest_print_time'], 2628 'action': ['$(TargetPath)', '--gtest_print_time'],
2636 }, 2629 },
2637 'dependencies': [ 2630 'dependencies': [
2638 'chrome', 2631 'chrome',
2639 'debugger', 2632 'debugger',
2640 'policy',
2641 'test_support_common', 2633 'test_support_common',
2642 'test_support_ui', 2634 'test_support_ui',
2643 'theme_resources', 2635 'theme_resources',
2644 '../base/base.gyp:base', 2636 '../base/base.gyp:base',
2645 '../skia/skia.gyp:skia', 2637 '../skia/skia.gyp:skia',
2646 '../testing/gtest.gyp:gtest', 2638 '../testing/gtest.gyp:gtest',
2647 ], 2639 ],
2648 'include_dirs': [ 2640 'include_dirs': [
2649 '..', 2641 '..',
2650 ], 2642 ],
(...skipping 14 matching lines...) Expand all
2665 },], 2657 },],
2666 ], 2658 ],
2667 }, 2659 },
2668 { 2660 {
2669 'target_name': 'memory_test', 2661 'target_name': 'memory_test',
2670 'type': 'executable', 2662 'type': 'executable',
2671 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', 2663 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
2672 'dependencies': [ 2664 'dependencies': [
2673 'chrome', 2665 'chrome',
2674 'debugger', 2666 'debugger',
2675 'policy',
2676 'test_support_common', 2667 'test_support_common',
2677 'test_support_ui', 2668 'test_support_ui',
2678 'theme_resources', 2669 'theme_resources',
2679 '../base/base.gyp:base', 2670 '../base/base.gyp:base',
2680 '../skia/skia.gyp:skia', 2671 '../skia/skia.gyp:skia',
2681 '../testing/gtest.gyp:gtest', 2672 '../testing/gtest.gyp:gtest',
2682 ], 2673 ],
2683 'include_dirs': [ 2674 'include_dirs': [
2684 '..', 2675 '..',
2685 ], 2676 ],
2686 'sources': [ 2677 'sources': [
2687 'test/memory_test/memory_test.cc', 2678 'test/memory_test/memory_test.cc',
2688 ], 2679 ],
2689 'conditions': [ 2680 'conditions': [
2690 ['OS=="linux"', { 2681 ['OS=="linux"', {
2691 'dependencies': [ 2682 'dependencies': [
2692 '../build/linux/system.gyp:gtk', 2683 '../build/linux/system.gyp:gtk',
2693 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2684 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2694 ], 2685 ],
2695 }], 2686 }],
2696 ], 2687 ],
2697 }, 2688 },
2698 { 2689 {
2699 'target_name': 'url_fetch_test', 2690 'target_name': 'url_fetch_test',
2700 'type': 'executable', 2691 'type': 'executable',
2701 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', 2692 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929',
2702 'dependencies': [ 2693 'dependencies': [
2703 'chrome', 2694 'chrome',
2704 'debugger', 2695 'debugger',
2705 'policy',
2706 'test_support_common', 2696 'test_support_common',
2707 'test_support_ui', 2697 'test_support_ui',
2708 'theme_resources', 2698 'theme_resources',
2709 '../base/base.gyp:base', 2699 '../base/base.gyp:base',
2710 '../net/net.gyp:net', 2700 '../net/net.gyp:net',
2711 '../skia/skia.gyp:skia', 2701 '../skia/skia.gyp:skia',
2712 '../testing/gtest.gyp:gtest', 2702 '../testing/gtest.gyp:gtest',
2713 ], 2703 ],
2714 'include_dirs': [ 2704 'include_dirs': [
2715 '..', 2705 '..',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2877 }, 2867 },
2878 { 2868 {
2879 'target_name': 'sync_integration_tests', 2869 'target_name': 'sync_integration_tests',
2880 'type': 'executable', 2870 'type': 'executable',
2881 'dependencies': [ 2871 'dependencies': [
2882 'browser', 2872 'browser',
2883 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2873 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2884 'chrome', 2874 'chrome',
2885 'chrome_resources', 2875 'chrome_resources',
2886 'common', 2876 'common',
2887 'policy',
2888 'profile_import', 2877 'profile_import',
2889 'renderer', 2878 'renderer',
2890 'chrome_strings', 2879 'chrome_strings',
2891 'test_support_common', 2880 'test_support_common',
2892 '../net/net.gyp:net_test_support', 2881 '../net/net.gyp:net_test_support',
2893 '../printing/printing.gyp:printing', 2882 '../printing/printing.gyp:printing',
2894 '../skia/skia.gyp:skia', 2883 '../skia/skia.gyp:skia',
2895 '../testing/gmock.gyp:gmock', 2884 '../testing/gmock.gyp:gmock',
2896 '../testing/gtest.gyp:gtest', 2885 '../testing/gtest.gyp:gtest',
2897 '../third_party/icu/icu.gyp:icui18n', 2886 '../third_party/icu/icu.gyp:icui18n',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
3035 { 3024 {
3036 # Executable that contains all the tests to be run on the GPU bots. 3025 # Executable that contains all the tests to be run on the GPU bots.
3037 'target_name': 'gpu_tests', 3026 'target_name': 'gpu_tests',
3038 'type': 'executable', 3027 'type': 'executable',
3039 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01', 3028 'msvs_guid': '3D3BB86C-F284-4911-BAEB-12C6EFA09A01',
3040 'dependencies': [ 3029 'dependencies': [
3041 'browser', 3030 'browser',
3042 'chrome', 3031 'chrome',
3043 'chrome_resources', 3032 'chrome_resources',
3044 'chrome_strings', 3033 'chrome_strings',
3045 'policy',
3046 'renderer', 3034 'renderer',
3047 'test_support_common', 3035 'test_support_common',
3048 '../app/app.gyp:app_base', 3036 '../app/app.gyp:app_base',
3049 '../base/base.gyp:base', 3037 '../base/base.gyp:base',
3050 '../base/base.gyp:test_support_base', 3038 '../base/base.gyp:test_support_base',
3051 '../net/net.gyp:net_test_support', 3039 '../net/net.gyp:net_test_support',
3052 '../skia/skia.gyp:skia', 3040 '../skia/skia.gyp:skia',
3053 '../testing/gtest.gyp:gtest', 3041 '../testing/gtest.gyp:gtest',
3054 '../third_party/icu/icu.gyp:icui18n', 3042 '../third_party/icu/icu.gyp:icui18n',
3055 '../third_party/icu/icu.gyp:icuuc', 3043 '../third_party/icu/icu.gyp:icuuc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 ], 3117 ],
3130 }, 3118 },
3131 { 3119 {
3132 'target_name': 'plugin_tests', 3120 'target_name': 'plugin_tests',
3133 'type': 'executable', 3121 'type': 'executable',
3134 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', 3122 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9',
3135 'dependencies': [ 3123 'dependencies': [
3136 'chrome', 3124 'chrome',
3137 'chrome_resources', 3125 'chrome_resources',
3138 'chrome_strings', 3126 'chrome_strings',
3139 'policy',
3140 'test_support_common', 3127 'test_support_common',
3141 'test_support_ui', 3128 'test_support_ui',
3142 '../skia/skia.gyp:skia', 3129 '../skia/skia.gyp:skia',
3143 '../testing/gtest.gyp:gtest', 3130 '../testing/gtest.gyp:gtest',
3144 '../third_party/libxslt/libxslt.gyp:libxslt', 3131 '../third_party/libxslt/libxslt.gyp:libxslt',
3145 '../third_party/npapi/npapi.gyp:npapi', 3132 '../third_party/npapi/npapi.gyp:npapi',
3146 ], 3133 ],
3147 'include_dirs': [ 3134 'include_dirs': [
3148 '..', 3135 '..',
3149 ], 3136 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 },], # OS!="mac" 3225 },], # OS!="mac"
3239 ['OS=="win"', { 3226 ['OS=="win"', {
3240 'targets': [ 3227 'targets': [
3241 { 3228 {
3242 'target_name': 'generate_profile', 3229 'target_name': 'generate_profile',
3243 'type': 'executable', 3230 'type': 'executable',
3244 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', 3231 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357',
3245 'dependencies': [ 3232 'dependencies': [
3246 'test_support_common', 3233 'test_support_common',
3247 'browser', 3234 'browser',
3248 'policy',
3249 'renderer', 3235 'renderer',
3250 'syncapi', 3236 'syncapi',
3251 '../base/base.gyp:base', 3237 '../base/base.gyp:base',
3252 '../net/net.gyp:net_test_support', 3238 '../net/net.gyp:net_test_support',
3253 '../skia/skia.gyp:skia', 3239 '../skia/skia.gyp:skia',
3254 ], 3240 ],
3255 'include_dirs': [ 3241 'include_dirs': [
3256 '..', 3242 '..',
3257 ], 3243 ],
3258 'sources': [ 3244 'sources': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3316 'test/nacl_security_tests/nacl_security_tests_win.cc', 3302 'test/nacl_security_tests/nacl_security_tests_win.cc',
3317 ], 3303 ],
3318 }, 3304 },
3319 { 3305 {
3320 'target_name': 'selenium_tests', 3306 'target_name': 'selenium_tests',
3321 'type': 'executable', 3307 'type': 'executable',
3322 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', 3308 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5',
3323 'dependencies': [ 3309 'dependencies': [
3324 'chrome_resources', 3310 'chrome_resources',
3325 'chrome_strings', 3311 'chrome_strings',
3326 'policy',
3327 'test_support_common', 3312 'test_support_common',
3328 'test_support_ui', 3313 'test_support_ui',
3329 '../skia/skia.gyp:skia', 3314 '../skia/skia.gyp:skia',
3330 '../testing/gtest.gyp:gtest', 3315 '../testing/gtest.gyp:gtest',
3331 ], 3316 ],
3332 'include_dirs': [ 3317 'include_dirs': [
3333 '..', 3318 '..',
3334 '<(DEPTH)/third_party/wtl/include', 3319 '<(DEPTH)/third_party/wtl/include',
3335 ], 3320 ],
3336 'sources': [ 3321 'sources': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
3372 # for the chromium_builder_qa target. 3357 # for the chromium_builder_qa target.
3373 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { 3358 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', {
3374 'targets': [ 3359 'targets': [
3375 { 3360 {
3376 # Documentation: http://dev.chromium.org/developers/testing/pyauto 3361 # Documentation: http://dev.chromium.org/developers/testing/pyauto
3377 'target_name': 'pyautolib', 3362 'target_name': 'pyautolib',
3378 'type': 'shared_library', 3363 'type': 'shared_library',
3379 'product_prefix': '_', 3364 'product_prefix': '_',
3380 'dependencies': [ 3365 'dependencies': [
3381 'chrome', 3366 'chrome',
3382 'policy',
3383 'debugger', 3367 'debugger',
3384 'syncapi', 3368 'syncapi',
3385 'test_support_common', 3369 'test_support_common',
3386 'chrome_resources', 3370 'chrome_resources',
3387 'chrome_strings', 3371 'chrome_strings',
3388 'theme_resources', 3372 'theme_resources',
3389 '../skia/skia.gyp:skia', 3373 '../skia/skia.gyp:skia',
3390 '../testing/gtest.gyp:gtest', 3374 '../testing/gtest.gyp:gtest',
3391 ], 3375 ],
3392 'export_dependent_settings': [ 3376 'export_dependent_settings': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
3690 ] 3674 ]
3691 }], # 'coverage!=0' 3675 }], # 'coverage!=0'
3692 ], # 'conditions' 3676 ], # 'conditions'
3693 } 3677 }
3694 3678
3695 # Local Variables: 3679 # Local Variables:
3696 # tab-width:2 3680 # tab-width:2
3697 # indent-tabs-mode:nil 3681 # indent-tabs-mode:nil
3698 # End: 3682 # End:
3699 # vim: set expandtab tabstop=2 shiftwidth=2: 3683 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698