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

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: Polished and cleaned up tests 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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 'sources!': [ 1271 'sources!': [
1272 'password_manager/core/browser/password_store_default_unittest.cc', 1272 'password_manager/core/browser/password_store_default_unittest.cc',
1273 ], 1273 ],
1274 }], 1274 }],
1275 ['OS == "android"', { 1275 ['OS == "android"', {
1276 'sources': [ 1276 'sources': [
1277 '<@(cronet_unittest_sources)', 1277 '<@(cronet_unittest_sources)',
1278 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc', 1278 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo cking_page_unittest.cc',
1279 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc', 1279 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc',
1280 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc', 1280 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc',
1281 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1281 'invalidation/impl/invalidation_logger_unittest.cc', 1282 'invalidation/impl/invalidation_logger_unittest.cc',
1282 'invalidation/impl/invalidation_service_android_unittest.cc', 1283 'invalidation/impl/invalidation_service_android_unittest.cc',
1283 ], 1284 ],
1284 'sources!': [ 1285 'sources!': [
1285 'gcm_driver/gcm_account_mapper_unittest.cc', 1286 'gcm_driver/gcm_account_mapper_unittest.cc',
1286 'gcm_driver/gcm_channel_status_request_unittest.cc', 1287 'gcm_driver/gcm_channel_status_request_unittest.cc',
1287 'gcm_driver/gcm_client_impl_unittest.cc', 1288 'gcm_driver/gcm_client_impl_unittest.cc',
1288 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 1289 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
1289 'gcm_driver/gcm_driver_desktop_unittest.cc', 1290 'gcm_driver/gcm_driver_desktop_unittest.cc',
1290 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1291 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1291 'gcm_driver/instance_id/instance_id_driver_unittest.cc', 1292 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1292 'sessions/core/session_backend_unittest.cc', 1293 'sessions/core/session_backend_unittest.cc',
1293 'storage_monitor/media_storage_util_unittest.cc', 1294 'storage_monitor/media_storage_util_unittest.cc',
1294 'storage_monitor/storage_info_unittest.cc', 1295 'storage_monitor/storage_info_unittest.cc',
1295 'storage_monitor/storage_monitor_unittest.cc', 1296 'storage_monitor/storage_monitor_unittest.cc',
1296 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1297 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1297 ], 1298 ],
1298 'dependencies': [ 1299 'dependencies': [
1299 'components.gyp:cronet_static', 1300 'components.gyp:cronet_static',
1300 'components.gyp:data_reduction_proxy_content', 1301 'components.gyp:data_reduction_proxy_content',
1302 'components.gyp:data_usage_android',
1301 'components.gyp:safe_json_java', 1303 'components.gyp:safe_json_java',
1302 '../content/content.gyp:content_java', 1304 '../content/content.gyp:content_java',
1303 '../testing/android/native_test.gyp:native_test_native_code', 1305 '../testing/android/native_test.gyp:native_test_native_code',
1304 ], 1306 ],
1305 'dependencies!': [ 1307 'dependencies!': [
1306 'components.gyp:storage_monitor', 1308 'components.gyp:storage_monitor',
1307 'components.gyp:storage_monitor_test_support', 1309 'components.gyp:storage_monitor_test_support',
1308 'components.gyp:web_modal', 1310 'components.gyp:web_modal',
1309 'components.gyp:web_modal_test_support', 1311 'components.gyp:web_modal_test_support',
1310 ], 1312 ],
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 'dependencies': [ 1817 'dependencies': [
1816 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1818 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1817 ], 1819 ],
1818 }], 1820 }],
1819 ], 1821 ],
1820 }, 1822 },
1821 ], 1823 ],
1822 }], 1824 }],
1823 ], 1825 ],
1824 } 1826 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698