| 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'browser/spellchecker/misspelling_unittest.cc', | 377 'browser/spellchecker/misspelling_unittest.cc', |
| 378 'browser/spellchecker/spellcheck_action_unittest.cc', | 378 'browser/spellchecker/spellcheck_action_unittest.cc', |
| 379 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 379 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
| 380 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 380 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
| 381 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', | 381 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', |
| 382 'browser/spellchecker/spellcheck_message_filter_unittest.cc', | 382 'browser/spellchecker/spellcheck_message_filter_unittest.cc', |
| 383 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 383 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
| 384 'browser/spellchecker/spellcheck_service_unittest.cc', | 384 'browser/spellchecker/spellcheck_service_unittest.cc', |
| 385 'browser/spellchecker/spelling_service_client_unittest.cc', | 385 'browser/spellchecker/spelling_service_client_unittest.cc', |
| 386 'browser/spellchecker/word_trimmer_unittest.cc', | 386 'browser/spellchecker/word_trimmer_unittest.cc', |
| 387 'renderer/spellchecker/custom_dictionary_engine_unittest.cc', | |
| 388 'renderer/spellchecker/spellcheck_multilingual_unittest.cc', | |
| 389 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | |
| 390 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', | |
| 391 'renderer/spellchecker/spellcheck_provider_test.cc', | |
| 392 'renderer/spellchecker/spellcheck_provider_test.h', | |
| 393 'renderer/spellchecker/spellcheck_unittest.cc', | |
| 394 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', | |
| 395 'tools/convert_dict/convert_dict_unittest.cc', | 387 'tools/convert_dict/convert_dict_unittest.cc', |
| 396 ], | 388 ], |
| 397 'chrome_unit_tests_background_sources': [ | 389 'chrome_unit_tests_background_sources': [ |
| 398 'browser/background/background_application_list_model_unittest.cc', | 390 'browser/background/background_application_list_model_unittest.cc', |
| 399 'browser/background/background_contents_service_unittest.cc', | 391 'browser/background/background_contents_service_unittest.cc', |
| 400 'browser/background/background_mode_manager_unittest.cc', | 392 'browser/background/background_mode_manager_unittest.cc', |
| 401 'browser/background/background_mode_optimizer_unittest.cc', | 393 'browser/background/background_mode_optimizer_unittest.cc', |
| 402 ], | 394 ], |
| 403 'chrome_unit_tests_extensions_sources': [ | 395 'chrome_unit_tests_extensions_sources': [ |
| 404 '../apps/saved_files_service_unittest.cc', | 396 '../apps/saved_files_service_unittest.cc', |
| (...skipping 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2393 }], | 2385 }], |
| 2394 ['enable_background==1', { | 2386 ['enable_background==1', { |
| 2395 'sources': [ '<@(chrome_unit_tests_background_sources)' ], | 2387 'sources': [ '<@(chrome_unit_tests_background_sources)' ], |
| 2396 }], | 2388 }], |
| 2397 ['enable_spellcheck==1', { | 2389 ['enable_spellcheck==1', { |
| 2398 'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ], | 2390 'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ], |
| 2399 'conditions': [ | 2391 'conditions': [ |
| 2400 ['OS!="mac" and OS!="ios"', { | 2392 ['OS!="mac" and OS!="ios"', { |
| 2401 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell'
], | 2393 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell'
], |
| 2402 }], | 2394 }], |
| 2403 ['OS=="android"', { | |
| 2404 'sources!': [ | |
| 2405 'renderer/spellchecker/spellcheck_multilingual_unittest.cc', | |
| 2406 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc'
, | |
| 2407 'renderer/spellchecker/spellcheck_unittest.cc', | |
| 2408 ], | |
| 2409 }] | |
| 2410 ], | 2395 ], |
| 2411 }], | 2396 }], |
| 2412 ['enable_one_click_signin==1', { | 2397 ['enable_one_click_signin==1', { |
| 2413 'sources': [ | 2398 'sources': [ |
| 2414 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', | 2399 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', |
| 2415 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', | 2400 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', |
| 2416 ], | 2401 ], |
| 2417 }], | 2402 }], |
| 2418 ['enable_extensions==1', { | 2403 ['enable_extensions==1', { |
| 2419 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], | 2404 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2615 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 2600 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
| 2616 '../third_party/ocmock/ocmock.gyp:ocmock', | 2601 '../third_party/ocmock/ocmock.gyp:ocmock', |
| 2617 'chrome', | 2602 'chrome', |
| 2618 ], | 2603 ], |
| 2619 'sources!': [ | 2604 'sources!': [ |
| 2620 # This tests the function GetSpellCheckLanguages which is not used | 2605 # This tests the function GetSpellCheckLanguages which is not used |
| 2621 # on Mac. | 2606 # on Mac. |
| 2622 'browser/spellchecker/spellcheck_service_unittest.cc', | 2607 'browser/spellchecker/spellcheck_service_unittest.cc', |
| 2623 'browser/ui/tests/ui_gfx_image_unittest.cc', | 2608 'browser/ui/tests/ui_gfx_image_unittest.cc', |
| 2624 # This tests Chrome's spellchecker which Mac doesn't use. | 2609 # This tests Chrome's spellchecker which Mac doesn't use. |
| 2625 'renderer/spellchecker/spellcheck_multilingual_unittest.cc', | |
| 2626 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | |
| 2627 'tools/convert_dict/convert_dict_unittest.cc', | 2610 'tools/convert_dict/convert_dict_unittest.cc', |
| 2628 ], | 2611 ], |
| 2629 'conditions': [ | 2612 'conditions': [ |
| 2630 ['mac_views_browser==1', { | 2613 ['mac_views_browser==1', { |
| 2631 # TODO(tapted): Add chrome_unit_tests_views_non_mac_sources here. | 2614 # TODO(tapted): Add chrome_unit_tests_views_non_mac_sources here. |
| 2632 }, { | 2615 }, { |
| 2633 'sources': [ '<@(chrome_unit_tests_cocoa_sources)' ], | 2616 'sources': [ '<@(chrome_unit_tests_cocoa_sources)' ], |
| 2634 }], | 2617 }], |
| 2635 ], | 2618 ], |
| 2636 # TODO(mark): We really want this for all non-static library targets, | 2619 # 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... |
| 3035 'dependencies': [ | 3018 'dependencies': [ |
| 3036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3019 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3037 ], | 3020 ], |
| 3038 }], | 3021 }], |
| 3039 ], | 3022 ], |
| 3040 }, | 3023 }, |
| 3041 ], | 3024 ], |
| 3042 }], | 3025 }], |
| 3043 ], # 'conditions' | 3026 ], # 'conditions' |
| 3044 } | 3027 } |
| OLD | NEW |