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

Side by Side Diff: components/components_tests.gyp

Issue 1310043004: Create MemoryPressureStatsCollector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nit. Created 5 years, 3 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 | « no previous file | components/memory_pressure.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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'leveldb_proto/proto_database_impl_unittest.cc', 302 'leveldb_proto/proto_database_impl_unittest.cc',
303 ], 303 ],
304 'login_unittest_sources': [ 304 'login_unittest_sources': [
305 'login/screens/screen_context_unittest.cc', 305 'login/screens/screen_context_unittest.cc',
306 ], 306 ],
307 'memory_pressure_unittest_sources': [ 307 'memory_pressure_unittest_sources': [
308 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc', 308 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc',
309 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', 309 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc',
310 'memory_pressure/test_memory_pressure_calculator.cc', 310 'memory_pressure/test_memory_pressure_calculator.cc',
311 'memory_pressure/test_memory_pressure_calculator.h', 311 'memory_pressure/test_memory_pressure_calculator.h',
312 'memory_pressure/memory_pressure_stats_collector_unittest.cc',
312 ], 313 ],
313 'metrics_unittest_sources': [ 314 'metrics_unittest_sources': [
314 'metrics/call_stack_profile_metrics_provider_unittest.cc', 315 'metrics/call_stack_profile_metrics_provider_unittest.cc',
315 'metrics/daily_event_unittest.cc', 316 'metrics/daily_event_unittest.cc',
316 'metrics/drive_metrics_provider_unittest.cc', 317 'metrics/drive_metrics_provider_unittest.cc',
317 'metrics/gpu/gpu_metrics_provider_unittest.cc', 318 'metrics/gpu/gpu_metrics_provider_unittest.cc',
318 'metrics/histogram_encoder_unittest.cc', 319 'metrics/histogram_encoder_unittest.cc',
319 'metrics/machine_id_provider_win_unittest.cc', 320 'metrics/machine_id_provider_win_unittest.cc',
320 'metrics/metrics_hashes_unittest.cc', 321 'metrics/metrics_hashes_unittest.cc',
321 'metrics/metrics_log_manager_unittest.cc', 322 'metrics/metrics_log_manager_unittest.cc',
(...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 'invalidation/impl/android/junit/', 1640 'invalidation/impl/android/junit/',
1640 'policy/android/junit/' 1641 'policy/android/junit/'
1641 ], 1642 ],
1642 }, 1643 },
1643 'includes': [ '../build/host_jar.gypi' ], 1644 'includes': [ '../build/host_jar.gypi' ],
1644 }, 1645 },
1645 ], 1646 ],
1646 }], 1647 }],
1647 ], 1648 ],
1648 } 1649 }
OLDNEW
« no previous file with comments | « no previous file | components/memory_pressure.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698