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

Side by Side Diff: components/components_tests.gyp

Issue 2049653002: tracing v2: Add TraceRingBuffer class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | components/tracing.gyp » ('j') | components/tracing/core/trace_ring_buffer.h » ('J')
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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 'sync_sessions/tab_node_pool_unittest.cc', 828 'sync_sessions/tab_node_pool_unittest.cc',
829 ], 829 ],
830 'syncable_prefs_unittest_sources': [ 830 'syncable_prefs_unittest_sources': [
831 'syncable_prefs/pref_model_associator_unittest.cc', 831 'syncable_prefs/pref_model_associator_unittest.cc',
832 'syncable_prefs/pref_service_syncable_unittest.cc', 832 'syncable_prefs/pref_service_syncable_unittest.cc',
833 ], 833 ],
834 'tracing_unittest_sources': [ 834 'tracing_unittest_sources': [
835 'tracing/browser/trace_config_file_unittest.cc', 835 'tracing/browser/trace_config_file_unittest.cc',
836 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', 836 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
837 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', 837 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
838 'tracing/core/trace_ring_buffer_unittest.cc',
838 ], 839 ],
839 'translate_unittest_sources': [ 840 'translate_unittest_sources': [
840 'translate/core/browser/mock_translate_driver.cc', 841 'translate/core/browser/mock_translate_driver.cc',
841 'translate/core/browser/language_state_unittest.cc', 842 'translate/core/browser/language_state_unittest.cc',
842 'translate/core/browser/translate_browser_metrics_unittest.cc', 843 'translate/core/browser/translate_browser_metrics_unittest.cc',
843 'translate/core/browser/translate_language_list_unittest.cc', 844 'translate/core/browser/translate_language_list_unittest.cc',
844 'translate/core/browser/translate_manager_unittest.cc', 845 'translate/core/browser/translate_manager_unittest.cc',
845 'translate/core/browser/translate_prefs_unittest.cc', 846 'translate/core/browser/translate_prefs_unittest.cc',
846 'translate/core/browser/translate_script_unittest.cc', 847 'translate/core/browser/translate_script_unittest.cc',
847 'translate/core/browser/translate_ui_delegate_unittest.cc', 848 'translate/core/browser/translate_ui_delegate_unittest.cc',
(...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 'dependencies': [ 1974 'dependencies': [
1974 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1975 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1975 ], 1976 ],
1976 }], 1977 }],
1977 ], 1978 ],
1978 }, 1979 },
1979 ], 1980 ],
1980 }], 1981 }],
1981 ], 1982 ],
1982 } 1983 }
OLDNEW
« no previous file with comments | « no previous file | components/tracing.gyp » ('j') | components/tracing/core/trace_ring_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698