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

Side by Side Diff: components/components_tests.gyp

Issue 1390993005: Amortize data usage using TrafficStats on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data_use_buffering
Patch Set: Fixed nit 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
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 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 'sources!': [ 1276 'sources!': [
1277 'password_manager/core/browser/password_store_default_unittest.cc', 1277 'password_manager/core/browser/password_store_default_unittest.cc',
1278 ], 1278 ],
1279 }], 1279 }],
1280 ['OS == "android"', { 1280 ['OS == "android"', {
1281 'sources': [ 1281 'sources': [
1282 '<@(cronet_unittest_sources)', 1282 '<@(cronet_unittest_sources)',
1283 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc', 1283 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc',
1284 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc', 1284 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc',
1285 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc', 1285 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc',
1286 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1286 'invalidation/impl/invalidation_logger_unittest.cc', 1287 'invalidation/impl/invalidation_logger_unittest.cc',
1287 'invalidation/impl/invalidation_service_android_unittest.cc', 1288 'invalidation/impl/invalidation_service_android_unittest.cc',
1288 ], 1289 ],
1289 'sources!': [ 1290 'sources!': [
1290 'gcm_driver/gcm_account_mapper_unittest.cc', 1291 'gcm_driver/gcm_account_mapper_unittest.cc',
1291 'gcm_driver/gcm_channel_status_request_unittest.cc', 1292 'gcm_driver/gcm_channel_status_request_unittest.cc',
1292 'gcm_driver/gcm_client_impl_unittest.cc', 1293 'gcm_driver/gcm_client_impl_unittest.cc',
1293 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 1294 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
1294 'gcm_driver/gcm_driver_desktop_unittest.cc', 1295 'gcm_driver/gcm_driver_desktop_unittest.cc',
1295 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1296 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1296 'gcm_driver/instance_id/instance_id_driver_unittest.cc', 1297 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1297 'sessions/core/session_backend_unittest.cc', 1298 'sessions/core/session_backend_unittest.cc',
1298 'storage_monitor/media_storage_util_unittest.cc', 1299 'storage_monitor/media_storage_util_unittest.cc',
1299 'storage_monitor/storage_info_unittest.cc', 1300 'storage_monitor/storage_info_unittest.cc',
1300 'storage_monitor/storage_monitor_unittest.cc', 1301 'storage_monitor/storage_monitor_unittest.cc',
1301 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1302 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1302 ], 1303 ],
1303 'dependencies': [ 1304 'dependencies': [
1304 'components.gyp:cronet_static', 1305 'components.gyp:cronet_static',
1305 'components.gyp:data_reduction_proxy_content', 1306 'components.gyp:data_reduction_proxy_content',
1307 'components.gyp:data_usage_android',
1306 'components.gyp:safe_json_java', 1308 'components.gyp:safe_json_java',
1307 '../content/content.gyp:content_java', 1309 '../content/content.gyp:content_java',
1308 '../testing/android/native_test.gyp:native_test_native_code', 1310 '../testing/android/native_test.gyp:native_test_native_code',
1309 ], 1311 ],
1310 'dependencies!': [ 1312 'dependencies!': [
1311 'components.gyp:storage_monitor', 1313 'components.gyp:storage_monitor',
1312 'components.gyp:storage_monitor_test_support', 1314 'components.gyp:storage_monitor_test_support',
1313 'components.gyp:web_modal', 1315 'components.gyp:web_modal',
1314 'components.gyp:web_modal_test_support', 1316 'components.gyp:web_modal_test_support',
1315 ], 1317 ],
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 'dependencies': [ 1822 'dependencies': [
1821 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1823 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1822 ], 1824 ],
1823 }], 1825 }],
1824 ], 1826 ],
1825 }, 1827 },
1826 ], 1828 ],
1827 }], 1829 }],
1828 ], 1830 ],
1829 } 1831 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698