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

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: Re-fix FindBugs 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
« no previous file with comments | « components/BUILD.gn ('k') | components/gcm_driver.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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 'data_usage/android/traffic_stats_amortizer_unittest.cc', 1383 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1384 'invalidation/impl/invalidation_logger_unittest.cc', 1384 'invalidation/impl/invalidation_logger_unittest.cc',
1385 'invalidation/impl/invalidation_service_android_unittest.cc', 1385 'invalidation/impl/invalidation_service_android_unittest.cc',
1386 ], 1386 ],
1387 'sources!': [ 1387 'sources!': [
1388 'gcm_driver/gcm_account_mapper_unittest.cc', 1388 'gcm_driver/gcm_account_mapper_unittest.cc',
1389 'gcm_driver/gcm_channel_status_request_unittest.cc', 1389 'gcm_driver/gcm_channel_status_request_unittest.cc',
1390 'gcm_driver/gcm_client_impl_unittest.cc', 1390 'gcm_driver/gcm_client_impl_unittest.cc',
1391 'gcm_driver/gcm_driver_desktop_unittest.cc', 1391 'gcm_driver/gcm_driver_desktop_unittest.cc',
1392 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1392 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1393 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1394 'sessions/core/session_backend_unittest.cc', 1393 'sessions/core/session_backend_unittest.cc',
1395 'storage_monitor/media_storage_util_unittest.cc', 1394 'storage_monitor/media_storage_util_unittest.cc',
1396 'storage_monitor/storage_info_unittest.cc', 1395 'storage_monitor/storage_info_unittest.cc',
1397 'storage_monitor/storage_monitor_unittest.cc', 1396 'storage_monitor/storage_monitor_unittest.cc',
1398 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1397 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1399 ], 1398 ],
1400 'dependencies': [ 1399 'dependencies': [
1401 'components.gyp:data_usage_android', 1400 'components.gyp:data_usage_android',
1402 'components.gyp:safe_json_java', 1401 'components.gyp:safe_json_java',
1403 'components.gyp:variations_java', 1402 'components.gyp:variations_java',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 ], 1649 ],
1651 }, 1650 },
1652 'includes': [ '../build/apk_browsertest.gypi' ], 1651 'includes': [ '../build/apk_browsertest.gypi' ],
1653 }, 1652 },
1654 { 1653 {
1655 'target_name': 'components_unittests_apk', 1654 'target_name': 'components_unittests_apk',
1656 'isolate_file': 'components_unittests.isolate', 1655 'isolate_file': 'components_unittests.isolate',
1657 'type': 'none', 1656 'type': 'none',
1658 'dependencies': [ 1657 'dependencies': [
1659 'components_unittests', 1658 'components_unittests',
1659 'components.gyp:instance_id_driver_java',
1660 'components.gyp:instance_id_driver_test_support_java',
1660 'components.gyp:invalidation_java', 1661 'components.gyp:invalidation_java',
1661 'components.gyp:signin_core_browser_java', 1662 'components.gyp:signin_core_browser_java',
1662 'components.gyp:web_restrictions_test_support_java', 1663 'components.gyp:web_restrictions_test_support_java',
1663 ], 1664 ],
1664 'variables': { 1665 'variables': {
1665 'test_suite_name': 'components_unittests', 1666 'test_suite_name': 'components_unittests',
1666 }, 1667 },
1667 'includes': [ '../build/apk_test.gypi' ], 1668 'includes': [ '../build/apk_test.gypi' ],
1668 }, 1669 },
1669 { 1670 {
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1912 'dependencies': [ 1913 'dependencies': [
1913 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1914 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1914 ], 1915 ],
1915 }], 1916 }],
1916 ], 1917 ],
1917 }, 1918 },
1918 ], 1919 ],
1919 }], 1920 }],
1920 ], 1921 ],
1921 } 1922 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698