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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 4 years, 4 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
OLDNEW
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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'chrome_unit_tests_non_mobile_sources': [ 370 'chrome_unit_tests_non_mobile_sources': [
371 'browser/download/download_dir_policy_handler_unittest.cc', 371 'browser/download/download_dir_policy_handler_unittest.cc',
372 'browser/lifetime/keep_alive_registry_unittest.cc', 372 'browser/lifetime/keep_alive_registry_unittest.cc',
373 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', 373 'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
374 'browser/renderer_context_menu/render_view_context_menu_test_util.h', 374 'browser/renderer_context_menu/render_view_context_menu_test_util.h',
375 'browser/ui/autofill/country_combobox_model_unittest.cc', 375 'browser/ui/autofill/country_combobox_model_unittest.cc',
376 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc', 376 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc',
377 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', 377 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc',
378 ], 378 ],
379 'chrome_unit_tests_spellchecker_sources': [ 379 'chrome_unit_tests_spellchecker_sources': [
380 'browser/spellchecker/feedback_sender_unittest.cc',
381 'browser/spellchecker/feedback_unittest.cc',
382 'browser/spellchecker/misspelling_unittest.cc',
383 'browser/spellchecker/spellcheck_action_unittest.cc',
384 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', 380 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
385 'browser/spellchecker/spellcheck_host_metrics_unittest.cc',
386 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', 381 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc',
387 'browser/spellchecker/spellcheck_message_filter_unittest.cc', 382 'browser/spellchecker/spellcheck_message_filter_unittest.cc',
388 'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
389 'browser/spellchecker/spellcheck_service_unittest.cc', 383 'browser/spellchecker/spellcheck_service_unittest.cc',
390 'browser/spellchecker/spelling_service_client_unittest.cc', 384 'browser/spellchecker/spelling_service_client_unittest.cc',
391 'browser/spellchecker/word_trimmer_unittest.cc',
392 'tools/convert_dict/convert_dict_unittest.cc', 385 'tools/convert_dict/convert_dict_unittest.cc',
393 ], 386 ],
394 'chrome_unit_tests_background_sources': [ 387 'chrome_unit_tests_background_sources': [
395 'browser/background/background_application_list_model_unittest.cc', 388 'browser/background/background_application_list_model_unittest.cc',
396 'browser/background/background_contents_service_unittest.cc', 389 'browser/background/background_contents_service_unittest.cc',
397 'browser/background/background_mode_manager_unittest.cc', 390 'browser/background/background_mode_manager_unittest.cc',
398 'browser/background/background_mode_optimizer_unittest.cc', 391 'browser/background/background_mode_optimizer_unittest.cc',
399 ], 392 ],
400 'chrome_unit_tests_extensions_sources': [ 393 'chrome_unit_tests_extensions_sources': [
401 '../apps/saved_files_service_unittest.cc', 394 '../apps/saved_files_service_unittest.cc',
(...skipping 2615 matching lines...) Expand 10 before | Expand all | Expand 10 after
3017 'dependencies': [ 3010 'dependencies': [
3018 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3019 ], 3012 ],
3020 }], 3013 }],
3021 ], 3014 ],
3022 }, 3015 },
3023 ], 3016 ],
3024 }], 3017 }],
3025 ], # 'conditions' 3018 ], # 'conditions'
3026 } 3019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698