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

Side by Side Diff: components/components_tests.gyp

Issue 2271653004: Reland of tracing v2: Introduce TraceBufferWriter (https://codereview.chromium.org/2196663002) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix undefined behavior of move ctor that caused revert on Win Created 4 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/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 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'syncable_prefs_unittest_sources': [ 942 'syncable_prefs_unittest_sources': [
943 'syncable_prefs/pref_model_associator_unittest.cc', 943 'syncable_prefs/pref_model_associator_unittest.cc',
944 'syncable_prefs/pref_service_syncable_unittest.cc', 944 'syncable_prefs/pref_service_syncable_unittest.cc',
945 ], 945 ],
946 'tracing_unittest_sources': [ 946 'tracing_unittest_sources': [
947 'tracing/browser/trace_config_file_unittest.cc', 947 'tracing/browser/trace_config_file_unittest.cc',
948 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', 948 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
949 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', 949 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
950 'tracing/core/proto_utils_unittest.cc', 950 'tracing/core/proto_utils_unittest.cc',
951 'tracing/core/proto_zero_message_unittest.cc', 951 'tracing/core/proto_zero_message_unittest.cc',
952 'tracing/core/trace_buffer_writer_unittest.cc',
952 'tracing/core/trace_ring_buffer_unittest.cc', 953 'tracing/core/trace_ring_buffer_unittest.cc',
953 'tracing/core/scattered_stream_writer_unittest.cc', 954 'tracing/core/scattered_stream_writer_unittest.cc',
954 'tracing/test/fake_scattered_buffer.cc', 955 'tracing/test/fake_scattered_buffer.cc',
955 'tracing/test/proto_zero_generation_unittest.cc', 956 'tracing/test/proto_zero_generation_unittest.cc',
956 ], 957 ],
957 'translate_unittest_sources': [ 958 'translate_unittest_sources': [
958 'translate/core/browser/language_state_unittest.cc', 959 'translate/core/browser/language_state_unittest.cc',
959 'translate/core/browser/mock_translate_driver.cc', 960 'translate/core/browser/mock_translate_driver.cc',
960 'translate/core/browser/translate_browser_metrics_unittest.cc', 961 'translate/core/browser/translate_browser_metrics_unittest.cc',
961 'translate/core/browser/translate_language_list_unittest.cc', 962 'translate/core/browser/translate_language_list_unittest.cc',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 'components.gyp:test_database_manager', 1474 'components.gyp:test_database_manager',
1474 'components.gyp:url_matcher', 1475 'components.gyp:url_matcher',
1475 'components.gyp:visitedlink_browser', 1476 'components.gyp:visitedlink_browser',
1476 'components.gyp:visitedlink_renderer', 1477 'components.gyp:visitedlink_renderer',
1477 'components.gyp:wallpaper', 1478 'components.gyp:wallpaper',
1478 'components.gyp:web_cache_browser', 1479 'components.gyp:web_cache_browser',
1479 'components.gyp:web_modal', 1480 'components.gyp:web_modal',
1480 'components.gyp:web_modal_test_support', 1481 'components.gyp:web_modal_test_support',
1481 'components.gyp:zoom', 1482 'components.gyp:zoom',
1482 'test_runner/test_runner.gyp:test_runner', 1483 'test_runner/test_runner.gyp:test_runner',
1484 'tracing.gyp:golden_protos_for_tests',
1483 'tracing.gyp:proto_zero_testing_messages', 1485 'tracing.gyp:proto_zero_testing_messages',
1484 'tracing.gyp:tracing', 1486 'tracing.gyp:tracing',
1485 'webcrypto/webcrypto.gyp:webcrypto', 1487 'webcrypto/webcrypto.gyp:webcrypto',
1486 '../third_party/boringssl/boringssl.gyp:boringssl', 1488 '../third_party/boringssl/boringssl.gyp:boringssl',
1487 '../third_party/re2/re2.gyp:re2', 1489 '../third_party/re2/re2.gyp:re2',
1488 ], 1490 ],
1489 'conditions': [ 1491 'conditions': [
1490 ['OS=="android"', { 1492 ['OS=="android"', {
1491 'sources' : [ 1493 'sources' : [
1492 '<@(web_restrictions_unittest_sources)', 1494 '<@(web_restrictions_unittest_sources)',
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
2133 'dependencies': [ 2135 'dependencies': [
2134 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2136 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2135 ], 2137 ],
2136 }], 2138 }],
2137 ], 2139 ],
2138 }, 2140 },
2139 ], 2141 ],
2140 }], 2142 }],
2141 ], 2143 ],
2142 } 2144 }
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