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

Side by Side Diff: components/components_tests.gyp

Issue 1483103002: [Cronet] Add QUIC experimental params (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years 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 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 1276 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
1280 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', 1277 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
1281 ], 1278 ],
1282 }, 1279 },
1283 'sources!': [ 1280 'sources!': [
1284 'password_manager/core/browser/password_store_default_unittest.cc', 1281 'password_manager/core/browser/password_store_default_unittest.cc',
1285 ], 1282 ],
1286 }], 1283 }],
1287 ['OS == "android"', { 1284 ['OS == "android"', {
1288 'sources': [ 1285 'sources': [
1289 '<@(cronet_unittest_sources)',
1290 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc', 1286 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc',
1291 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc', 1287 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc',
1292 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc', 1288 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc',
1293 'data_usage/android/traffic_stats_amortizer_unittest.cc', 1289 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1294 'invalidation/impl/invalidation_logger_unittest.cc', 1290 'invalidation/impl/invalidation_logger_unittest.cc',
1295 'invalidation/impl/invalidation_service_android_unittest.cc', 1291 'invalidation/impl/invalidation_service_android_unittest.cc',
1296 ], 1292 ],
1297 'sources!': [ 1293 'sources!': [
1298 'gcm_driver/gcm_account_mapper_unittest.cc', 1294 'gcm_driver/gcm_account_mapper_unittest.cc',
1299 'gcm_driver/gcm_channel_status_request_unittest.cc', 1295 'gcm_driver/gcm_channel_status_request_unittest.cc',
1300 'gcm_driver/gcm_client_impl_unittest.cc', 1296 'gcm_driver/gcm_client_impl_unittest.cc',
1301 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 1297 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
1302 'gcm_driver/gcm_driver_desktop_unittest.cc', 1298 'gcm_driver/gcm_driver_desktop_unittest.cc',
1303 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1299 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1304 'gcm_driver/instance_id/instance_id_driver_unittest.cc', 1300 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1305 'sessions/core/session_backend_unittest.cc', 1301 'sessions/core/session_backend_unittest.cc',
1306 'storage_monitor/media_storage_util_unittest.cc', 1302 'storage_monitor/media_storage_util_unittest.cc',
1307 'storage_monitor/storage_info_unittest.cc', 1303 'storage_monitor/storage_info_unittest.cc',
1308 'storage_monitor/storage_monitor_unittest.cc', 1304 'storage_monitor/storage_monitor_unittest.cc',
1309 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1305 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1310 ], 1306 ],
1311 'dependencies': [ 1307 'dependencies': [
1312 'components.gyp:cronet_static',
1313 'components.gyp:data_reduction_proxy_content', 1308 'components.gyp:data_reduction_proxy_content',
1314 'components.gyp:data_usage_android', 1309 'components.gyp:data_usage_android',
1315 'components.gyp:safe_json_java', 1310 'components.gyp:safe_json_java',
1316 '../content/content.gyp:content_java', 1311 '../content/content.gyp:content_java',
1317 '../testing/android/native_test.gyp:native_test_native_code', 1312 '../testing/android/native_test.gyp:native_test_native_code',
1318 ], 1313 ],
1319 'dependencies!': [ 1314 'dependencies!': [
1320 'components.gyp:storage_monitor', 1315 'components.gyp:storage_monitor',
1321 'components.gyp:storage_monitor_test_support', 1316 'components.gyp:storage_monitor_test_support',
1322 'components.gyp:web_modal', 1317 'components.gyp:web_modal',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 'dependencies': [ 1828 'dependencies': [
1834 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1829 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1835 ], 1830 ],
1836 }], 1831 }],
1837 ], 1832 ],
1838 }, 1833 },
1839 ], 1834 ],
1840 }], 1835 }],
1841 ], 1836 ],
1842 } 1837 }
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