OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 ], | 243 ], |
244 'include_dirs': [ | 244 'include_dirs': [ |
245 '..', | 245 '..', |
246 ], | 246 ], |
247 'sources': [ | 247 'sources': [ |
248 'test/automated_ui_tests/automated_ui_test_interactive_test.cc', | 248 'test/automated_ui_tests/automated_ui_test_interactive_test.cc', |
249 'test/automated_ui_tests/automated_ui_tests.cc', | 249 'test/automated_ui_tests/automated_ui_tests.cc', |
250 'test/automated_ui_tests/automated_ui_tests.h', | 250 'test/automated_ui_tests/automated_ui_tests.h', |
251 ], | 251 ], |
252 'conditions': [ | 252 'conditions': [ |
| 253 ['OS=="win" and buildtype=="Official"', { |
| 254 'configurations': { |
| 255 'Release': { |
| 256 'msvs_settings': { |
| 257 'VCCLCompilerTool': { |
| 258 'WholeProgramOptimization': 'false', |
| 259 }, |
| 260 }, |
| 261 }, |
| 262 }, |
| 263 },], |
253 ['OS=="linux"', { | 264 ['OS=="linux"', { |
254 'dependencies': [ | 265 'dependencies': [ |
255 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 266 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
256 ], | 267 ], |
257 }], | 268 }], |
258 ['OS=="win"', { | 269 ['OS=="win"', { |
259 'include_dirs': [ | 270 'include_dirs': [ |
260 '<(DEPTH)/third_party/wtl/include', | 271 '<(DEPTH)/third_party/wtl/include', |
261 ], | 272 ], |
262 'conditions': [ | 273 'conditions': [ |
(...skipping 2135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2398 '../base/base.gyp:base', | 2409 '../base/base.gyp:base', |
2399 '../skia/skia.gyp:skia', | 2410 '../skia/skia.gyp:skia', |
2400 '../testing/gtest.gyp:gtest', | 2411 '../testing/gtest.gyp:gtest', |
2401 ], | 2412 ], |
2402 'sources': [ | 2413 'sources': [ |
2403 'test/startup/feature_startup_test.cc', | 2414 'test/startup/feature_startup_test.cc', |
2404 'test/startup/shutdown_test.cc', | 2415 'test/startup/shutdown_test.cc', |
2405 'test/startup/startup_test.cc', | 2416 'test/startup/startup_test.cc', |
2406 ], | 2417 ], |
2407 'conditions': [ | 2418 'conditions': [ |
| 2419 ['OS=="win" and buildtype=="Official"', { |
| 2420 'configurations': { |
| 2421 'Release': { |
| 2422 'msvs_settings': { |
| 2423 'VCCLCompilerTool': { |
| 2424 'WholeProgramOptimization': 'false', |
| 2425 }, |
| 2426 }, |
| 2427 }, |
| 2428 }, |
| 2429 },], |
2408 ['OS=="linux"', { | 2430 ['OS=="linux"', { |
2409 'dependencies': [ | 2431 'dependencies': [ |
2410 '../build/linux/system.gyp:gtk', | 2432 '../build/linux/system.gyp:gtk', |
2411 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2433 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2412 ], | 2434 ], |
2413 }], | 2435 }], |
2414 ['OS=="mac"', { | 2436 ['OS=="mac"', { |
2415 # See the comment in this section of the unit_tests target for an | 2437 # See the comment in this section of the unit_tests target for an |
2416 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 2438 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
2417 'dependencies+++': [ | 2439 'dependencies+++': [ |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2474 'include_dirs': [ | 2496 'include_dirs': [ |
2475 '..', | 2497 '..', |
2476 ], | 2498 ], |
2477 'sources': [ | 2499 'sources': [ |
2478 'test/reliability/page_load_test.cc', | 2500 'test/reliability/page_load_test.cc', |
2479 'test/reliability/page_load_test.h', | 2501 'test/reliability/page_load_test.h', |
2480 'test/reliability/reliability_test_suite.h', | 2502 'test/reliability/reliability_test_suite.h', |
2481 'test/reliability/run_all_unittests.cc', | 2503 'test/reliability/run_all_unittests.cc', |
2482 ], | 2504 ], |
2483 'conditions': [ | 2505 'conditions': [ |
| 2506 ['OS=="win" and buildtype=="Official"', { |
| 2507 'configurations': { |
| 2508 'Release': { |
| 2509 'msvs_settings': { |
| 2510 'VCCLCompilerTool': { |
| 2511 'WholeProgramOptimization': 'false', |
| 2512 }, |
| 2513 }, |
| 2514 }, |
| 2515 }, |
| 2516 },], |
2484 ['OS=="win" and win_use_allocator_shim==1', { | 2517 ['OS=="win" and win_use_allocator_shim==1', { |
2485 'dependencies': [ | 2518 'dependencies': [ |
2486 '<(allocator_target)', | 2519 '<(allocator_target)', |
2487 ], | 2520 ], |
2488 'configurations': { | 2521 'configurations': { |
2489 'Debug': { | 2522 'Debug': { |
2490 'msvs_settings': { | 2523 'msvs_settings': { |
2491 'VCLinkerTool': { | 2524 'VCLinkerTool': { |
2492 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2525 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
2493 }, | 2526 }, |
(...skipping 20 matching lines...) Expand all Loading... |
2514 'test_support_common', | 2547 'test_support_common', |
2515 'test_support_ui', | 2548 'test_support_ui', |
2516 '../base/base.gyp:base', | 2549 '../base/base.gyp:base', |
2517 '../skia/skia.gyp:skia', | 2550 '../skia/skia.gyp:skia', |
2518 '../testing/gtest.gyp:gtest', | 2551 '../testing/gtest.gyp:gtest', |
2519 ], | 2552 ], |
2520 'sources': [ | 2553 'sources': [ |
2521 'test/page_cycler/page_cycler_test.cc', | 2554 'test/page_cycler/page_cycler_test.cc', |
2522 ], | 2555 ], |
2523 'conditions': [ | 2556 'conditions': [ |
| 2557 ['OS=="win" and buildtype=="Official"', { |
| 2558 'configurations': { |
| 2559 'Release': { |
| 2560 'msvs_settings': { |
| 2561 'VCCLCompilerTool': { |
| 2562 'WholeProgramOptimization': 'false', |
| 2563 }, |
| 2564 }, |
| 2565 }, |
| 2566 }, |
| 2567 },], |
2524 ['OS=="linux"', { | 2568 ['OS=="linux"', { |
2525 'dependencies': [ | 2569 'dependencies': [ |
2526 '../build/linux/system.gyp:gtk', | 2570 '../build/linux/system.gyp:gtk', |
2527 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2571 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2528 ], | 2572 ], |
2529 }], | 2573 }], |
2530 ['toolkit_views==1', { | 2574 ['toolkit_views==1', { |
2531 'dependencies': [ | 2575 'dependencies': [ |
2532 '../views/views.gyp:views', | 2576 '../views/views.gyp:views', |
2533 ], | 2577 ], |
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3584 ] | 3628 ] |
3585 }], # 'coverage!=0' | 3629 }], # 'coverage!=0' |
3586 ], # 'conditions' | 3630 ], # 'conditions' |
3587 } | 3631 } |
3588 | 3632 |
3589 # Local Variables: | 3633 # Local Variables: |
3590 # tab-width:2 | 3634 # tab-width:2 |
3591 # indent-tabs-mode:nil | 3635 # indent-tabs-mode:nil |
3592 # End: | 3636 # End: |
3593 # vim: set expandtab tabstop=2 shiftwidth=2: | 3637 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |