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

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: Final touches on unittests. 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 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 'browser/process_info_snapshot.h', 1689 'browser/process_info_snapshot.h',
1690 'browser/process_info_snapshot_mac.cc', 1690 'browser/process_info_snapshot_mac.cc',
1691 'browser/process_singleton.h', 1691 'browser/process_singleton.h',
1692 'browser/process_singleton_linux.cc', 1692 'browser/process_singleton_linux.cc',
1693 'browser/process_singleton_mac.cc', 1693 'browser/process_singleton_mac.cc',
1694 'browser/process_singleton_modal_dialog_lock.cc', 1694 'browser/process_singleton_modal_dialog_lock.cc',
1695 'browser/process_singleton_modal_dialog_lock.h', 1695 'browser/process_singleton_modal_dialog_lock.h',
1696 'browser/process_singleton_startup_lock.cc', 1696 'browser/process_singleton_startup_lock.cc',
1697 'browser/process_singleton_startup_lock.h', 1697 'browser/process_singleton_startup_lock.h',
1698 'browser/process_singleton_win.cc', 1698 'browser/process_singleton_win.cc',
1699 'browser/profile_resetter/automatic_profile_resetter.h',
1700 'browser/profile_resetter/automatic_profile_resetter.cc',
1701 'browser/profile_resetter/automatic_profile_resetter_factory.h',
1702 'browser/profile_resetter/automatic_profile_resetter_factory.cc',
1703 'browser/profile_resetter/automatic_profile_resetter_mementos.h',
1704 'browser/profile_resetter/automatic_profile_resetter_mementos.cc',
1699 'browser/profile_resetter/brandcoded_default_settings.h', 1705 'browser/profile_resetter/brandcoded_default_settings.h',
1700 'browser/profile_resetter/brandcoded_default_settings.cc', 1706 'browser/profile_resetter/brandcoded_default_settings.cc',
1701 'browser/profile_resetter/brandcode_config_fetcher.h', 1707 'browser/profile_resetter/brandcode_config_fetcher.h',
1702 'browser/profile_resetter/brandcode_config_fetcher.cc', 1708 'browser/profile_resetter/brandcode_config_fetcher.cc',
1703 'browser/profile_resetter/profile_reset_callback.h', 1709 'browser/profile_resetter/profile_reset_callback.h',
1704 'browser/profile_resetter/profile_reset_global_error.h', 1710 'browser/profile_resetter/profile_reset_global_error.h',
1705 'browser/profile_resetter/profile_reset_global_error.cc', 1711 'browser/profile_resetter/profile_reset_global_error.cc',
1706 'browser/profile_resetter/profile_resetter.h', 1712 'browser/profile_resetter/profile_resetter.h',
1707 'browser/profile_resetter/profile_resetter.cc', 1713 'browser/profile_resetter/profile_resetter.cc',
1708 'browser/profile_resetter/jtl_foundation.h', 1714 'browser/profile_resetter/jtl_foundation.h',
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after
3277 3283
3278 'browser/sync/glue/synced_tab_delegate.cc', 3284 'browser/sync/glue/synced_tab_delegate.cc',
3279 ], 3285 ],
3280 'sources/': [ 3286 'sources/': [
3281 ['exclude', '^browser/captive_portal/'], 3287 ['exclude', '^browser/captive_portal/'],
3282 ['exclude', '^browser/diagnostics/'], 3288 ['exclude', '^browser/diagnostics/'],
3283 ['exclude', '^browser/first_run/'], 3289 ['exclude', '^browser/first_run/'],
3284 ['exclude', '^browser/importer/'], 3290 ['exclude', '^browser/importer/'],
3285 ['exclude', '^browser/media_galleries/'], 3291 ['exclude', '^browser/media_galleries/'],
3286 ['exclude', '^browser/net/firefox_*'], 3292 ['exclude', '^browser/net/firefox_*'],
3293 ['exclude', '^browser/profile_resetter/'],
3287 ['exclude', '^browser/service/'], 3294 ['exclude', '^browser/service/'],
3288 ['exclude', '^browser/sync/glue/app_'], 3295 ['exclude', '^browser/sync/glue/app_'],
3289 ['exclude', '^browser/sync/glue/extension_'], 3296 ['exclude', '^browser/sync/glue/extension_'],
3290 ['exclude', '^browser/sync/glue/theme_'], 3297 ['exclude', '^browser/sync/glue/theme_'],
3291 ['exclude', '^browser/usb/'], 3298 ['exclude', '^browser/usb/'],
3292 ], 3299 ],
3293 }], 3300 }],
3294 ['OS=="mac"', { 3301 ['OS=="mac"', {
3295 'sources!': [ 3302 'sources!': [
3296 'browser/automation/automation_provider_list_generic.cc', 3303 'browser/automation/automation_provider_list_generic.cc',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
3665 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3672 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3666 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3673 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3667 }, 3674 },
3668 'includes': [ '../build/android/java_cpp_template.gypi' ], 3675 'includes': [ '../build/android/java_cpp_template.gypi' ],
3669 }, 3676 },
3670 ], 3677 ],
3671 }, 3678 },
3672 ], 3679 ],
3673 ], 3680 ],
3674 } 3681 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698