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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 533183002: Revert "Eliminate all code related to the AutomaticProfileResetter." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows compile error. Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 6430c488e95f78a62d2d1db29904ffaf5a3ea4b4..bafc08011a2e957f4f3e0f945d333804e9677bb6 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1149,6 +1149,9 @@
'browser/printing/print_preview_test.h',
'browser/process_info_snapshot_mac_unittest.cc',
'browser/process_singleton_posix_unittest.cc',
+ 'browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc',
+ 'browser/profile_resetter/automatic_profile_resetter_unittest.cc',
+ 'browser/profile_resetter/jtl_interpreter_unittest.cc',
'browser/profile_resetter/profile_resetter_unittest.cc',
'browser/profiles/file_path_verifier_win_unittest.cc',
'browser/profiles/gaia_info_update_service_unittest.cc',
@@ -1916,6 +1919,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/cloud_print/pwg_encoder_unittest.cc',
'utility/extensions/unpacker_unittest.cc',
'utility/image_writer/image_writer_unittest.cc',
@@ -2527,6 +2532,9 @@
],
}],
['OS!="android" and OS!="ios"', {
+ 'dependencies': [
+ 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib',
+ ],
'sources!': [
'browser/metrics/variations/variations_request_scheduler_mobile_unittest.cc',
'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc',
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698