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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 24533002: Added the AutomaticProfileResetter service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments, integrated Interpreter, added unit tests. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 'browser/process_info_snapshot.h', 1680 'browser/process_info_snapshot.h',
1681 'browser/process_info_snapshot_mac.cc', 1681 'browser/process_info_snapshot_mac.cc',
1682 'browser/process_singleton.h', 1682 'browser/process_singleton.h',
1683 'browser/process_singleton_linux.cc', 1683 'browser/process_singleton_linux.cc',
1684 'browser/process_singleton_mac.cc', 1684 'browser/process_singleton_mac.cc',
1685 'browser/process_singleton_modal_dialog_lock.cc', 1685 'browser/process_singleton_modal_dialog_lock.cc',
1686 'browser/process_singleton_modal_dialog_lock.h', 1686 'browser/process_singleton_modal_dialog_lock.h',
1687 'browser/process_singleton_startup_lock.cc', 1687 'browser/process_singleton_startup_lock.cc',
1688 'browser/process_singleton_startup_lock.h', 1688 'browser/process_singleton_startup_lock.h',
1689 'browser/process_singleton_win.cc', 1689 'browser/process_singleton_win.cc',
1690 'browser/profile_resetter/automatic_profile_resetter.h',
1691 'browser/profile_resetter/automatic_profile_resetter.cc',
1692 'browser/profile_resetter/automatic_profile_resetter_factory.h',
1693 'browser/profile_resetter/automatic_profile_resetter_factory.cc',
1694 'browser/profile_resetter/automatic_profile_resetter_mementos.h',
1695 'browser/profile_resetter/automatic_profile_resetter_mementos.cc',
1690 'browser/profile_resetter/brandcoded_default_settings.h', 1696 'browser/profile_resetter/brandcoded_default_settings.h',
1691 'browser/profile_resetter/brandcoded_default_settings.cc', 1697 'browser/profile_resetter/brandcoded_default_settings.cc',
1692 'browser/profile_resetter/brandcode_config_fetcher.h', 1698 'browser/profile_resetter/brandcode_config_fetcher.h',
1693 'browser/profile_resetter/brandcode_config_fetcher.cc', 1699 'browser/profile_resetter/brandcode_config_fetcher.cc',
1694 'browser/profile_resetter/profile_resetter.h', 1700 'browser/profile_resetter/profile_resetter.h',
1695 'browser/profile_resetter/profile_resetter.cc', 1701 'browser/profile_resetter/profile_resetter.cc',
1696 'browser/profile_resetter/jtl_foundation.h', 1702 'browser/profile_resetter/jtl_foundation.h',
1697 'browser/profile_resetter/jtl_foundation.cc', 1703 'browser/profile_resetter/jtl_foundation.cc',
1698 'browser/profile_resetter/jtl_instructions.h', 1704 'browser/profile_resetter/jtl_instructions.h',
1699 'browser/profile_resetter/jtl_interpreter.h', 1705 'browser/profile_resetter/jtl_interpreter.h',
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
3262 3268
3263 'browser/sync/glue/synced_tab_delegate.cc', 3269 'browser/sync/glue/synced_tab_delegate.cc',
3264 ], 3270 ],
3265 'sources/': [ 3271 'sources/': [
3266 ['exclude', '^browser/captive_portal/'], 3272 ['exclude', '^browser/captive_portal/'],
3267 ['exclude', '^browser/diagnostics/'], 3273 ['exclude', '^browser/diagnostics/'],
3268 ['exclude', '^browser/first_run/'], 3274 ['exclude', '^browser/first_run/'],
3269 ['exclude', '^browser/importer/'], 3275 ['exclude', '^browser/importer/'],
3270 ['exclude', '^browser/media_galleries/'], 3276 ['exclude', '^browser/media_galleries/'],
3271 ['exclude', '^browser/net/firefox_*'], 3277 ['exclude', '^browser/net/firefox_*'],
3278 ['exclude', '^browser/profile_resetter/'],
3272 ['exclude', '^browser/service/'], 3279 ['exclude', '^browser/service/'],
3273 ['exclude', '^browser/sync/glue/app_'], 3280 ['exclude', '^browser/sync/glue/app_'],
3274 ['exclude', '^browser/sync/glue/extension_'], 3281 ['exclude', '^browser/sync/glue/extension_'],
3275 ['exclude', '^browser/sync/glue/theme_'], 3282 ['exclude', '^browser/sync/glue/theme_'],
3276 ['exclude', '^browser/usb/'], 3283 ['exclude', '^browser/usb/'],
3277 ], 3284 ],
3278 }], 3285 }],
3279 ['OS=="mac"', { 3286 ['OS=="mac"', {
3280 'sources!': [ 3287 'sources!': [
3281 'browser/automation/automation_provider_list_generic.cc', 3288 'browser/automation/automation_provider_list_generic.cc',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
3649 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3656 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3650 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3657 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3651 }, 3658 },
3652 'includes': [ '../build/android/java_cpp_template.gypi' ], 3659 'includes': [ '../build/android/java_cpp_template.gypi' ],
3653 }, 3660 },
3654 ], 3661 ],
3655 }, 3662 },
3656 ], 3663 ],
3657 ], 3664 ],
3658 } 3665 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698