| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 7a641572891c7a37f7f892cb07052c699e6e7181..d3924a13ba809d2f5a14ecb960fcb76f4d38ae42 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -1873,6 +1873,8 @@
|
| 'test/data/unit/framework_unittest.gtestjs',
|
| 'test/logging/win/mof_data_parser_unittest.cc',
|
| 'tools/convert_dict/convert_dict_unittest.cc',
|
| + 'tools/profile_reset/jtl_compiler_unittest.cc',
|
| + 'tools/profile_reset/jtl_parser_unittest.cc',
|
| 'utility/extensions/unpacker_unittest.cc',
|
| 'utility/importer/bookmark_html_reader_unittest.cc',
|
| 'utility/importer/bookmarks_file_importer_unittest.cc',
|
| @@ -2483,6 +2485,9 @@
|
| ],
|
| }],
|
| ['OS!="android" and OS!="ios"', {
|
| + 'dependencies': [
|
| + 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib',
|
| + ],
|
| 'sources!': [
|
| 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
|
| ],
|
| @@ -2607,6 +2612,7 @@
|
| ['exclude', '^browser/ui/webui/signin/'],
|
| ['exclude', '^browser/ui/webui/suggestions_internals'],
|
| ['exclude', '^browser/ui/webui/sync_promo'],
|
| + ['exclude', '^tools/profile_reset/'],
|
| ['exclude', '^utility/importer/'],
|
| ],
|
| 'conditions': [
|
|
|