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

Side by Side Diff: components/components_tests.gyp

Issue 2017123002: Adds a base32 component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses gab's comments Created 4 years, 6 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service_u nittest.cc', 59 'autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service_u nittest.cc',
60 'autofill/core/browser/webdata/web_data_service_unittest.cc', 60 'autofill/core/browser/webdata/web_data_service_unittest.cc',
61 'autofill/core/common/autofill_l10n_util_unittest.cc', 61 'autofill/core/common/autofill_l10n_util_unittest.cc',
62 'autofill/core/common/autofill_regexes_unittest.cc', 62 'autofill/core/common/autofill_regexes_unittest.cc',
63 'autofill/core/common/autofill_util_unittest.cc', 63 'autofill/core/common/autofill_util_unittest.cc',
64 'autofill/core/common/form_data_unittest.cc', 64 'autofill/core/common/form_data_unittest.cc',
65 'autofill/core/common/form_field_data_unittest.cc', 65 'autofill/core/common/form_field_data_unittest.cc',
66 'autofill/core/common/password_form_fill_data_unittest.cc', 66 'autofill/core/common/password_form_fill_data_unittest.cc',
67 'autofill/core/common/save_password_progress_logger_unittest.cc', 67 'autofill/core/common/save_password_progress_logger_unittest.cc',
68 ], 68 ],
69 'base32_unittest_sources': [
70 'base32/base32_unittest.cc',
71 ],
69 'bookmarks_unittest_sources': [ 72 'bookmarks_unittest_sources': [
70 'bookmarks/browser/bookmark_codec_unittest.cc', 73 'bookmarks/browser/bookmark_codec_unittest.cc',
71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', 74 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
72 'bookmarks/browser/bookmark_index_unittest.cc', 75 'bookmarks/browser/bookmark_index_unittest.cc',
73 'bookmarks/browser/bookmark_model_unittest.cc', 76 'bookmarks/browser/bookmark_model_unittest.cc',
74 'bookmarks/browser/bookmark_utils_unittest.cc', 77 'bookmarks/browser/bookmark_utils_unittest.cc',
75 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', 78 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc',
76 ], 79 ],
77 'browser_sync_unittest_sources': [ 80 'browser_sync_unittest_sources': [
78 'browser_sync/browser/profile_sync_service_autofill_unittest.cc', 81 'browser_sync/browser/profile_sync_service_autofill_unittest.cc',
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 }, 979 },
977 { 980 {
978 # GN version: //components:components_unittests 981 # GN version: //components:components_unittests
979 'target_name': 'components_unittests', 982 'target_name': 'components_unittests',
980 'type': '<(gtest_target_type)', 983 'type': '<(gtest_target_type)',
981 'sources': [ 984 'sources': [
982 'test/run_all_unittests.cc', 985 'test/run_all_unittests.cc',
983 986
984 '<@(auto_login_parser_unittest_sources)', 987 '<@(auto_login_parser_unittest_sources)',
985 '<@(autofill_unittest_sources)', 988 '<@(autofill_unittest_sources)',
989 '<@(base32_unittest_sources)',
986 '<@(bookmarks_unittest_sources)', 990 '<@(bookmarks_unittest_sources)',
987 '<@(browser_sync_unittest_sources)', 991 '<@(browser_sync_unittest_sources)',
988 '<@(browser_watcher_unittest_sources)', 992 '<@(browser_watcher_unittest_sources)',
989 '<@(browsing_data_ui_unittest_sources)', 993 '<@(browsing_data_ui_unittest_sources)',
990 '<@(bubble_unittest_sources)', 994 '<@(bubble_unittest_sources)',
991 '<@(captive_portal_unittest_sources)', 995 '<@(captive_portal_unittest_sources)',
992 '<@(cast_certificate_unittest_sources)', 996 '<@(cast_certificate_unittest_sources)',
993 '<@(certificate_reporting_unittest_sources)', 997 '<@(certificate_reporting_unittest_sources)',
994 '<@(client_update_protocol_unittest_sources)', 998 '<@(client_update_protocol_unittest_sources)',
995 '<@(cloud_devices_unittest_sources)', 999 '<@(cloud_devices_unittest_sources)',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 '../ui/gfx/gfx.gyp:gfx', 1089 '../ui/gfx/gfx.gyp:gfx',
1086 '../ui/gfx/gfx.gyp:gfx_test_support', 1090 '../ui/gfx/gfx.gyp:gfx_test_support',
1087 '../ui/resources/ui_resources.gyp:ui_resources', 1091 '../ui/resources/ui_resources.gyp:ui_resources',
1088 '../ui/resources/ui_resources.gyp:ui_test_pak', 1092 '../ui/resources/ui_resources.gyp:ui_test_pak',
1089 '../ui/strings/ui_strings.gyp:ui_strings', 1093 '../ui/strings/ui_strings.gyp:ui_strings',
1090 '../url/url.gyp:url_lib', 1094 '../url/url.gyp:url_lib',
1091 'components.gyp:auto_login_parser', 1095 'components.gyp:auto_login_parser',
1092 'components.gyp:autofill_core_browser', 1096 'components.gyp:autofill_core_browser',
1093 'components.gyp:autofill_core_common', 1097 'components.gyp:autofill_core_common',
1094 'components.gyp:autofill_core_test_support', 1098 'components.gyp:autofill_core_test_support',
1099 'components.gyp:base32',
1095 'components.gyp:bookmarks_browser', 1100 'components.gyp:bookmarks_browser',
1096 'components.gyp:bookmarks_managed', 1101 'components.gyp:bookmarks_managed',
1097 'components.gyp:bookmarks_test_support', 1102 'components.gyp:bookmarks_test_support',
1098 'components.gyp:browser_sync_browser', 1103 'components.gyp:browser_sync_browser',
1099 'components.gyp:browser_sync_browser_test_support', 1104 'components.gyp:browser_sync_browser_test_support',
1100 'components.gyp:browsing_data_ui', 1105 'components.gyp:browsing_data_ui',
1101 'components.gyp:bubble', 1106 'components.gyp:bubble',
1102 'components.gyp:captive_portal_test_support', 1107 'components.gyp:captive_portal_test_support',
1103 'components.gyp:cast_certificate', 1108 'components.gyp:cast_certificate',
1104 'components.gyp:certificate_reporting', 1109 'components.gyp:certificate_reporting',
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 'dependencies': [ 1978 'dependencies': [
1974 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1979 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1975 ], 1980 ],
1976 }], 1981 }],
1977 ], 1982 ],
1978 }, 1983 },
1979 ], 1984 ],
1980 }], 1985 }],
1981 ], 1986 ],
1982 } 1987 }
OLDNEW
« components/base32/base32_unittest.cc ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698