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

Side by Side Diff: components/components_tests.gyp

Issue 1617263002: Revert of [tracing] Dump child processes' memory metrics in browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web_cache2_base
Patch Set: Created 4 years, 11 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 | « chrome/test/base/tracing_browsertest.cc ('k') | components/tracing.gyp » ('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 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'sync_sessions/session_data_type_controller_unittest.cc', 742 'sync_sessions/session_data_type_controller_unittest.cc',
743 'sync_sessions/synced_session_tracker_unittest.cc', 743 'sync_sessions/synced_session_tracker_unittest.cc',
744 'sync_sessions/tab_node_pool_unittest.cc', 744 'sync_sessions/tab_node_pool_unittest.cc',
745 ], 745 ],
746 'syncable_prefs_unittest_sources': [ 746 'syncable_prefs_unittest_sources': [
747 'syncable_prefs/pref_model_associator_unittest.cc', 747 'syncable_prefs/pref_model_associator_unittest.cc',
748 'syncable_prefs/pref_service_syncable_unittest.cc', 748 'syncable_prefs/pref_service_syncable_unittest.cc',
749 ], 749 ],
750 'tracing_unittest_sources': [ 750 'tracing_unittest_sources': [
751 'tracing/graphics_memory_dump_provider_android_unittest.cc', 751 'tracing/graphics_memory_dump_provider_android_unittest.cc',
752 'tracing/process_metrics_memory_dump_provider_unittest.cc',
753 'tracing/trace_config_file_unittest.cc', 752 'tracing/trace_config_file_unittest.cc',
754 ], 753 ],
755 'translate_unittest_sources': [ 754 'translate_unittest_sources': [
756 'translate/core/browser/language_state_unittest.cc', 755 'translate/core/browser/language_state_unittest.cc',
757 'translate/core/browser/translate_browser_metrics_unittest.cc', 756 'translate/core/browser/translate_browser_metrics_unittest.cc',
758 'translate/core/browser/translate_language_list_unittest.cc', 757 'translate/core/browser/translate_language_list_unittest.cc',
759 'translate/core/browser/translate_manager_unittest.cc', 758 'translate/core/browser/translate_manager_unittest.cc',
760 'translate/core/browser/translate_prefs_unittest.cc', 759 'translate/core/browser/translate_prefs_unittest.cc',
761 'translate/core/browser/translate_script_unittest.cc', 760 'translate/core/browser/translate_script_unittest.cc',
762 'translate/core/common/translate_metrics_unittest.cc', 761 'translate/core/common/translate_metrics_unittest.cc',
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 'dependencies': [ 1877 'dependencies': [
1879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1878 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1880 ], 1879 ],
1881 }], 1880 }],
1882 ], 1881 ],
1883 }, 1882 },
1884 ], 1883 ],
1885 }], 1884 }],
1886 ], 1885 ],
1887 } 1886 }
OLDNEW
« no previous file with comments | « chrome/test/base/tracing_browsertest.cc ('k') | components/tracing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698