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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'copresence/handlers/audio/audio_directive_list_unittest.cc', | 208 'copresence/handlers/audio/audio_directive_list_unittest.cc', |
209 'copresence/handlers/directive_handler_unittest.cc', | 209 'copresence/handlers/directive_handler_unittest.cc', |
210 'copresence/handlers/gcm_handler_unittest.cc', | 210 'copresence/handlers/gcm_handler_unittest.cc', |
211 'copresence/rpc/http_post_unittest.cc', | 211 'copresence/rpc/http_post_unittest.cc', |
212 'copresence/rpc/rpc_handler_unittest.cc', | 212 'copresence/rpc/rpc_handler_unittest.cc', |
213 'copresence/timed_map_unittest.cc', | 213 'copresence/timed_map_unittest.cc', |
214 ], | 214 ], |
215 'cronet_unittest_sources': [ | 215 'cronet_unittest_sources': [ |
216 'cronet/histogram_manager_unittest.cc', | 216 'cronet/histogram_manager_unittest.cc', |
217 ], | 217 ], |
| 218 'data_use_measurement_unittest_sources': [ |
| 219 'data_use_measurement/content/data_use_measurement_unittest.cc', |
| 220 ], |
218 'enhanced_bookmarks_unittest_sources': [ | 221 'enhanced_bookmarks_unittest_sources': [ |
219 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', | 222 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', |
220 'enhanced_bookmarks/image_store_ios_unittest.mm', | 223 'enhanced_bookmarks/image_store_ios_unittest.mm', |
221 'enhanced_bookmarks/image_store_unittest.cc', | 224 'enhanced_bookmarks/image_store_unittest.cc', |
222 'enhanced_bookmarks/item_position_unittest.cc', | 225 'enhanced_bookmarks/item_position_unittest.cc', |
223 ], | 226 ], |
224 'error_page_unittest_sources': [ | 227 'error_page_unittest_sources': [ |
225 'error_page/renderer/net_error_helper_core_unittest.cc', | 228 'error_page/renderer/net_error_helper_core_unittest.cc', |
226 ], | 229 ], |
227 'feedback_unittest_sources': [ | 230 'feedback_unittest_sources': [ |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 '<@(bubble_unittest_sources)', | 789 '<@(bubble_unittest_sources)', |
787 '<@(captive_portal_unittest_sources)', | 790 '<@(captive_portal_unittest_sources)', |
788 '<@(certificate_reporting_unittest_sources)', | 791 '<@(certificate_reporting_unittest_sources)', |
789 '<@(cloud_devices_unittest_sources)', | 792 '<@(cloud_devices_unittest_sources)', |
790 '<@(component_updater_unittest_sources)', | 793 '<@(component_updater_unittest_sources)', |
791 '<@(compression_unittest_sources)', | 794 '<@(compression_unittest_sources)', |
792 '<@(content_settings_unittest_sources)', | 795 '<@(content_settings_unittest_sources)', |
793 '<@(crash_unittest_sources)', | 796 '<@(crash_unittest_sources)', |
794 '<@(crx_file_unittest_sources)', | 797 '<@(crx_file_unittest_sources)', |
795 '<@(data_reduction_proxy_unittest_sources)', | 798 '<@(data_reduction_proxy_unittest_sources)', |
| 799 '<@(data_use_measurement_unittest_sources)', |
796 '<@(device_event_log_unittest_sources)', | 800 '<@(device_event_log_unittest_sources)', |
797 '<@(dom_distiller_unittest_sources)', | 801 '<@(dom_distiller_unittest_sources)', |
798 '<@(domain_reliability_unittest_sources)', | 802 '<@(domain_reliability_unittest_sources)', |
799 '<@(enhanced_bookmarks_unittest_sources)', | 803 '<@(enhanced_bookmarks_unittest_sources)', |
800 '<@(favicon_base_unittest_sources)', | 804 '<@(favicon_base_unittest_sources)', |
801 '<@(favicon_unittest_sources)', | 805 '<@(favicon_unittest_sources)', |
802 '<@(gcm_driver_crypto_unittest_sources)', | 806 '<@(gcm_driver_crypto_unittest_sources)', |
803 '<@(gcm_driver_unittest_sources)', | 807 '<@(gcm_driver_unittest_sources)', |
804 '<@(google_unittest_sources)', | 808 '<@(google_unittest_sources)', |
805 '<@(history_unittest_sources)', | 809 '<@(history_unittest_sources)', |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 'components.gyp:cloud_devices_common', | 888 'components.gyp:cloud_devices_common', |
885 'components.gyp:component_updater', | 889 'components.gyp:component_updater', |
886 'components.gyp:compression', | 890 'components.gyp:compression', |
887 'components.gyp:content_settings_core_browser', | 891 'components.gyp:content_settings_core_browser', |
888 'components.gyp:content_settings_core_common', | 892 'components.gyp:content_settings_core_common', |
889 'components.gyp:content_settings_core_test_support', | 893 'components.gyp:content_settings_core_test_support', |
890 'components.gyp:crx_file', | 894 'components.gyp:crx_file', |
891 'components.gyp:data_reduction_proxy_core_browser', | 895 'components.gyp:data_reduction_proxy_core_browser', |
892 'components.gyp:data_reduction_proxy_core_common', | 896 'components.gyp:data_reduction_proxy_core_common', |
893 'components.gyp:data_reduction_proxy_test_support', | 897 'components.gyp:data_reduction_proxy_test_support', |
| 898 'components.gyp:data_use_measurement_core', |
894 'components.gyp:device_event_log_component', | 899 'components.gyp:device_event_log_component', |
895 'components.gyp:dom_distiller_core', | 900 'components.gyp:dom_distiller_core', |
896 'components.gyp:dom_distiller_protos', | 901 'components.gyp:dom_distiller_protos', |
897 'components.gyp:dom_distiller_test_support', | 902 'components.gyp:dom_distiller_test_support', |
898 'components.gyp:domain_reliability', | 903 'components.gyp:domain_reliability', |
899 'components.gyp:enhanced_bookmarks', | 904 'components.gyp:enhanced_bookmarks', |
900 'components.gyp:enhanced_bookmarks_test_support', | 905 'components.gyp:enhanced_bookmarks_test_support', |
901 'components.gyp:favicon_base', | 906 'components.gyp:favicon_base', |
902 'components.gyp:favicon_core', | 907 'components.gyp:favicon_core', |
903 'components.gyp:gcm_driver', | 908 'components.gyp:gcm_driver', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1033 ], | 1038 ], |
1034 'dependencies': [ | 1039 'dependencies': [ |
1035 '../content/content_shell_and_tests.gyp:test_support_content', | 1040 '../content/content_shell_and_tests.gyp:test_support_content', |
1036 '../skia/skia.gyp:skia', | 1041 '../skia/skia.gyp:skia', |
1037 'components.gyp:autofill_content_browser', | 1042 'components.gyp:autofill_content_browser', |
1038 'components.gyp:autofill_content_renderer', | 1043 'components.gyp:autofill_content_renderer', |
1039 'components.gyp:autofill_content_test_support', | 1044 'components.gyp:autofill_content_test_support', |
1040 'components.gyp:certificate_transparency', | 1045 'components.gyp:certificate_transparency', |
1041 'components.gyp:crash_test_support', | 1046 'components.gyp:crash_test_support', |
1042 'components.gyp:data_reduction_proxy_content_browser', | 1047 'components.gyp:data_reduction_proxy_content_browser', |
| 1048 'components.gyp:data_use_measurement_content', |
1043 'components.gyp:devtools_http_handler', | 1049 'components.gyp:devtools_http_handler', |
1044 'components.gyp:dom_distiller_content_browser', | 1050 'components.gyp:dom_distiller_content_browser', |
1045 'components.gyp:error_page_renderer', | 1051 'components.gyp:error_page_renderer', |
1046 'components.gyp:favicon_content', | 1052 'components.gyp:favicon_content', |
1047 'components.gyp:guest_view_browser', | 1053 'components.gyp:guest_view_browser', |
1048 'components.gyp:guest_view_common', | 1054 'components.gyp:guest_view_common', |
1049 'components.gyp:guest_view_test_support', | 1055 'components.gyp:guest_view_test_support', |
1050 'components.gyp:history_content_browser', | 1056 'components.gyp:history_content_browser', |
1051 'components.gyp:keyed_service_content', | 1057 'components.gyp:keyed_service_content', |
1052 'components.gyp:navigation_interception', | 1058 'components.gyp:navigation_interception', |
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1673 'invalidation/impl/android/junit/', | 1679 'invalidation/impl/android/junit/', |
1674 'policy/android/junit/' | 1680 'policy/android/junit/' |
1675 ], | 1681 ], |
1676 }, | 1682 }, |
1677 'includes': [ '../build/host_jar.gypi' ], | 1683 'includes': [ '../build/host_jar.gypi' ], |
1678 }, | 1684 }, |
1679 ], | 1685 ], |
1680 }], | 1686 }], |
1681 ], | 1687 ], |
1682 } | 1688 } |
OLD | NEW |