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

Side by Side Diff: components/components_tests.gyp

Issue 2196663002: tracing v2: Introduce TraceBufferWriter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proto_refactor
Patch Set: Fix linking errors moving kChunkSize outside of exported class 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 | « 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 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'syncable_prefs_unittest_sources': [ 967 'syncable_prefs_unittest_sources': [
968 'syncable_prefs/pref_model_associator_unittest.cc', 968 'syncable_prefs/pref_model_associator_unittest.cc',
969 'syncable_prefs/pref_service_syncable_unittest.cc', 969 'syncable_prefs/pref_service_syncable_unittest.cc',
970 ], 970 ],
971 'tracing_unittest_sources': [ 971 'tracing_unittest_sources': [
972 'tracing/browser/trace_config_file_unittest.cc', 972 'tracing/browser/trace_config_file_unittest.cc',
973 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', 973 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
974 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', 974 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
975 'tracing/core/proto_utils_unittest.cc', 975 'tracing/core/proto_utils_unittest.cc',
976 'tracing/core/proto_zero_message_unittest.cc', 976 'tracing/core/proto_zero_message_unittest.cc',
977 'tracing/core/trace_buffer_writer_unittest.cc',
977 'tracing/core/trace_ring_buffer_unittest.cc', 978 'tracing/core/trace_ring_buffer_unittest.cc',
978 'tracing/core/scattered_stream_writer_unittest.cc', 979 'tracing/core/scattered_stream_writer_unittest.cc',
979 'tracing/test/fake_scattered_buffer.cc', 980 'tracing/test/fake_scattered_buffer.cc',
980 'tracing/test/proto_zero_generation_unittest.cc', 981 'tracing/test/proto_zero_generation_unittest.cc',
981 ], 982 ],
982 'translate_unittest_sources': [ 983 'translate_unittest_sources': [
983 'translate/core/browser/language_state_unittest.cc', 984 'translate/core/browser/language_state_unittest.cc',
984 'translate/core/browser/mock_translate_driver.cc', 985 'translate/core/browser/mock_translate_driver.cc',
985 'translate/core/browser/translate_browser_metrics_unittest.cc', 986 'translate/core/browser/translate_browser_metrics_unittest.cc',
986 'translate/core/browser/translate_language_list_unittest.cc', 987 'translate/core/browser/translate_language_list_unittest.cc',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 'components.gyp:url_matcher', 1484 'components.gyp:url_matcher',
1484 'components.gyp:visitedlink_browser', 1485 'components.gyp:visitedlink_browser',
1485 'components.gyp:visitedlink_renderer', 1486 'components.gyp:visitedlink_renderer',
1486 'components.gyp:wallpaper', 1487 'components.gyp:wallpaper',
1487 'components.gyp:web_cache_browser', 1488 'components.gyp:web_cache_browser',
1488 'components.gyp:web_modal', 1489 'components.gyp:web_modal',
1489 'components.gyp:web_modal_test_support', 1490 'components.gyp:web_modal_test_support',
1490 'components.gyp:zoom', 1491 'components.gyp:zoom',
1491 'scheduler/scheduler.gyp:scheduler', 1492 'scheduler/scheduler.gyp:scheduler',
1492 'test_runner/test_runner.gyp:test_runner', 1493 'test_runner/test_runner.gyp:test_runner',
1494 'tracing.gyp:golden_protos_for_tests',
1493 'tracing.gyp:proto_zero_testing_messages', 1495 'tracing.gyp:proto_zero_testing_messages',
1494 'tracing.gyp:tracing', 1496 'tracing.gyp:tracing',
1495 'webcrypto/webcrypto.gyp:webcrypto', 1497 'webcrypto/webcrypto.gyp:webcrypto',
1496 '../third_party/boringssl/boringssl.gyp:boringssl', 1498 '../third_party/boringssl/boringssl.gyp:boringssl',
1497 '../third_party/re2/re2.gyp:re2', 1499 '../third_party/re2/re2.gyp:re2',
1498 ], 1500 ],
1499 'conditions': [ 1501 'conditions': [
1500 ['OS=="android"', { 1502 ['OS=="android"', {
1501 'sources' : [ 1503 'sources' : [
1502 '<@(web_restrictions_unittest_sources)', 1504 '<@(web_restrictions_unittest_sources)',
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 'dependencies': [ 2146 'dependencies': [
2145 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2147 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2146 ], 2148 ],
2147 }], 2149 }],
2148 ], 2150 ],
2149 }, 2151 },
2150 ], 2152 ],
2151 }], 2153 }],
2152 ], 2154 ],
2153 } 2155 }
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