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

Side by Side Diff: components/components_tests.gyp

Issue 1829023002: Add fake for InstanceIDWithSubtype.java, in order to re-use unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid2jni
Patch Set: Move FakeInstanceIDWithSubtype to javatests/ Created 4 years, 8 months 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 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 'data_usage/android/traffic_stats_amortizer_unittest.cc', 1396 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1397 'invalidation/impl/invalidation_logger_unittest.cc', 1397 'invalidation/impl/invalidation_logger_unittest.cc',
1398 'invalidation/impl/invalidation_service_android_unittest.cc', 1398 'invalidation/impl/invalidation_service_android_unittest.cc',
1399 ], 1399 ],
1400 'sources!': [ 1400 'sources!': [
1401 'gcm_driver/gcm_account_mapper_unittest.cc', 1401 'gcm_driver/gcm_account_mapper_unittest.cc',
1402 'gcm_driver/gcm_channel_status_request_unittest.cc', 1402 'gcm_driver/gcm_channel_status_request_unittest.cc',
1403 'gcm_driver/gcm_client_impl_unittest.cc', 1403 'gcm_driver/gcm_client_impl_unittest.cc',
1404 'gcm_driver/gcm_driver_desktop_unittest.cc', 1404 'gcm_driver/gcm_driver_desktop_unittest.cc',
1405 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1405 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1406 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1407 'sessions/core/session_backend_unittest.cc', 1406 'sessions/core/session_backend_unittest.cc',
1408 'storage_monitor/media_storage_util_unittest.cc', 1407 'storage_monitor/media_storage_util_unittest.cc',
1409 'storage_monitor/storage_info_unittest.cc', 1408 'storage_monitor/storage_info_unittest.cc',
1410 'storage_monitor/storage_monitor_unittest.cc', 1409 'storage_monitor/storage_monitor_unittest.cc',
1411 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1410 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1412 ], 1411 ],
1413 'dependencies': [ 1412 'dependencies': [
1414 'components.gyp:data_usage_android', 1413 'components.gyp:data_usage_android',
1415 'components.gyp:safe_json_java', 1414 'components.gyp:safe_json_java',
1416 'components.gyp:variations_java', 1415 'components.gyp:variations_java',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 ], 1662 ],
1664 }, 1663 },
1665 'includes': [ '../build/apk_browsertest.gypi' ], 1664 'includes': [ '../build/apk_browsertest.gypi' ],
1666 }, 1665 },
1667 { 1666 {
1668 'target_name': 'components_unittests_apk', 1667 'target_name': 'components_unittests_apk',
1669 'isolate_file': 'components_unittests.isolate', 1668 'isolate_file': 'components_unittests.isolate',
1670 'type': 'none', 1669 'type': 'none',
1671 'dependencies': [ 1670 'dependencies': [
1672 'components_unittests', 1671 'components_unittests',
1672 'components.gyp:instance_id_driver_java',
1673 'components.gyp:instance_id_driver_test_support_java',
1673 'components.gyp:invalidation_java', 1674 'components.gyp:invalidation_java',
1674 'components.gyp:signin_core_browser_java', 1675 'components.gyp:signin_core_browser_java',
1675 'components.gyp:web_restrictions_test_support_java', 1676 'components.gyp:web_restrictions_test_support_java',
1676 ], 1677 ],
1677 'variables': { 1678 'variables': {
1678 'test_suite_name': 'components_unittests', 1679 'test_suite_name': 'components_unittests',
1679 }, 1680 },
1680 'includes': [ '../build/apk_test.gypi' ], 1681 'includes': [ '../build/apk_test.gypi' ],
1681 }, 1682 },
1682 { 1683 {
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 'dependencies': [ 1926 'dependencies': [
1926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1927 ], 1928 ],
1928 }], 1929 }],
1929 ], 1930 ],
1930 }, 1931 },
1931 ], 1932 ],
1932 }], 1933 }],
1933 ], 1934 ],
1934 } 1935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698