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

Side by Side Diff: components/components_tests.gyp

Issue 2147613002: Skeleton for proto_zero_plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cross compilation 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') | components/tracing.gyp » ('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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'syncable_prefs/pref_model_associator_unittest.cc', 873 'syncable_prefs/pref_model_associator_unittest.cc',
874 'syncable_prefs/pref_service_syncable_unittest.cc', 874 'syncable_prefs/pref_service_syncable_unittest.cc',
875 ], 875 ],
876 'tracing_unittest_sources': [ 876 'tracing_unittest_sources': [
877 'tracing/browser/trace_config_file_unittest.cc', 877 'tracing/browser/trace_config_file_unittest.cc',
878 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', 878 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
879 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', 879 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
880 'tracing/core/proto_utils_unittest.cc', 880 'tracing/core/proto_utils_unittest.cc',
881 'tracing/core/trace_ring_buffer_unittest.cc', 881 'tracing/core/trace_ring_buffer_unittest.cc',
882 'tracing/core/scattered_stream_writer_unittest.cc', 882 'tracing/core/scattered_stream_writer_unittest.cc',
883 'tracing/proto_zero_plugin/mock_messages_unittest.cc',
Primiano Tucci (use gerrit) 2016/07/13 16:52:31 see my comments about naming in the gn file. The
883 ], 884 ],
884 'translate_unittest_sources': [ 885 'translate_unittest_sources': [
885 'translate/core/browser/language_state_unittest.cc', 886 'translate/core/browser/language_state_unittest.cc',
886 'translate/core/browser/mock_translate_driver.cc', 887 'translate/core/browser/mock_translate_driver.cc',
887 'translate/core/browser/translate_browser_metrics_unittest.cc', 888 'translate/core/browser/translate_browser_metrics_unittest.cc',
888 'translate/core/browser/translate_language_list_unittest.cc', 889 'translate/core/browser/translate_language_list_unittest.cc',
889 'translate/core/browser/translate_manager_unittest.cc', 890 'translate/core/browser/translate_manager_unittest.cc',
890 'translate/core/browser/translate_prefs_unittest.cc', 891 'translate/core/browser/translate_prefs_unittest.cc',
891 'translate/core/browser/translate_script_unittest.cc', 892 'translate/core/browser/translate_script_unittest.cc',
892 'translate/core/browser/translate_ui_delegate_unittest.cc', 893 'translate/core/browser/translate_ui_delegate_unittest.cc',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 'components.gyp:visitedlink_browser', 1380 'components.gyp:visitedlink_browser',
1380 'components.gyp:visitedlink_renderer', 1381 'components.gyp:visitedlink_renderer',
1381 'components.gyp:wallpaper', 1382 'components.gyp:wallpaper',
1382 'components.gyp:web_cache_browser', 1383 'components.gyp:web_cache_browser',
1383 'components.gyp:web_modal', 1384 'components.gyp:web_modal',
1384 'components.gyp:web_modal_test_support', 1385 'components.gyp:web_modal_test_support',
1385 'components.gyp:zoom', 1386 'components.gyp:zoom',
1386 'scheduler/scheduler.gyp:scheduler', 1387 'scheduler/scheduler.gyp:scheduler',
1387 'test_runner/test_runner.gyp:test_runner', 1388 'test_runner/test_runner.gyp:test_runner',
1388 'tracing.gyp:tracing', 1389 'tracing.gyp:tracing',
1390 'tracing.gyp:mock_messages',
1389 'webcrypto/webcrypto.gyp:webcrypto', 1391 'webcrypto/webcrypto.gyp:webcrypto',
1390 '../third_party/boringssl/boringssl.gyp:boringssl', 1392 '../third_party/boringssl/boringssl.gyp:boringssl',
1391 '../third_party/re2/re2.gyp:re2', 1393 '../third_party/re2/re2.gyp:re2',
1392 ], 1394 ],
1393 'conditions': [ 1395 'conditions': [
1394 ['OS=="android"', { 1396 ['OS=="android"', {
1395 'sources' : [ 1397 'sources' : [
1396 '<@(web_restrictions_unittest_sources)', 1398 '<@(web_restrictions_unittest_sources)',
1397 ], 1399 ],
1398 'dependencies': [ 1400 'dependencies': [
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
2039 'dependencies': [ 2041 'dependencies': [
2040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2042 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2041 ], 2043 ],
2042 }], 2044 }],
2043 ], 2045 ],
2044 }, 2046 },
2045 ], 2047 ],
2046 }], 2048 }],
2047 ], 2049 ],
2048 } 2050 }
OLDNEW
« no previous file with comments | « no previous file | components/tracing.gyp » ('j') | components/tracing.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698