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

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: rebase 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
« no previous file with comments | « components/BUILD.gn ('k') | components/spellcheck.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'signin/core/browser/account_tracker_service_unittest.cc', 746 'signin/core/browser/account_tracker_service_unittest.cc',
747 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', 747 'signin/core/browser/gaia_cookie_manager_service_unittest.cc',
748 'signin/core/browser/refresh_token_annotation_request_unittest.cc', 748 'signin/core/browser/refresh_token_annotation_request_unittest.cc',
749 'signin/core/browser/signin_error_controller_unittest.cc', 749 'signin/core/browser/signin_error_controller_unittest.cc',
750 'signin/core/browser/signin_investigator_unittest.cc', 750 'signin/core/browser/signin_investigator_unittest.cc',
751 'signin/core/browser/signin_status_metrics_provider_unittest.cc', 751 'signin/core/browser/signin_status_metrics_provider_unittest.cc',
752 'signin/core/browser/webdata/token_service_table_unittest.cc', 752 'signin/core/browser/webdata/token_service_table_unittest.cc',
753 'signin/ios/browser/account_consistency_service_unittest.mm', 753 'signin/ios/browser/account_consistency_service_unittest.mm',
754 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' , 754 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' ,
755 ], 755 ],
756 'spellcheck_unittest_sources': [
757 'spellcheck/renderer/custom_dictionary_engine_unittest.cc',
758 'spellcheck/renderer/spellcheck_multilingual_unittest.cc',
759 'spellcheck/renderer/spellcheck_provider_hunspell_unittest.cc',
760 'spellcheck/renderer/spellcheck_provider_mac_unittest.cc',
761 'spellcheck/renderer/spellcheck_provider_test.cc',
762 'spellcheck/renderer/spellcheck_provider_test.h',
763 'spellcheck/renderer/spellcheck_unittest.cc',
764 'spellcheck/renderer/spellcheck_worditerator_unittest.cc',
765 ],
756 'ssl_config_unittest_sources': [ 766 'ssl_config_unittest_sources': [
757 'ssl_config/ssl_config_service_manager_pref_unittest.cc', 767 'ssl_config/ssl_config_service_manager_pref_unittest.cc',
758 ], 768 ],
759 'ssl_errors_unittest_sources': [ 769 'ssl_errors_unittest_sources': [
760 'ssl_errors/error_classification_unittest.cc' 770 'ssl_errors/error_classification_unittest.cc'
761 ], 771 ],
762 'storage_monitor_unittest_sources': [ 772 'storage_monitor_unittest_sources': [
763 'storage_monitor/image_capture_device_manager_unittest.mm', 773 'storage_monitor/image_capture_device_manager_unittest.mm',
764 'storage_monitor/media_storage_util_unittest.cc', 774 'storage_monitor/media_storage_util_unittest.cc',
765 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 775 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 'components.gyp:rappor', 1293 'components.gyp:rappor',
1284 'components.gyp:rappor_test_support', 1294 'components.gyp:rappor_test_support',
1285 'components.gyp:search', 1295 'components.gyp:search',
1286 'components.gyp:search_engines', 1296 'components.gyp:search_engines',
1287 'components.gyp:search_engines_test_support', 1297 'components.gyp:search_engines_test_support',
1288 'components.gyp:search_provider_logos', 1298 'components.gyp:search_provider_logos',
1289 'components.gyp:security_state', 1299 'components.gyp:security_state',
1290 'components.gyp:sessions_test_support', 1300 'components.gyp:sessions_test_support',
1291 'components.gyp:signin_core_browser', 1301 'components.gyp:signin_core_browser',
1292 'components.gyp:signin_core_browser_test_support', 1302 'components.gyp:signin_core_browser_test_support',
1303 'components.gyp:spellcheck_renderer',
1293 'components.gyp:ssl_config', 1304 'components.gyp:ssl_config',
1294 'components.gyp:ssl_errors', 1305 'components.gyp:ssl_errors',
1295 'components.gyp:subresource_filter_core_browser_test_support', 1306 'components.gyp:subresource_filter_core_browser_test_support',
1296 'components.gyp:subresource_filter_core_browser', 1307 'components.gyp:subresource_filter_core_browser',
1297 'components.gyp:subresource_filter_core_common', 1308 'components.gyp:subresource_filter_core_common',
1298 'components.gyp:subresource_filter_core_common_test_support', 1309 'components.gyp:subresource_filter_core_common_test_support',
1299 'components.gyp:suggestions', 1310 'components.gyp:suggestions',
1300 'components.gyp:supervised_user_error_page', 1311 'components.gyp:supervised_user_error_page',
1301 'components.gyp:sync_bookmarks', 1312 'components.gyp:sync_bookmarks',
1302 'components.gyp:sync_driver', 1313 'components.gyp:sync_driver',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 'sources': [ 1373 'sources': [
1363 'bookmarks/browser/bookmark_node_data_unittest.cc', 1374 'bookmarks/browser/bookmark_node_data_unittest.cc',
1364 'constrained_window/constrained_window_views_unittest.cc', 1375 'constrained_window/constrained_window_views_unittest.cc',
1365 ], 1376 ],
1366 'dependencies': [ 1377 'dependencies': [
1367 '<(DEPTH)/ui/views/views.gyp:views', 1378 '<(DEPTH)/ui/views/views.gyp:views',
1368 '<(DEPTH)/ui/views/views.gyp:views_test_support', 1379 '<(DEPTH)/ui/views/views.gyp:views_test_support',
1369 'components.gyp:constrained_window', 1380 'components.gyp:constrained_window',
1370 ] 1381 ]
1371 }], 1382 }],
1383 ['enable_spellcheck==1', {
1384 'sources': [ '<@(spellcheck_unittest_sources)' ],
1385 'conditions': [
1386 ['OS=="android"', {
1387 'sources!': [
1388 'spellcheck/renderer/spellcheck_multilingual_unittest.cc',
1389 'spellcheck/renderer/spellcheck_provider_hunspell_unittest.cc',
1390 'spellcheck/renderer/spellcheck_unittest.cc',
1391 ],
1392 }],
1393 ['OS=="mac"', {
1394 'sources!': [
1395 'spellcheck/renderer/spellcheck_multilingual_unittest.cc',
1396 'spellcheck/renderer/spellcheck_provider_hunspell_unittest.cc',
1397 ],
1398 }],
1399 ],
1400 }],
1372 ['OS=="win"', { 1401 ['OS=="win"', {
1373 'dependencies': [ 1402 'dependencies': [
1374 'components.gyp:browser_watcher', 1403 'components.gyp:browser_watcher',
1375 'components.gyp:browser_watcher_client', 1404 'components.gyp:browser_watcher_client',
1376 ] 1405 ]
1377 }], 1406 }],
1378 ['OS != "ios"', { 1407 ['OS != "ios"', {
1379 'sources': [ 1408 'sources': [
1380 '<@(certificate_reporting_unittest_sources)', 1409 '<@(certificate_reporting_unittest_sources)',
1381 '<@(certificate_transparency_unittest_sources)', 1410 '<@(certificate_transparency_unittest_sources)',
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
2109 'dependencies': [ 2138 'dependencies': [
2110 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2139 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2111 ], 2140 ],
2112 }], 2141 }],
2113 ], 2142 ],
2114 }, 2143 },
2115 ], 2144 ],
2116 }], 2145 }],
2117 ], 2146 ],
2118 } 2147 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/spellcheck.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698