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

Side by Side Diff: components/components_tests.gyp

Issue 1943383002: Add display_compositor unittests into components_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 7 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/display_compositor.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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ], 168 ],
169 'data_usage_unittest_sources': [ 169 'data_usage_unittest_sources': [
170 'data_usage/core/data_use_aggregator_unittest.cc', 170 'data_usage/core/data_use_aggregator_unittest.cc',
171 ], 171 ],
172 'device_event_log_unittest_sources': [ 172 'device_event_log_unittest_sources': [
173 'device_event_log/device_event_log_impl_unittest.cc', 173 'device_event_log/device_event_log_impl_unittest.cc',
174 ], 174 ],
175 'devtools_http_handler_unittest_sources': [ 175 'devtools_http_handler_unittest_sources': [
176 'devtools_http_handler/devtools_http_handler_unittest.cc', 176 'devtools_http_handler/devtools_http_handler_unittest.cc',
177 ], 177 ],
178 'display_compositor_unittest_sources': [
179 'display_compositor/buffer_queue_unittest.cc',
180 ],
178 'dom_distiller_unittest_sources': [ 181 'dom_distiller_unittest_sources': [
179 'dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc', 182 'dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc',
180 'dom_distiller/content/browser/web_contents_main_frame_observer_unittest.c c', 183 'dom_distiller/content/browser/web_contents_main_frame_observer_unittest.c c',
181 'dom_distiller/core/article_entry_unittest.cc', 184 'dom_distiller/core/article_entry_unittest.cc',
182 'dom_distiller/core/distillable_page_detector_unittest.cc', 185 'dom_distiller/core/distillable_page_detector_unittest.cc',
183 'dom_distiller/core/distilled_content_store_unittest.cc', 186 'dom_distiller/core/distilled_content_store_unittest.cc',
184 'dom_distiller/core/distilled_page_prefs_unittests.cc', 187 'dom_distiller/core/distilled_page_prefs_unittests.cc',
185 'dom_distiller/core/distiller_unittest.cc', 188 'dom_distiller/core/distiller_unittest.cc',
186 'dom_distiller/core/distiller_url_fetcher_unittest.cc', 189 'dom_distiller/core/distiller_url_fetcher_unittest.cc',
187 'dom_distiller/core/dom_distiller_model_unittest.cc', 190 'dom_distiller/core/dom_distiller_model_unittest.cc',
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 'dependencies': [ 1215 'dependencies': [
1213 'components.gyp:browser_watcher', 1216 'components.gyp:browser_watcher',
1214 'components.gyp:browser_watcher_client', 1217 'components.gyp:browser_watcher_client',
1215 ] 1218 ]
1216 }], 1219 }],
1217 ['OS != "ios"', { 1220 ['OS != "ios"', {
1218 'sources': [ 1221 'sources': [
1219 '<@(certificate_transparency_unittest_sources)', 1222 '<@(certificate_transparency_unittest_sources)',
1220 '<@(child_trace_message_filter_unittest_sources)', 1223 '<@(child_trace_message_filter_unittest_sources)',
1221 '<@(devtools_http_handler_unittest_sources)', 1224 '<@(devtools_http_handler_unittest_sources)',
1225 '<@(display_compositor_unittest_sources)',
1222 '<@(domain_reliability_unittest_sources)', 1226 '<@(domain_reliability_unittest_sources)',
1223 '<@(error_page_unittest_sources)', 1227 '<@(error_page_unittest_sources)',
1224 '<@(guest_view_unittest_sources)', 1228 '<@(guest_view_unittest_sources)',
1225 '<@(navigation_interception_unittest_sources)', 1229 '<@(navigation_interception_unittest_sources)',
1226 '<@(network_hints_unittest_sources)', 1230 '<@(network_hints_unittest_sources)',
1227 '<@(packed_ct_ev_whitelist_unittest_sources)', 1231 '<@(packed_ct_ev_whitelist_unittest_sources)',
1228 '<@(page_load_metrics_unittest_sources)', 1232 '<@(page_load_metrics_unittest_sources)',
1229 '<@(power_unittest_sources)', 1233 '<@(power_unittest_sources)',
1230 '<@(safe_browsing_db_unittest_sources)', 1234 '<@(safe_browsing_db_unittest_sources)',
1231 '<@(safe_json_unittest_sources)', 1235 '<@(safe_json_unittest_sources)',
(...skipping 11 matching lines...) Expand all
1243 '../content/content_shell_and_tests.gyp:test_support_content', 1247 '../content/content_shell_and_tests.gyp:test_support_content',
1244 '../skia/skia.gyp:skia', 1248 '../skia/skia.gyp:skia',
1245 'components.gyp:autofill_content_browser', 1249 'components.gyp:autofill_content_browser',
1246 'components.gyp:autofill_content_renderer', 1250 'components.gyp:autofill_content_renderer',
1247 'components.gyp:autofill_content_test_support', 1251 'components.gyp:autofill_content_test_support',
1248 'components.gyp:certificate_transparency', 1252 'components.gyp:certificate_transparency',
1249 'components.gyp:crash_test_support', 1253 'components.gyp:crash_test_support',
1250 'components.gyp:data_reduction_proxy_content_browser', 1254 'components.gyp:data_reduction_proxy_content_browser',
1251 'components.gyp:data_use_measurement_content', 1255 'components.gyp:data_use_measurement_content',
1252 'components.gyp:devtools_http_handler', 1256 'components.gyp:devtools_http_handler',
1257 'components.gyp:display_compositor',
1253 'components.gyp:dom_distiller_content_browser', 1258 'components.gyp:dom_distiller_content_browser',
1254 'components.gyp:dom_distiller_content_renderer', 1259 'components.gyp:dom_distiller_content_renderer',
1255 'components.gyp:domain_reliability', 1260 'components.gyp:domain_reliability',
1256 'components.gyp:error_page_renderer', 1261 'components.gyp:error_page_renderer',
1257 'components.gyp:favicon_content', 1262 'components.gyp:favicon_content',
1258 'components.gyp:guest_view_browser', 1263 'components.gyp:guest_view_browser',
1259 'components.gyp:guest_view_common', 1264 'components.gyp:guest_view_common',
1260 'components.gyp:guest_view_test_support', 1265 'components.gyp:guest_view_test_support',
1261 'components.gyp:history_content_browser', 1266 'components.gyp:history_content_browser',
1262 'components.gyp:keyed_service_content', 1267 'components.gyp:keyed_service_content',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1308 ], 1313 ],
1309 }], 1314 }],
1310 ['safe_browsing == 2 and OS != "ios"', { 1315 ['safe_browsing == 2 and OS != "ios"', {
1311 'dependencies': [ 1316 'dependencies': [
1312 'components.gyp:safe_browsing_db_mobile', 1317 'components.gyp:safe_browsing_db_mobile',
1313 ], 1318 ],
1314 'sources': [ 1319 'sources': [
1315 '<@(safe_browsing_db_mobile_unittest_sources)', 1320 '<@(safe_browsing_db_mobile_unittest_sources)',
1316 ], 1321 ],
1317 }], 1322 }],
1323 ['OS != "mac" and use_aura == 0', {
1324 'sources!': [
1325 'display_compositor/buffer_queue_unittest.cc',
1326 ],
1327 }],
1318 ], 1328 ],
1319 }, { # 'OS == "ios"' 1329 }, { # 'OS == "ios"'
1320 'sources': [ 1330 'sources': [
1321 'webp_transcode/webp_decoder_unittest.mm', 1331 'webp_transcode/webp_decoder_unittest.mm',
1322 ], 1332 ],
1323 'sources/': [ 1333 'sources/': [
1324 # Exclude all tests that depends on //content (based on layered- 1334 # Exclude all tests that depends on //content (based on layered-
1325 # component directory structure). 1335 # component directory structure).
1326 ['exclude', '^[^/]*/content/'], 1336 ['exclude', '^[^/]*/content/'],
1327 ], 1337 ],
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 'dependencies': [ 1925 'dependencies': [
1916 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1917 ], 1927 ],
1918 }], 1928 }],
1919 ], 1929 ],
1920 }, 1930 },
1921 ], 1931 ],
1922 }], 1932 }],
1923 ], 1933 ],
1924 } 1934 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/display_compositor.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698