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

Side by Side Diff: components/components_tests.gyp

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/components.gyp ('k') | components/guest_view/browser/BUILD.gn » ('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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'translate/core/browser/translate_prefs_unittest.cc', 844 'translate/core/browser/translate_prefs_unittest.cc',
845 'translate/core/browser/translate_script_unittest.cc', 845 'translate/core/browser/translate_script_unittest.cc',
846 'translate/core/browser/translate_ui_delegate_unittest.cc', 846 'translate/core/browser/translate_ui_delegate_unittest.cc',
847 'translate/core/common/translate_metrics_unittest.cc', 847 'translate/core/common/translate_metrics_unittest.cc',
848 'translate/core/common/translate_util_unittest.cc', 848 'translate/core/common/translate_util_unittest.cc',
849 'translate/core/language_detection/language_detection_util_unittest.cc', 849 'translate/core/language_detection/language_detection_util_unittest.cc',
850 'translate/ios/browser/js_translate_manager_unittest.mm', 850 'translate/ios/browser/js_translate_manager_unittest.mm',
851 'translate/ios/browser/language_detection_controller_unittest.mm', 851 'translate/ios/browser/language_detection_controller_unittest.mm',
852 'translate/ios/browser/translate_controller_unittest.mm', 852 'translate/ios/browser/translate_controller_unittest.mm',
853 ], 853 ],
854 'ui_unittest_sources': [ 854 'zoom_unittest_sources': [
855 'ui/zoom/page_zoom_unittests.cc', 855 'zoom/page_zoom_unittests.cc',
856 ], 856 ],
857 'update_client_unittest_sources': [ 857 'update_client_unittest_sources': [
858 'update_client/component_patcher_unittest.cc', 858 'update_client/component_patcher_unittest.cc',
859 'update_client/crx_downloader_unittest.cc', 859 'update_client/crx_downloader_unittest.cc',
860 'update_client/persisted_data_unittest.cc', 860 'update_client/persisted_data_unittest.cc',
861 'update_client/ping_manager_unittest.cc', 861 'update_client/ping_manager_unittest.cc',
862 'update_client/request_sender_unittest.cc', 862 'update_client/request_sender_unittest.cc',
863 'update_client/update_checker_unittest.cc', 863 'update_client/update_checker_unittest.cc',
864 'update_client/update_client_unittest.cc', 864 'update_client/update_client_unittest.cc',
865 'update_client/update_query_params_unittest.cc', 865 'update_client/update_query_params_unittest.cc',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 '<@(navigation_interception_unittest_sources)', 1262 '<@(navigation_interception_unittest_sources)',
1263 '<@(network_hints_unittest_sources)', 1263 '<@(network_hints_unittest_sources)',
1264 '<@(packed_ct_ev_whitelist_unittest_sources)', 1264 '<@(packed_ct_ev_whitelist_unittest_sources)',
1265 '<@(page_load_metrics_unittest_sources)', 1265 '<@(page_load_metrics_unittest_sources)',
1266 '<@(power_unittest_sources)', 1266 '<@(power_unittest_sources)',
1267 '<@(safe_browsing_db_unittest_sources)', 1267 '<@(safe_browsing_db_unittest_sources)',
1268 '<@(safe_json_unittest_sources)', 1268 '<@(safe_json_unittest_sources)',
1269 '<@(scheduler_unittest_sources)', 1269 '<@(scheduler_unittest_sources)',
1270 '<@(storage_monitor_unittest_sources)', 1270 '<@(storage_monitor_unittest_sources)',
1271 '<@(tracing_unittest_sources)', 1271 '<@(tracing_unittest_sources)',
1272 '<@(ui_unittest_sources)',
1273 '<@(visitedlink_unittest_sources)', 1272 '<@(visitedlink_unittest_sources)',
1274 '<@(wallpaper_unittest_sources)', 1273 '<@(wallpaper_unittest_sources)',
1275 '<@(web_cache_unittest_sources)', 1274 '<@(web_cache_unittest_sources)',
1276 '<@(webcrypto_unittest_sources)', 1275 '<@(webcrypto_unittest_sources)',
1277 '<@(web_modal_unittest_sources)', 1276 '<@(web_modal_unittest_sources)',
1277 '<@(zoom_unittest_sources)',
1278 ], 1278 ],
1279 'dependencies': [ 1279 'dependencies': [
1280 '../content/content_shell_and_tests.gyp:test_support_content', 1280 '../content/content_shell_and_tests.gyp:test_support_content',
1281 '../skia/skia.gyp:skia', 1281 '../skia/skia.gyp:skia',
1282 'components.gyp:autofill_content_browser', 1282 'components.gyp:autofill_content_browser',
1283 'components.gyp:autofill_content_renderer', 1283 'components.gyp:autofill_content_renderer',
1284 'components.gyp:autofill_content_test_support', 1284 'components.gyp:autofill_content_test_support',
1285 'components.gyp:certificate_transparency', 1285 'components.gyp:certificate_transparency',
1286 'components.gyp:crash_test_support', 1286 'components.gyp:crash_test_support',
1287 'components.gyp:data_reduction_proxy_content_browser', 1287 'components.gyp:data_reduction_proxy_content_browser',
(...skipping 19 matching lines...) Expand all
1307 'components.gyp:password_manager_content_browser', 1307 'components.gyp:password_manager_content_browser',
1308 'components.gyp:power', 1308 'components.gyp:power',
1309 'components.gyp:precache_content', 1309 'components.gyp:precache_content',
1310 'components.gyp:safe_browsing_db', 1310 'components.gyp:safe_browsing_db',
1311 'components.gyp:safe_json', 1311 'components.gyp:safe_json',
1312 'components.gyp:safe_json_test_support', 1312 'components.gyp:safe_json_test_support',
1313 'components.gyp:sessions_content', 1313 'components.gyp:sessions_content',
1314 'components.gyp:storage_monitor', 1314 'components.gyp:storage_monitor',
1315 'components.gyp:storage_monitor_test_support', 1315 'components.gyp:storage_monitor_test_support',
1316 'components.gyp:test_database_manager', 1316 'components.gyp:test_database_manager',
1317 'components.gyp:ui_zoom',
1318 'components.gyp:url_matcher', 1317 'components.gyp:url_matcher',
1319 'components.gyp:visitedlink_browser', 1318 'components.gyp:visitedlink_browser',
1320 'components.gyp:visitedlink_renderer', 1319 'components.gyp:visitedlink_renderer',
1321 'components.gyp:wallpaper', 1320 'components.gyp:wallpaper',
1322 'components.gyp:web_cache_browser', 1321 'components.gyp:web_cache_browser',
1323 'components.gyp:web_modal', 1322 'components.gyp:web_modal',
1324 'components.gyp:web_modal_test_support', 1323 'components.gyp:web_modal_test_support',
1324 'components.gyp:zoom',
1325 'scheduler/scheduler.gyp:scheduler', 1325 'scheduler/scheduler.gyp:scheduler',
1326 'test_runner/test_runner.gyp:test_runner', 1326 'test_runner/test_runner.gyp:test_runner',
1327 'tracing.gyp:tracing', 1327 'tracing.gyp:tracing',
1328 'webcrypto/webcrypto.gyp:webcrypto', 1328 'webcrypto/webcrypto.gyp:webcrypto',
1329 '../third_party/boringssl/boringssl.gyp:boringssl', 1329 '../third_party/boringssl/boringssl.gyp:boringssl',
1330 '../third_party/re2/re2.gyp:re2', 1330 '../third_party/re2/re2.gyp:re2',
1331 ], 1331 ],
1332 'conditions': [ 1332 'conditions': [
1333 ['OS=="android"', { 1333 ['OS=="android"', {
1334 'sources' : [ 1334 'sources' : [
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 'dependencies': [ 1972 'dependencies': [
1973 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1973 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1974 ], 1974 ],
1975 }], 1975 }],
1976 ], 1976 ],
1977 }, 1977 },
1978 ], 1978 ],
1979 }], 1979 }],
1980 ], 1980 ],
1981 } 1981 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/guest_view/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698