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

Side by Side Diff: components/components_tests.gyp

Issue 1464903002: Revert of [Cronet] Add QUIC experimental params (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@experiment_ops
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 ],
228 'data_use_measurement_unittest_sources': [ 231 'data_use_measurement_unittest_sources': [
229 'data_use_measurement/content/data_use_measurement_unittest.cc', 232 'data_use_measurement/content/data_use_measurement_unittest.cc',
230 ], 233 ],
231 'enhanced_bookmarks_unittest_sources': [ 234 'enhanced_bookmarks_unittest_sources': [
232 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', 235 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc',
233 'enhanced_bookmarks/image_store_ios_unittest.mm', 236 'enhanced_bookmarks/image_store_ios_unittest.mm',
234 'enhanced_bookmarks/image_store_unittest.cc', 237 'enhanced_bookmarks/image_store_unittest.cc',
235 'enhanced_bookmarks/item_position_unittest.cc', 238 'enhanced_bookmarks/item_position_unittest.cc',
236 ], 239 ],
237 'error_page_unittest_sources': [ 240 'error_page_unittest_sources': [
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 1280 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
1278 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', 1281 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
1279 ], 1282 ],
1280 }, 1283 },
1281 'sources!': [ 1284 'sources!': [
1282 'password_manager/core/browser/password_store_default_unittest.cc', 1285 'password_manager/core/browser/password_store_default_unittest.cc',
1283 ], 1286 ],
1284 }], 1287 }],
1285 ['OS == "android"', { 1288 ['OS == "android"', {
1286 'sources': [ 1289 'sources': [
1290 '<@(cronet_unittest_sources)',
1287 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc', 1291 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc',
1288 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc', 1292 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc',
1289 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc', 1293 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc',
1290 'data_usage/android/traffic_stats_amortizer_unittest.cc', 1294 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1291 'invalidation/impl/invalidation_logger_unittest.cc', 1295 'invalidation/impl/invalidation_logger_unittest.cc',
1292 'invalidation/impl/invalidation_service_android_unittest.cc', 1296 'invalidation/impl/invalidation_service_android_unittest.cc',
1293 ], 1297 ],
1294 'sources!': [ 1298 'sources!': [
1295 'gcm_driver/gcm_account_mapper_unittest.cc', 1299 'gcm_driver/gcm_account_mapper_unittest.cc',
1296 'gcm_driver/gcm_channel_status_request_unittest.cc', 1300 'gcm_driver/gcm_channel_status_request_unittest.cc',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1839 'dependencies': [ 1843 'dependencies': [
1840 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1841 ], 1845 ],
1842 }], 1846 }],
1843 ], 1847 ],
1844 }, 1848 },
1845 ], 1849 ],
1846 }], 1850 }],
1847 ], 1851 ],
1848 } 1852 }
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