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

Side by Side Diff: components/components_tests.gyp

Issue 1448583003: [Cronet] Add QUIC experimental params (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@experiment_ops
Patch Set: Fix build Created 5 years, 1 month 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/cronet.gypi » ('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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'copresence_unittest_sources': [ 218 'copresence_unittest_sources': [
219 'copresence/copresence_state_unittest.cc', 219 'copresence/copresence_state_unittest.cc',
220 'copresence/handlers/audio/audio_directive_handler_unittest.cc', 220 'copresence/handlers/audio/audio_directive_handler_unittest.cc',
221 'copresence/handlers/audio/audio_directive_list_unittest.cc', 221 'copresence/handlers/audio/audio_directive_list_unittest.cc',
222 'copresence/handlers/directive_handler_unittest.cc', 222 'copresence/handlers/directive_handler_unittest.cc',
223 'copresence/handlers/gcm_handler_unittest.cc', 223 'copresence/handlers/gcm_handler_unittest.cc',
224 'copresence/rpc/http_post_unittest.cc', 224 'copresence/rpc/http_post_unittest.cc',
225 'copresence/rpc/rpc_handler_unittest.cc', 225 'copresence/rpc/rpc_handler_unittest.cc',
226 'copresence/timed_map_unittest.cc', 226 'copresence/timed_map_unittest.cc',
227 ], 227 ],
228 'cronet_unittest_sources': [
229 'cronet/histogram_manager_unittest.cc',
230 ],
231 'data_use_measurement_unittest_sources': [ 228 'data_use_measurement_unittest_sources': [
232 'data_use_measurement/content/data_use_measurement_unittest.cc', 229 'data_use_measurement/content/data_use_measurement_unittest.cc',
233 ], 230 ],
234 'enhanced_bookmarks_unittest_sources': [ 231 'enhanced_bookmarks_unittest_sources': [
235 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', 232 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc',
236 'enhanced_bookmarks/image_store_ios_unittest.mm', 233 'enhanced_bookmarks/image_store_ios_unittest.mm',
237 'enhanced_bookmarks/image_store_unittest.cc', 234 'enhanced_bookmarks/image_store_unittest.cc',
238 'enhanced_bookmarks/item_position_unittest.cc', 235 'enhanced_bookmarks/item_position_unittest.cc',
239 ], 236 ],
240 'error_page_unittest_sources': [ 237 'error_page_unittest_sources': [
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 1277 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
1281 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', 1278 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
1282 ], 1279 ],
1283 }, 1280 },
1284 'sources!': [ 1281 'sources!': [
1285 'password_manager/core/browser/password_store_default_unittest.cc', 1282 'password_manager/core/browser/password_store_default_unittest.cc',
1286 ], 1283 ],
1287 }], 1284 }],
1288 ['OS == "android"', { 1285 ['OS == "android"', {
1289 'sources': [ 1286 'sources': [
1290 '<@(cronet_unittest_sources)',
1291 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc', 1287 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc',
1292 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc', 1288 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc',
1293 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc', 1289 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc',
1294 'data_usage/android/traffic_stats_amortizer_unittest.cc', 1290 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1295 'invalidation/impl/invalidation_logger_unittest.cc', 1291 'invalidation/impl/invalidation_logger_unittest.cc',
1296 'invalidation/impl/invalidation_service_android_unittest.cc', 1292 'invalidation/impl/invalidation_service_android_unittest.cc',
1297 ], 1293 ],
1298 'sources!': [ 1294 'sources!': [
1299 'gcm_driver/gcm_account_mapper_unittest.cc', 1295 'gcm_driver/gcm_account_mapper_unittest.cc',
1300 'gcm_driver/gcm_channel_status_request_unittest.cc', 1296 'gcm_driver/gcm_channel_status_request_unittest.cc',
1301 'gcm_driver/gcm_client_impl_unittest.cc', 1297 'gcm_driver/gcm_client_impl_unittest.cc',
1302 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 1298 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
1303 'gcm_driver/gcm_driver_desktop_unittest.cc', 1299 'gcm_driver/gcm_driver_desktop_unittest.cc',
1304 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1300 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1305 'gcm_driver/instance_id/instance_id_driver_unittest.cc', 1301 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1306 'sessions/core/session_backend_unittest.cc', 1302 'sessions/core/session_backend_unittest.cc',
1307 'storage_monitor/media_storage_util_unittest.cc', 1303 'storage_monitor/media_storage_util_unittest.cc',
1308 'storage_monitor/storage_info_unittest.cc', 1304 'storage_monitor/storage_info_unittest.cc',
1309 'storage_monitor/storage_monitor_unittest.cc', 1305 'storage_monitor/storage_monitor_unittest.cc',
1310 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1306 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1311 ], 1307 ],
1312 'dependencies': [ 1308 'dependencies': [
1313 'components.gyp:cronet_static',
1314 'components.gyp:data_reduction_proxy_content', 1309 'components.gyp:data_reduction_proxy_content',
1315 'components.gyp:data_usage_android', 1310 'components.gyp:data_usage_android',
1316 'components.gyp:safe_json_java', 1311 'components.gyp:safe_json_java',
1317 'components.gyp:variations_java', 1312 'components.gyp:variations_java',
1318 '../content/content.gyp:content_java', 1313 '../content/content.gyp:content_java',
1319 '../testing/android/native_test.gyp:native_test_native_code', 1314 '../testing/android/native_test.gyp:native_test_native_code',
1320 ], 1315 ],
1321 'dependencies!': [ 1316 'dependencies!': [
1322 'components.gyp:storage_monitor', 1317 'components.gyp:storage_monitor',
1323 'components.gyp:storage_monitor_test_support', 1318 'components.gyp:storage_monitor_test_support',
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 'dependencies': [ 1838 'dependencies': [
1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1839 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1845 ], 1840 ],
1846 }], 1841 }],
1847 ], 1842 ],
1848 }, 1843 },
1849 ], 1844 ],
1850 }], 1845 }],
1851 ], 1846 ],
1852 } 1847 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698