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

Side by Side Diff: components/components_tests.gyp

Issue 2134683002: tracing v2: Add base class for zero-copy protobuf (ProtoZero) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proto_utils
Patch Set: rebase Created 4 years, 5 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') | 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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 ], 867 ],
868 'syncable_prefs_unittest_sources': [ 868 'syncable_prefs_unittest_sources': [
869 'syncable_prefs/pref_model_associator_unittest.cc', 869 'syncable_prefs/pref_model_associator_unittest.cc',
870 'syncable_prefs/pref_service_syncable_unittest.cc', 870 'syncable_prefs/pref_service_syncable_unittest.cc',
871 ], 871 ],
872 'tracing_unittest_sources': [ 872 'tracing_unittest_sources': [
873 'tracing/browser/trace_config_file_unittest.cc', 873 'tracing/browser/trace_config_file_unittest.cc',
874 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', 874 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
875 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', 875 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
876 'tracing/core/proto_utils_unittest.cc', 876 'tracing/core/proto_utils_unittest.cc',
877 'tracing/core/proto_zero_message_unittest.cc',
877 'tracing/core/trace_ring_buffer_unittest.cc', 878 'tracing/core/trace_ring_buffer_unittest.cc',
878 'tracing/core/scattered_stream_writer_unittest.cc', 879 'tracing/core/scattered_stream_writer_unittest.cc',
879 'tracing/test/fake_scattered_buffer.cc', 880 'tracing/test/fake_scattered_buffer.cc',
880 'tracing/test/proto_zero_generation_unittest.cc', 881 'tracing/test/proto_zero_generation_unittest.cc',
881 ], 882 ],
882 'translate_unittest_sources': [ 883 'translate_unittest_sources': [
883 'translate/core/browser/language_state_unittest.cc', 884 'translate/core/browser/language_state_unittest.cc',
884 'translate/core/browser/mock_translate_driver.cc', 885 'translate/core/browser/mock_translate_driver.cc',
885 'translate/core/browser/translate_browser_metrics_unittest.cc', 886 'translate/core/browser/translate_browser_metrics_unittest.cc',
886 'translate/core/browser/translate_language_list_unittest.cc', 887 'translate/core/browser/translate_language_list_unittest.cc',
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 'dependencies': [ 2036 'dependencies': [
2036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2037 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2037 ], 2038 ],
2038 }], 2039 }],
2039 ], 2040 ],
2040 }, 2041 },
2041 ], 2042 ],
2042 }], 2043 }],
2043 ], 2044 ],
2044 } 2045 }
OLDNEW
« no previous file with comments | « no previous file | components/tracing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698