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

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: Migrates installer/setup/user_hive_visitor.cc to use base32 component 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
« no previous file with comments | « components/components.gyp ('k') | no next file » | 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 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 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 }, 982 },
980 { 983 {
981 # GN version: //components:components_unittests 984 # GN version: //components:components_unittests
982 'target_name': 'components_unittests', 985 'target_name': 'components_unittests',
983 'type': '<(gtest_target_type)', 986 'type': '<(gtest_target_type)',
984 'sources': [ 987 'sources': [
985 'test/run_all_unittests.cc', 988 'test/run_all_unittests.cc',
986 989
987 '<@(auto_login_parser_unittest_sources)', 990 '<@(auto_login_parser_unittest_sources)',
988 '<@(autofill_unittest_sources)', 991 '<@(autofill_unittest_sources)',
992 '<@(base32_unittest_sources)',
989 '<@(bookmarks_unittest_sources)', 993 '<@(bookmarks_unittest_sources)',
990 '<@(browser_sync_unittest_sources)', 994 '<@(browser_sync_unittest_sources)',
991 '<@(browser_watcher_unittest_sources)', 995 '<@(browser_watcher_unittest_sources)',
992 '<@(browsing_data_ui_unittest_sources)', 996 '<@(browsing_data_ui_unittest_sources)',
993 '<@(bubble_unittest_sources)', 997 '<@(bubble_unittest_sources)',
994 '<@(captive_portal_unittest_sources)', 998 '<@(captive_portal_unittest_sources)',
995 '<@(cast_certificate_unittest_sources)', 999 '<@(cast_certificate_unittest_sources)',
996 '<@(certificate_reporting_unittest_sources)', 1000 '<@(certificate_reporting_unittest_sources)',
997 '<@(client_update_protocol_unittest_sources)', 1001 '<@(client_update_protocol_unittest_sources)',
998 '<@(cloud_devices_unittest_sources)', 1002 '<@(cloud_devices_unittest_sources)',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 '../ui/gfx/gfx.gyp:gfx', 1092 '../ui/gfx/gfx.gyp:gfx',
1089 '../ui/gfx/gfx.gyp:gfx_test_support', 1093 '../ui/gfx/gfx.gyp:gfx_test_support',
1090 '../ui/resources/ui_resources.gyp:ui_resources', 1094 '../ui/resources/ui_resources.gyp:ui_resources',
1091 '../ui/resources/ui_resources.gyp:ui_test_pak', 1095 '../ui/resources/ui_resources.gyp:ui_test_pak',
1092 '../ui/strings/ui_strings.gyp:ui_strings', 1096 '../ui/strings/ui_strings.gyp:ui_strings',
1093 '../url/url.gyp:url_lib', 1097 '../url/url.gyp:url_lib',
1094 'components.gyp:auto_login_parser', 1098 'components.gyp:auto_login_parser',
1095 'components.gyp:autofill_core_browser', 1099 'components.gyp:autofill_core_browser',
1096 'components.gyp:autofill_core_common', 1100 'components.gyp:autofill_core_common',
1097 'components.gyp:autofill_core_test_support', 1101 'components.gyp:autofill_core_test_support',
1102 'components.gyp:base32',
1098 'components.gyp:bookmarks_browser', 1103 'components.gyp:bookmarks_browser',
1099 'components.gyp:bookmarks_managed', 1104 'components.gyp:bookmarks_managed',
1100 'components.gyp:bookmarks_test_support', 1105 'components.gyp:bookmarks_test_support',
1101 'components.gyp:browser_sync_browser', 1106 'components.gyp:browser_sync_browser',
1102 'components.gyp:browser_sync_browser_test_support', 1107 'components.gyp:browser_sync_browser_test_support',
1103 'components.gyp:browsing_data_ui', 1108 'components.gyp:browsing_data_ui',
1104 'components.gyp:bubble', 1109 'components.gyp:bubble',
1105 'components.gyp:captive_portal_test_support', 1110 'components.gyp:captive_portal_test_support',
1106 'components.gyp:cast_certificate', 1111 'components.gyp:cast_certificate',
1107 'components.gyp:certificate_reporting', 1112 'components.gyp:certificate_reporting',
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'dependencies': [ 1981 'dependencies': [
1977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1982 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1978 ], 1983 ],
1979 }], 1984 }],
1980 ], 1985 ],
1981 }, 1986 },
1982 ], 1987 ],
1983 }], 1988 }],
1984 ], 1989 ],
1985 } 1990 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698