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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 90563003: Fix a race condition in preference metric reporting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to Gab's comments. Created 7 years 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 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 'browser/pref_service_flags_storage.cc', 1633 'browser/pref_service_flags_storage.cc',
1634 'browser/pref_service_flags_storage.h', 1634 'browser/pref_service_flags_storage.h',
1635 'browser/prefs/browser_prefs.cc', 1635 'browser/prefs/browser_prefs.cc',
1636 'browser/prefs/browser_prefs.h', 1636 'browser/prefs/browser_prefs.h',
1637 'browser/prefs/chrome_pref_service_factory.cc', 1637 'browser/prefs/chrome_pref_service_factory.cc',
1638 'browser/prefs/chrome_pref_service_factory.h', 1638 'browser/prefs/chrome_pref_service_factory.h',
1639 'browser/prefs/command_line_pref_store.cc', 1639 'browser/prefs/command_line_pref_store.cc',
1640 'browser/prefs/command_line_pref_store.h', 1640 'browser/prefs/command_line_pref_store.h',
1641 'browser/prefs/incognito_mode_prefs.cc', 1641 'browser/prefs/incognito_mode_prefs.cc',
1642 'browser/prefs/incognito_mode_prefs.h', 1642 'browser/prefs/incognito_mode_prefs.h',
1643 'browser/prefs/pref_hash_calculator.cc',
1644 'browser/prefs/pref_hash_calculator.h',
1645 'browser/prefs/pref_hash_filter.cc',
1646 'browser/prefs/pref_hash_filter.h',
1647 'browser/prefs/pref_hash_store.h',
1648 'browser/prefs/pref_hash_store_impl.cc',
1649 'browser/prefs/pref_hash_store_impl.h',
1650 'browser/prefs/pref_hash_tracker.h',
1643 'browser/prefs/pref_model_associator.cc', 1651 'browser/prefs/pref_model_associator.cc',
1644 'browser/prefs/pref_model_associator.h', 1652 'browser/prefs/pref_model_associator.h',
1645 'browser/prefs/pref_metrics_service.cc', 1653 'browser/prefs/pref_metrics_service.cc',
1646 'browser/prefs/pref_metrics_service.h', 1654 'browser/prefs/pref_metrics_service.h',
1647 'browser/prefs/pref_service_syncable.cc', 1655 'browser/prefs/pref_service_syncable.cc',
1648 'browser/prefs/pref_service_syncable.h', 1656 'browser/prefs/pref_service_syncable.h',
1649 'browser/prefs/pref_service_syncable_builder.cc', 1657 'browser/prefs/pref_service_syncable_builder.cc',
1650 'browser/prefs/pref_service_syncable_builder.h', 1658 'browser/prefs/pref_service_syncable_builder.h',
1651 'browser/prefs/pref_service_syncable_observer.h', 1659 'browser/prefs/pref_service_syncable_observer.h',
1652 'browser/prefs/proxy_config_dictionary.cc', 1660 'browser/prefs/proxy_config_dictionary.cc',
(...skipping 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3775 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3783 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3776 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3784 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3777 }, 3785 },
3778 'includes': [ '../build/android/java_cpp_template.gypi' ], 3786 'includes': [ '../build/android/java_cpp_template.gypi' ],
3779 }, 3787 },
3780 ], 3788 ],
3781 }, 3789 },
3782 ], 3790 ],
3783 ], 3791 ],
3784 } 3792 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698