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

Side by Side Diff: components/components_tests.gyp

Issue 2150783003: Add memory pressure dispatching callback to MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mc-3-client
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/memory_coordinator/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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'leveldb_proto_unittest_sources': [ 345 'leveldb_proto_unittest_sources': [
346 'leveldb_proto/proto_database_impl_unittest.cc', 346 'leveldb_proto/proto_database_impl_unittest.cc',
347 ], 347 ],
348 'link_header_util_unittest_sources': [ 348 'link_header_util_unittest_sources': [
349 'link_header_util/link_header_util_unittest.cc', 349 'link_header_util/link_header_util_unittest.cc',
350 ], 350 ],
351 'login_unittest_sources': [ 351 'login_unittest_sources': [
352 'login/screens/screen_context_unittest.cc', 352 'login/screens/screen_context_unittest.cc',
353 ], 353 ],
354 'memory_coordinator_unittest_sources': [ 354 'memory_coordinator_unittest_sources': [
355 'memory_coordinator/browser/memory_coordinator_unittest.cc',
355 'memory_coordinator/child/child_memory_coordinator_impl_unittest.cc', 356 'memory_coordinator/child/child_memory_coordinator_impl_unittest.cc',
356 ], 357 ],
357 'memory_pressure_unittest_sources': [ 358 'memory_pressure_unittest_sources': [
358 'memory_pressure/direct_memory_pressure_calculator_linux_unittest.cc', 359 'memory_pressure/direct_memory_pressure_calculator_linux_unittest.cc',
359 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc', 360 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc',
360 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', 361 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc',
361 'memory_pressure/memory_pressure_monitor_unittest.cc', 362 'memory_pressure/memory_pressure_monitor_unittest.cc',
362 'memory_pressure/memory_pressure_stats_collector_unittest.cc', 363 'memory_pressure/memory_pressure_stats_collector_unittest.cc',
363 'memory_pressure/test_memory_pressure_calculator.cc', 364 'memory_pressure/test_memory_pressure_calculator.cc',
364 'memory_pressure/test_memory_pressure_calculator.h', 365 'memory_pressure/test_memory_pressure_calculator.h',
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 'components.gyp:dom_distiller_content_browser', 1356 'components.gyp:dom_distiller_content_browser',
1356 'components.gyp:dom_distiller_content_renderer', 1357 'components.gyp:dom_distiller_content_renderer',
1357 'components.gyp:domain_reliability', 1358 'components.gyp:domain_reliability',
1358 'components.gyp:error_page_renderer', 1359 'components.gyp:error_page_renderer',
1359 'components.gyp:favicon_content', 1360 'components.gyp:favicon_content',
1360 'components.gyp:guest_view_browser', 1361 'components.gyp:guest_view_browser',
1361 'components.gyp:guest_view_common', 1362 'components.gyp:guest_view_common',
1362 'components.gyp:guest_view_test_support', 1363 'components.gyp:guest_view_test_support',
1363 'components.gyp:history_content_browser', 1364 'components.gyp:history_content_browser',
1364 'components.gyp:keyed_service_content', 1365 'components.gyp:keyed_service_content',
1366 'components.gyp:memory_coordinator_browser',
1365 'components.gyp:memory_coordinator_child', 1367 'components.gyp:memory_coordinator_child',
1366 'components.gyp:metrics_gpu', 1368 'components.gyp:metrics_gpu',
1367 'components.gyp:navigation_interception', 1369 'components.gyp:navigation_interception',
1368 'components.gyp:network_hints_renderer', 1370 'components.gyp:network_hints_renderer',
1369 'components.gyp:ntp_tiles', 1371 'components.gyp:ntp_tiles',
1370 'components.gyp:packed_ct_ev_whitelist', 1372 'components.gyp:packed_ct_ev_whitelist',
1371 'components.gyp:page_load_metrics_browser', 1373 'components.gyp:page_load_metrics_browser',
1372 'components.gyp:page_load_metrics_renderer', 1374 'components.gyp:page_load_metrics_renderer',
1373 'components.gyp:password_manager_content_browser', 1375 'components.gyp:password_manager_content_browser',
1374 'components.gyp:power', 1376 'components.gyp:power',
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
2043 'dependencies': [ 2045 'dependencies': [
2044 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2046 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2045 ], 2047 ],
2046 }], 2048 }],
2047 ], 2049 ],
2048 }, 2050 },
2049 ], 2051 ],
2050 }], 2052 }],
2051 ], 2053 ],
2052 } 2054 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/memory_coordinator/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698