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

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: Rebase. 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 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 'browser/prefs/profile_pref_store_manager.h', 1537 'browser/prefs/profile_pref_store_manager.h',
1538 'browser/prefs/proxy_config_dictionary.cc', 1538 'browser/prefs/proxy_config_dictionary.cc',
1539 'browser/prefs/proxy_config_dictionary.h', 1539 'browser/prefs/proxy_config_dictionary.h',
1540 'browser/prefs/proxy_prefs.cc', 1540 'browser/prefs/proxy_prefs.cc',
1541 'browser/prefs/proxy_prefs.h', 1541 'browser/prefs/proxy_prefs.h',
1542 'browser/prefs/session_startup_pref.cc', 1542 'browser/prefs/session_startup_pref.cc',
1543 'browser/prefs/session_startup_pref.h', 1543 'browser/prefs/session_startup_pref.h',
1544 'browser/prefs/synced_pref_change_registrar.cc', 1544 'browser/prefs/synced_pref_change_registrar.cc',
1545 'browser/prefs/synced_pref_change_registrar.h', 1545 'browser/prefs/synced_pref_change_registrar.h',
1546 'browser/prefs/synced_pref_observer.h', 1546 'browser/prefs/synced_pref_observer.h',
1547 'browser/prefs/tracked/dictionary_hash_store_contents.cc',
1548 'browser/prefs/tracked/dictionary_hash_store_contents.h',
1547 'browser/prefs/tracked/hash_store_contents.h', 1549 'browser/prefs/tracked/hash_store_contents.h',
1548 'browser/prefs/tracked/pref_hash_calculator_helper.h', 1550 'browser/prefs/tracked/pref_hash_calculator_helper.h',
1549 'browser/prefs/tracked/pref_hash_calculator_helper_stub.cc', 1551 'browser/prefs/tracked/pref_hash_calculator_helper_stub.cc',
1550 'browser/prefs/tracked/pref_hash_calculator_helper_win.cc', 1552 'browser/prefs/tracked/pref_hash_calculator_helper_win.cc',
1551 'browser/prefs/tracked/pref_service_hash_store_contents.cc', 1553 'browser/prefs/tracked/pref_service_hash_store_contents.cc',
1552 'browser/prefs/tracked/pref_service_hash_store_contents.h', 1554 'browser/prefs/tracked/pref_service_hash_store_contents.h',
1553 'browser/prefs/tracked/segregated_pref_store.cc', 1555 'browser/prefs/tracked/segregated_pref_store.cc',
1554 'browser/prefs/tracked/segregated_pref_store.h', 1556 'browser/prefs/tracked/segregated_pref_store.h',
1555 'browser/prefs/tracked/tracked_atomic_preference.cc', 1557 'browser/prefs/tracked/tracked_atomic_preference.cc',
1556 'browser/prefs/tracked/tracked_atomic_preference.h', 1558 'browser/prefs/tracked/tracked_atomic_preference.h',
(...skipping 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'package_name': 'org/chromium/chrome/browser', 3807 'package_name': 'org/chromium/chrome/browser',
3806 'template_deps': ['browser/android/tab_load_status.h'], 3808 'template_deps': ['browser/android/tab_load_status.h'],
3807 }, 3809 },
3808 'includes': [ '../build/android/java_cpp_template.gypi' ], 3810 'includes': [ '../build/android/java_cpp_template.gypi' ],
3809 }, 3811 },
3810 ], 3812 ],
3811 }, 3813 },
3812 ], 3814 ],
3813 ], 3815 ],
3814 } 3816 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698