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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 324493002: Move preference MACs to the protected preference stores. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tracking for MAC migrations from local state. Created 6 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 | 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 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 'browser/prefs/profile_pref_store_manager.h', 1593 'browser/prefs/profile_pref_store_manager.h',
1594 'browser/prefs/proxy_config_dictionary.cc', 1594 'browser/prefs/proxy_config_dictionary.cc',
1595 'browser/prefs/proxy_config_dictionary.h', 1595 'browser/prefs/proxy_config_dictionary.h',
1596 'browser/prefs/proxy_prefs.cc', 1596 'browser/prefs/proxy_prefs.cc',
1597 'browser/prefs/proxy_prefs.h', 1597 'browser/prefs/proxy_prefs.h',
1598 'browser/prefs/session_startup_pref.cc', 1598 'browser/prefs/session_startup_pref.cc',
1599 'browser/prefs/session_startup_pref.h', 1599 'browser/prefs/session_startup_pref.h',
1600 'browser/prefs/synced_pref_change_registrar.cc', 1600 'browser/prefs/synced_pref_change_registrar.cc',
1601 'browser/prefs/synced_pref_change_registrar.h', 1601 'browser/prefs/synced_pref_change_registrar.h',
1602 'browser/prefs/synced_pref_observer.h', 1602 'browser/prefs/synced_pref_observer.h',
1603 'browser/prefs/tracked/dictionary_hash_store_contents.cc',
1604 'browser/prefs/tracked/dictionary_hash_store_contents.h',
1603 'browser/prefs/tracked/hash_store_contents.h', 1605 'browser/prefs/tracked/hash_store_contents.h',
1604 'browser/prefs/tracked/pref_hash_calculator_helper.h', 1606 'browser/prefs/tracked/pref_hash_calculator_helper.h',
1605 'browser/prefs/tracked/pref_hash_calculator_helper_stub.cc', 1607 'browser/prefs/tracked/pref_hash_calculator_helper_stub.cc',
1606 'browser/prefs/tracked/pref_hash_calculator_helper_win.cc', 1608 'browser/prefs/tracked/pref_hash_calculator_helper_win.cc',
1607 'browser/prefs/tracked/pref_service_hash_store_contents.cc', 1609 'browser/prefs/tracked/pref_service_hash_store_contents.cc',
1608 'browser/prefs/tracked/pref_service_hash_store_contents.h', 1610 'browser/prefs/tracked/pref_service_hash_store_contents.h',
1609 'browser/prefs/tracked/segregated_pref_store.cc', 1611 'browser/prefs/tracked/segregated_pref_store.cc',
1610 'browser/prefs/tracked/segregated_pref_store.h', 1612 'browser/prefs/tracked/segregated_pref_store.h',
1611 'browser/prefs/tracked/tracked_atomic_preference.cc', 1613 'browser/prefs/tracked/tracked_atomic_preference.cc',
1612 'browser/prefs/tracked/tracked_atomic_preference.h', 1614 'browser/prefs/tracked/tracked_atomic_preference.h',
(...skipping 2176 matching lines...) Expand 10 before | Expand all | Expand 10 after
3789 'package_name': 'org/chromium/chrome/browser', 3791 'package_name': 'org/chromium/chrome/browser',
3790 'template_deps': ['browser/android/tab_load_status.h'], 3792 'template_deps': ['browser/android/tab_load_status.h'],
3791 }, 3793 },
3792 'includes': [ '../build/android/java_cpp_template.gypi' ], 3794 'includes': [ '../build/android/java_cpp_template.gypi' ],
3793 }, 3795 },
3794 ], 3796 ],
3795 }, 3797 },
3796 ], 3798 ],
3797 ], 3799 ],
3798 } 3800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698