OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 2402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2413 }], | 2413 }], |
2414 ], | 2414 ], |
2415 }], | 2415 }], |
2416 ], | 2416 ], |
2417 }, | 2417 }, |
2418 ], | 2418 ], |
2419 },], # OS!="mac" | 2419 },], # OS!="mac" |
2420 ['OS=="win"', { | 2420 ['OS=="win"', { |
2421 'targets': [ | 2421 'targets': [ |
2422 { | 2422 { |
| 2423 'target_name': 'security_tests', |
| 2424 'type': 'shared_library', |
| 2425 'include_dirs': [ |
| 2426 '..', |
| 2427 ], |
| 2428 'sources': [ |
| 2429 'test/security_tests/ipc_security_tests.cc', |
| 2430 'test/security_tests/ipc_security_tests.h', |
| 2431 'test/security_tests/security_tests.cc', |
| 2432 '../sandbox/win/tests/validation_tests/commands.cc', |
| 2433 '../sandbox/win/tests/validation_tests/commands.h', |
| 2434 ], |
| 2435 }, |
| 2436 ]}, # 'targets' |
| 2437 ], # OS=="win" |
| 2438 ['OS=="linux" or OS=="win"', { |
| 2439 'targets': [ |
| 2440 { |
2423 'target_name': 'generate_profile', | 2441 'target_name': 'generate_profile', |
2424 'type': 'executable', | 2442 'type': 'executable', |
2425 'dependencies': [ | 2443 'dependencies': [ |
2426 'test_support_common', | 2444 'test_support_common', |
2427 'browser', | 2445 'browser', |
2428 'renderer', | 2446 'renderer', |
| 2447 'chrome_resources.gyp:packed_resources', |
2429 '../base/base.gyp:base', | 2448 '../base/base.gyp:base', |
2430 '../net/net.gyp:net_test_support', | 2449 '../net/net.gyp:net_test_support', |
2431 '../skia/skia.gyp:skia', | 2450 '../skia/skia.gyp:skia', |
2432 '../sync/sync.gyp:sync_api', | 2451 '../sync/sync.gyp:sync_api', |
2433 ], | 2452 ], |
2434 'include_dirs': [ | 2453 'include_dirs': [ |
2435 '..', | 2454 '..', |
2436 ], | 2455 ], |
2437 'sources': [ | 2456 'sources': [ |
2438 'tools/profiles/generate_profile.cc', | 2457 'tools/profiles/generate_profile.cc', |
(...skipping 13 matching lines...) Expand all Loading... |
2452 'msvs_settings': { | 2471 'msvs_settings': { |
2453 'VCLinkerTool': { | 2472 'VCLinkerTool': { |
2454 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2473 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
2455 }, | 2474 }, |
2456 }, | 2475 }, |
2457 }, | 2476 }, |
2458 }, | 2477 }, |
2459 }], | 2478 }], |
2460 ], | 2479 ], |
2461 }, | 2480 }, |
2462 { | |
2463 'target_name': 'security_tests', | |
2464 'type': 'shared_library', | |
2465 'include_dirs': [ | |
2466 '..', | |
2467 ], | |
2468 'sources': [ | |
2469 'test/security_tests/ipc_security_tests.cc', | |
2470 'test/security_tests/ipc_security_tests.h', | |
2471 'test/security_tests/security_tests.cc', | |
2472 '../sandbox/win/tests/validation_tests/commands.cc', | |
2473 '../sandbox/win/tests/validation_tests/commands.h', | |
2474 ], | |
2475 }, | |
2476 ]}, # 'targets' | 2481 ]}, # 'targets' |
2477 ], # OS=="win" | 2482 ], |
2478 # If you change this condition, make sure you also change it in all.gyp | 2483 # If you change this condition, make sure you also change it in all.gyp |
2479 # for the chromium_builder_qa target. | 2484 # for the chromium_builder_qa target. |
2480 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and targe
t_arch==python_arch))', { | 2485 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and targe
t_arch==python_arch))', { |
2481 'targets': [ | 2486 'targets': [ |
2482 { | 2487 { |
2483 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 2488 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
2484 'target_name': 'pyautolib', | 2489 'target_name': 'pyautolib', |
2485 'type': 'loadable_module', | 2490 'type': 'loadable_module', |
2486 'product_prefix': '_', | 2491 'product_prefix': '_', |
2487 'dependencies': [ | 2492 'dependencies': [ |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2886 'sync_integration_tests.isolate', | 2891 'sync_integration_tests.isolate', |
2887 ], | 2892 ], |
2888 'sources': [ | 2893 'sources': [ |
2889 'sync_integration_tests.isolate', | 2894 'sync_integration_tests.isolate', |
2890 ], | 2895 ], |
2891 }, | 2896 }, |
2892 ], | 2897 ], |
2893 }], | 2898 }], |
2894 ], # 'conditions' | 2899 ], # 'conditions' |
2895 } | 2900 } |
OLD | NEW |