OLD | NEW |
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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
882 'syncable_prefs_unittest_sources': [ | 882 'syncable_prefs_unittest_sources': [ |
883 'syncable_prefs/pref_model_associator_unittest.cc', | 883 'syncable_prefs/pref_model_associator_unittest.cc', |
884 'syncable_prefs/pref_service_syncable_unittest.cc', | 884 'syncable_prefs/pref_service_syncable_unittest.cc', |
885 ], | 885 ], |
886 'tracing_unittest_sources': [ | 886 'tracing_unittest_sources': [ |
887 'tracing/browser/trace_config_file_unittest.cc', | 887 'tracing/browser/trace_config_file_unittest.cc', |
888 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', | 888 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', |
889 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', | 889 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', |
890 'tracing/core/proto_utils_unittest.cc', | 890 'tracing/core/proto_utils_unittest.cc', |
891 'tracing/core/proto_zero_message_unittest.cc', | 891 'tracing/core/proto_zero_message_unittest.cc', |
| 892 'tracing/core/trace_buffer_writer_unittest.cc', |
892 'tracing/core/trace_ring_buffer_unittest.cc', | 893 'tracing/core/trace_ring_buffer_unittest.cc', |
893 'tracing/core/scattered_stream_writer_unittest.cc', | 894 'tracing/core/scattered_stream_writer_unittest.cc', |
894 'tracing/test/fake_scattered_buffer.cc', | 895 'tracing/test/fake_scattered_buffer.cc', |
895 'tracing/test/proto_zero_generation_unittest.cc', | 896 'tracing/test/proto_zero_generation_unittest.cc', |
896 ], | 897 ], |
897 'translate_unittest_sources': [ | 898 'translate_unittest_sources': [ |
898 'translate/core/browser/language_state_unittest.cc', | 899 'translate/core/browser/language_state_unittest.cc', |
899 'translate/core/browser/mock_translate_driver.cc', | 900 'translate/core/browser/mock_translate_driver.cc', |
900 'translate/core/browser/translate_browser_metrics_unittest.cc', | 901 'translate/core/browser/translate_browser_metrics_unittest.cc', |
901 'translate/core/browser/translate_language_list_unittest.cc', | 902 'translate/core/browser/translate_language_list_unittest.cc', |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1395 'components.gyp:url_matcher', | 1396 'components.gyp:url_matcher', |
1396 'components.gyp:visitedlink_browser', | 1397 'components.gyp:visitedlink_browser', |
1397 'components.gyp:visitedlink_renderer', | 1398 'components.gyp:visitedlink_renderer', |
1398 'components.gyp:wallpaper', | 1399 'components.gyp:wallpaper', |
1399 'components.gyp:web_cache_browser', | 1400 'components.gyp:web_cache_browser', |
1400 'components.gyp:web_modal', | 1401 'components.gyp:web_modal', |
1401 'components.gyp:web_modal_test_support', | 1402 'components.gyp:web_modal_test_support', |
1402 'components.gyp:zoom', | 1403 'components.gyp:zoom', |
1403 'scheduler/scheduler.gyp:scheduler', | 1404 'scheduler/scheduler.gyp:scheduler', |
1404 'test_runner/test_runner.gyp:test_runner', | 1405 'test_runner/test_runner.gyp:test_runner', |
| 1406 'tracing.gyp:golden_protos_for_tests', |
1405 'tracing.gyp:proto_zero_testing_messages', | 1407 'tracing.gyp:proto_zero_testing_messages', |
1406 'tracing.gyp:tracing', | 1408 'tracing.gyp:tracing', |
1407 'webcrypto/webcrypto.gyp:webcrypto', | 1409 'webcrypto/webcrypto.gyp:webcrypto', |
1408 '../third_party/boringssl/boringssl.gyp:boringssl', | 1410 '../third_party/boringssl/boringssl.gyp:boringssl', |
1409 '../third_party/re2/re2.gyp:re2', | 1411 '../third_party/re2/re2.gyp:re2', |
1410 ], | 1412 ], |
1411 'conditions': [ | 1413 'conditions': [ |
1412 ['OS=="android"', { | 1414 ['OS=="android"', { |
1413 'sources' : [ | 1415 'sources' : [ |
1414 '<@(web_restrictions_unittest_sources)', | 1416 '<@(web_restrictions_unittest_sources)', |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2052 'dependencies': [ | 2054 'dependencies': [ |
2053 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2055 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2054 ], | 2056 ], |
2055 }], | 2057 }], |
2056 ], | 2058 ], |
2057 }, | 2059 }, |
2058 ], | 2060 ], |
2059 }], | 2061 }], |
2060 ], | 2062 ], |
2061 } | 2063 } |
OLD | NEW |