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

Side by Side Diff: components/components_tests.gyp

Issue 1462953004: Unit tests for importing prefs from the Java side implemented (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit test check if prefs are actually empty after calling ClearJavaFirstRunPrefs() function 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
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 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 }], 1287 }],
1288 ['OS == "android"', { 1288 ['OS == "android"', {
1289 'sources': [ 1289 'sources': [
1290 '<@(cronet_unittest_sources)', 1290 '<@(cronet_unittest_sources)',
1291 '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',
1292 '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',
1293 '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',
1294 'data_usage/android/traffic_stats_amortizer_unittest.cc', 1294 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1295 'invalidation/impl/invalidation_logger_unittest.cc', 1295 'invalidation/impl/invalidation_logger_unittest.cc',
1296 'invalidation/impl/invalidation_service_android_unittest.cc', 1296 'invalidation/impl/invalidation_service_android_unittest.cc',
1297 'variations/android/variations_seed_bridge_test.cc',
1298 'variations/android/variations_seed_bridge_test.h',
1297 ], 1299 ],
1298 'sources!': [ 1300 'sources!': [
1299 'gcm_driver/gcm_account_mapper_unittest.cc', 1301 'gcm_driver/gcm_account_mapper_unittest.cc',
1300 'gcm_driver/gcm_channel_status_request_unittest.cc', 1302 'gcm_driver/gcm_channel_status_request_unittest.cc',
1301 'gcm_driver/gcm_client_impl_unittest.cc', 1303 'gcm_driver/gcm_client_impl_unittest.cc',
1302 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 1304 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
1303 'gcm_driver/gcm_driver_desktop_unittest.cc', 1305 'gcm_driver/gcm_driver_desktop_unittest.cc',
1304 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1306 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1305 'gcm_driver/instance_id/instance_id_driver_unittest.cc', 1307 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1306 'sessions/core/session_backend_unittest.cc', 1308 'sessions/core/session_backend_unittest.cc',
1307 'storage_monitor/media_storage_util_unittest.cc', 1309 'storage_monitor/media_storage_util_unittest.cc',
1308 'storage_monitor/storage_info_unittest.cc', 1310 'storage_monitor/storage_info_unittest.cc',
1309 'storage_monitor/storage_monitor_unittest.cc', 1311 'storage_monitor/storage_monitor_unittest.cc',
1310 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1312 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1311 ], 1313 ],
1312 'dependencies': [ 1314 'dependencies': [
1313 'components.gyp:cronet_static', 1315 'components.gyp:cronet_static',
1314 'components.gyp:data_reduction_proxy_content', 1316 'components.gyp:data_reduction_proxy_content',
1315 'components.gyp:data_usage_android', 1317 'components.gyp:data_usage_android',
1316 'components.gyp:safe_json_java', 1318 'components.gyp:safe_json_java',
1317 'components.gyp:variations_java', 1319 'components.gyp:variations_java',
1320 ':variations_jni_test_headers',
1318 '../content/content.gyp:content_java', 1321 '../content/content.gyp:content_java',
1319 '../testing/android/native_test.gyp:native_test_native_code', 1322 '../testing/android/native_test.gyp:native_test_native_code',
1320 ], 1323 ],
1321 'dependencies!': [ 1324 'dependencies!': [
1322 'components.gyp:storage_monitor', 1325 'components.gyp:storage_monitor',
1323 'components.gyp:storage_monitor_test_support', 1326 'components.gyp:storage_monitor_test_support',
1324 'components.gyp:web_modal', 1327 'components.gyp:web_modal',
1325 'components.gyp:web_modal_test_support', 1328 'components.gyp:web_modal_test_support',
1326 ], 1329 ],
1327 }, { 1330 }, {
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 '../testing/android/junit/junit_test.gyp:junit_test_support', 1605 '../testing/android/junit/junit_test.gyp:junit_test_support',
1603 ], 1606 ],
1604 'variables': { 1607 'variables': {
1605 'main_class': 'org.chromium.testing.local.JunitTestMain', 1608 'main_class': 'org.chromium.testing.local.JunitTestMain',
1606 'src_paths': [ 1609 'src_paths': [
1607 'invalidation/impl/android/junit/', 1610 'invalidation/impl/android/junit/',
1608 'policy/android/junit/' 1611 'policy/android/junit/'
1609 ], 1612 ],
1610 }, 1613 },
1611 'includes': [ '../build/host_jar.gypi' ], 1614 'includes': [ '../build/host_jar.gypi' ],
1612 }, 1615 },
1616 {
1617 'target_name': 'variations_jni_test_headers',
1618 'type': 'none',
1619 'sources': [
1620 'variations/android/java/src/org/chromium/components/variations/firs trun/VariationsSeedBridgeTest.java',
1621 ],
1622 'variables': {
1623 'jni_gen_package': 'variations',
1624 },
1625 'includes': [ '../build/jni_generator.gypi' ],
1626 },
1613 ], 1627 ],
1614 'conditions': [ 1628 'conditions': [
1615 ['test_isolation_mode != "noop"', 1629 ['test_isolation_mode != "noop"',
1616 { 1630 {
1617 'targets': [ 1631 'targets': [
1618 { 1632 {
1619 'target_name': 'components_browsertests_apk_run', 1633 'target_name': 'components_browsertests_apk_run',
1620 'type': 'none', 1634 'type': 'none',
1621 'dependencies': [ 1635 'dependencies': [
1622 'components_browsertests_apk', 1636 'components_browsertests_apk',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 'dependencies': [ 1857 'dependencies': [
1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1858 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1845 ], 1859 ],
1846 }], 1860 }],
1847 ], 1861 ],
1848 }, 1862 },
1849 ], 1863 ],
1850 }], 1864 }],
1851 ], 1865 ],
1852 } 1866 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698