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

Side by Side Diff: components/components_tests.gyp

Issue 2198143002: Componentize spellcheck [3]: move renderer/ files to component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix formatting 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'signin/core/browser/account_tracker_service_unittest.cc', 776 'signin/core/browser/account_tracker_service_unittest.cc',
777 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', 777 'signin/core/browser/gaia_cookie_manager_service_unittest.cc',
778 'signin/core/browser/refresh_token_annotation_request_unittest.cc', 778 'signin/core/browser/refresh_token_annotation_request_unittest.cc',
779 'signin/core/browser/signin_error_controller_unittest.cc', 779 'signin/core/browser/signin_error_controller_unittest.cc',
780 'signin/core/browser/signin_investigator_unittest.cc', 780 'signin/core/browser/signin_investigator_unittest.cc',
781 'signin/core/browser/signin_status_metrics_provider_unittest.cc', 781 'signin/core/browser/signin_status_metrics_provider_unittest.cc',
782 'signin/core/browser/webdata/token_service_table_unittest.cc', 782 'signin/core/browser/webdata/token_service_table_unittest.cc',
783 'signin/ios/browser/account_consistency_service_unittest.mm', 783 'signin/ios/browser/account_consistency_service_unittest.mm',
784 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' , 784 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' ,
785 ], 785 ],
786 'spellcheck_unittest_sources': [
787 'spellcheck/renderer/custom_dictionary_engine_unittest.cc',
788 'spellcheck/renderer/spellcheck_multilingual_unittest.cc',
789 'spellcheck/renderer/spellcheck_provider_hunspell_unittest.cc',
790 'spellcheck/renderer/spellcheck_provider_mac_unittest.cc',
791 'spellcheck/renderer/spellcheck_provider_test.cc',
792 'spellcheck/renderer/spellcheck_provider_test.h',
793 'spellcheck/renderer/spellcheck_unittest.cc',
794 'spellcheck/renderer/spellcheck_worditerator_unittest.cc',
795 ],
786 'ssl_config_unittest_sources': [ 796 'ssl_config_unittest_sources': [
787 'ssl_config/ssl_config_service_manager_pref_unittest.cc', 797 'ssl_config/ssl_config_service_manager_pref_unittest.cc',
788 ], 798 ],
789 'ssl_errors_unittest_sources': [ 799 'ssl_errors_unittest_sources': [
790 'ssl_errors/error_classification_unittest.cc' 800 'ssl_errors/error_classification_unittest.cc'
791 ], 801 ],
792 'storage_monitor_unittest_sources': [ 802 'storage_monitor_unittest_sources': [
793 'storage_monitor/image_capture_device_manager_unittest.mm', 803 'storage_monitor/image_capture_device_manager_unittest.mm',
794 'storage_monitor/media_storage_util_unittest.cc', 804 'storage_monitor/media_storage_util_unittest.cc',
795 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 805 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 'components.gyp:rappor', 1237 'components.gyp:rappor',
1228 'components.gyp:rappor_test_support', 1238 'components.gyp:rappor_test_support',
1229 'components.gyp:search', 1239 'components.gyp:search',
1230 'components.gyp:search_engines', 1240 'components.gyp:search_engines',
1231 'components.gyp:search_engines_test_support', 1241 'components.gyp:search_engines_test_support',
1232 'components.gyp:search_provider_logos', 1242 'components.gyp:search_provider_logos',
1233 'components.gyp:security_state', 1243 'components.gyp:security_state',
1234 'components.gyp:sessions_test_support', 1244 'components.gyp:sessions_test_support',
1235 'components.gyp:signin_core_browser', 1245 'components.gyp:signin_core_browser',
1236 'components.gyp:signin_core_browser_test_support', 1246 'components.gyp:signin_core_browser_test_support',
1247 'components.gyp:spellcheck_renderer',
1237 'components.gyp:ssl_config', 1248 'components.gyp:ssl_config',
1238 'components.gyp:ssl_errors', 1249 'components.gyp:ssl_errors',
1239 'components.gyp:subresource_filter_core_browser_test_support', 1250 'components.gyp:subresource_filter_core_browser_test_support',
1240 'components.gyp:subresource_filter_core_browser', 1251 'components.gyp:subresource_filter_core_browser',
1241 'components.gyp:subresource_filter_core_common', 1252 'components.gyp:subresource_filter_core_common',
1242 'components.gyp:subresource_filter_core_common_test_support', 1253 'components.gyp:subresource_filter_core_common_test_support',
1243 'components.gyp:suggestions', 1254 'components.gyp:suggestions',
1244 'components.gyp:supervised_user_error_page', 1255 'components.gyp:supervised_user_error_page',
1245 'components.gyp:sync_bookmarks', 1256 'components.gyp:sync_bookmarks',
1246 'components.gyp:sync_driver', 1257 'components.gyp:sync_driver',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 'sources': [ 1313 'sources': [
1303 'bookmarks/browser/bookmark_node_data_unittest.cc', 1314 'bookmarks/browser/bookmark_node_data_unittest.cc',
1304 'constrained_window/constrained_window_views_unittest.cc', 1315 'constrained_window/constrained_window_views_unittest.cc',
1305 ], 1316 ],
1306 'dependencies': [ 1317 'dependencies': [
1307 '<(DEPTH)/ui/views/views.gyp:views', 1318 '<(DEPTH)/ui/views/views.gyp:views',
1308 '<(DEPTH)/ui/views/views.gyp:views_test_support', 1319 '<(DEPTH)/ui/views/views.gyp:views_test_support',
1309 'components.gyp:constrained_window', 1320 'components.gyp:constrained_window',
1310 ] 1321 ]
1311 }], 1322 }],
1323 ['enable_spellcheck==1', {
1324 'sources': [ '<@(spellcheck_unittest_sources)' ],
1325 'conditions': [
1326 ['OS=="android"', {
1327 'sources!': [
1328 'spellcheck/renderer/spellcheck_multilingual_unittest.cc',
1329 'spellcheck/renderer/spellcheck_provider_hunspell_unittest.cc',
1330 'spellcheck/renderer/spellcheck_unittest.cc',
1331 ],
1332 }],
1333 ['OS=="mac"', {
1334 'sources!': [
1335 'spellcheck/renderer/spellcheck_multilingual_unittest.cc',
1336 'spellcheck/renderer/spellcheck_provider_hunspell_unittest.cc',
1337 ],
1338 }],
1339 ],
1340 }],
1312 ['OS=="win"', { 1341 ['OS=="win"', {
1313 'dependencies': [ 1342 'dependencies': [
1314 'components.gyp:browser_watcher', 1343 'components.gyp:browser_watcher',
1315 'components.gyp:browser_watcher_client', 1344 'components.gyp:browser_watcher_client',
1316 ] 1345 ]
1317 }], 1346 }],
1318 ['OS != "ios"', { 1347 ['OS != "ios"', {
1319 'sources': [ 1348 'sources': [
1320 '<@(certificate_reporting_unittest_sources)', 1349 '<@(certificate_reporting_unittest_sources)',
1321 '<@(certificate_transparency_unittest_sources)', 1350 '<@(certificate_transparency_unittest_sources)',
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 'dependencies': [ 2079 'dependencies': [
2051 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2080 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2052 ], 2081 ],
2053 }], 2082 }],
2054 ], 2083 ],
2055 }, 2084 },
2056 ], 2085 ],
2057 }], 2086 }],
2058 ], 2087 ],
2059 } 2088 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698