| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
| 9 # histograms.xml changes. | 9 # histograms.xml changes. |
| 10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
| (...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 'browser/spellchecker/misspelling_unittest.cc', | 382 'browser/spellchecker/misspelling_unittest.cc', |
| 383 'browser/spellchecker/spellcheck_action_unittest.cc', | 383 'browser/spellchecker/spellcheck_action_unittest.cc', |
| 384 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 384 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
| 385 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 385 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
| 386 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', | 386 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', |
| 387 'browser/spellchecker/spellcheck_message_filter_unittest.cc', | 387 'browser/spellchecker/spellcheck_message_filter_unittest.cc', |
| 388 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 388 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
| 389 'browser/spellchecker/spellcheck_service_unittest.cc', | 389 'browser/spellchecker/spellcheck_service_unittest.cc', |
| 390 'browser/spellchecker/spelling_service_client_unittest.cc', | 390 'browser/spellchecker/spelling_service_client_unittest.cc', |
| 391 'browser/spellchecker/word_trimmer_unittest.cc', | 391 'browser/spellchecker/word_trimmer_unittest.cc', |
| 392 'renderer/spellchecker/custom_dictionary_engine_unittest.cc', | |
| 393 'renderer/spellchecker/spellcheck_multilingual_unittest.cc', | |
| 394 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | |
| 395 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', | |
| 396 'renderer/spellchecker/spellcheck_provider_test.cc', | |
| 397 'renderer/spellchecker/spellcheck_provider_test.h', | |
| 398 'renderer/spellchecker/spellcheck_unittest.cc', | |
| 399 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', | |
| 400 'tools/convert_dict/convert_dict_unittest.cc', | 392 'tools/convert_dict/convert_dict_unittest.cc', |
| 401 ], | 393 ], |
| 402 'chrome_unit_tests_background_sources': [ | 394 'chrome_unit_tests_background_sources': [ |
| 403 'browser/background/background_application_list_model_unittest.cc', | 395 'browser/background/background_application_list_model_unittest.cc', |
| 404 'browser/background/background_contents_service_unittest.cc', | 396 'browser/background/background_contents_service_unittest.cc', |
| 405 'browser/background/background_mode_manager_unittest.cc', | 397 'browser/background/background_mode_manager_unittest.cc', |
| 406 'browser/background/background_mode_optimizer_unittest.cc', | 398 'browser/background/background_mode_optimizer_unittest.cc', |
| 407 ], | 399 ], |
| 408 'chrome_unit_tests_extensions_sources': [ | 400 'chrome_unit_tests_extensions_sources': [ |
| 409 '../apps/saved_files_service_unittest.cc', | 401 '../apps/saved_files_service_unittest.cc', |
| (...skipping 1989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2399 }], | 2391 }], |
| 2400 ['enable_background==1', { | 2392 ['enable_background==1', { |
| 2401 'sources': [ '<@(chrome_unit_tests_background_sources)' ], | 2393 'sources': [ '<@(chrome_unit_tests_background_sources)' ], |
| 2402 }], | 2394 }], |
| 2403 ['enable_spellcheck==1', { | 2395 ['enable_spellcheck==1', { |
| 2404 'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ], | 2396 'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ], |
| 2405 'conditions': [ | 2397 'conditions': [ |
| 2406 ['OS!="mac" and OS!="ios"', { | 2398 ['OS!="mac" and OS!="ios"', { |
| 2407 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell'
], | 2399 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell'
], |
| 2408 }], | 2400 }], |
| 2409 ['OS=="android"', { | |
| 2410 'sources!': [ | |
| 2411 'renderer/spellchecker/spellcheck_multilingual_unittest.cc', | |
| 2412 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc'
, | |
| 2413 'renderer/spellchecker/spellcheck_unittest.cc', | |
| 2414 ], | |
| 2415 }] | |
| 2416 ], | 2401 ], |
| 2417 }], | 2402 }], |
| 2418 ['enable_one_click_signin==1', { | 2403 ['enable_one_click_signin==1', { |
| 2419 'sources': [ | 2404 'sources': [ |
| 2420 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', | 2405 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', |
| 2421 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', | 2406 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', |
| 2422 ], | 2407 ], |
| 2423 }], | 2408 }], |
| 2424 ['enable_extensions==1', { | 2409 ['enable_extensions==1', { |
| 2425 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], | 2410 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2621 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 2606 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
| 2622 '../third_party/ocmock/ocmock.gyp:ocmock', | 2607 '../third_party/ocmock/ocmock.gyp:ocmock', |
| 2623 'chrome', | 2608 'chrome', |
| 2624 ], | 2609 ], |
| 2625 'sources!': [ | 2610 'sources!': [ |
| 2626 # This tests the function GetSpellCheckLanguages which is not used | 2611 # This tests the function GetSpellCheckLanguages which is not used |
| 2627 # on Mac. | 2612 # on Mac. |
| 2628 'browser/spellchecker/spellcheck_service_unittest.cc', | 2613 'browser/spellchecker/spellcheck_service_unittest.cc', |
| 2629 'browser/ui/tests/ui_gfx_image_unittest.cc', | 2614 'browser/ui/tests/ui_gfx_image_unittest.cc', |
| 2630 # This tests Chrome's spellchecker which Mac doesn't use. | 2615 # This tests Chrome's spellchecker which Mac doesn't use. |
| 2631 'renderer/spellchecker/spellcheck_multilingual_unittest.cc', | |
| 2632 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | |
| 2633 'tools/convert_dict/convert_dict_unittest.cc', | 2616 'tools/convert_dict/convert_dict_unittest.cc', |
| 2634 ], | 2617 ], |
| 2635 'conditions': [ | 2618 'conditions': [ |
| 2636 ['mac_views_browser==1', { | 2619 ['mac_views_browser==1', { |
| 2637 # TODO(tapted): Add chrome_unit_tests_views_non_mac_sources here. | 2620 # TODO(tapted): Add chrome_unit_tests_views_non_mac_sources here. |
| 2638 }, { | 2621 }, { |
| 2639 'sources': [ '<@(chrome_unit_tests_cocoa_sources)' ], | 2622 'sources': [ '<@(chrome_unit_tests_cocoa_sources)' ], |
| 2640 }], | 2623 }], |
| 2641 ], | 2624 ], |
| 2642 # TODO(mark): We really want this for all non-static library targets, | 2625 # TODO(mark): We really want this for all non-static library targets, |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3041 'dependencies': [ | 3024 'dependencies': [ |
| 3042 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3025 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3043 ], | 3026 ], |
| 3044 }], | 3027 }], |
| 3045 ], | 3028 ], |
| 3046 }, | 3029 }, |
| 3047 ], | 3030 ], |
| 3048 }], | 3031 }], |
| 3049 ], # 'conditions' | 3032 ], # 'conditions' |
| 3050 } | 3033 } |
| OLD | NEW |