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

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: Also filter 'empty loads' as in new run or corrupted pref file scenarios. Created 6 years, 12 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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1545 'browser/prefetch/prefetch_field_trial.cc', 1545 'browser/prefetch/prefetch_field_trial.cc',
1546 'browser/prefetch/prefetch_field_trial.h', 1546 'browser/prefetch/prefetch_field_trial.h',
1547 'browser/prefs/browser_prefs.cc', 1547 'browser/prefs/browser_prefs.cc',
1548 'browser/prefs/browser_prefs.h', 1548 'browser/prefs/browser_prefs.h',
1549 'browser/prefs/chrome_pref_service_factory.cc', 1549 'browser/prefs/chrome_pref_service_factory.cc',
1550 'browser/prefs/chrome_pref_service_factory.h', 1550 'browser/prefs/chrome_pref_service_factory.h',
1551 'browser/prefs/command_line_pref_store.cc', 1551 'browser/prefs/command_line_pref_store.cc',
1552 'browser/prefs/command_line_pref_store.h', 1552 'browser/prefs/command_line_pref_store.h',
1553 'browser/prefs/incognito_mode_prefs.cc', 1553 'browser/prefs/incognito_mode_prefs.cc',
1554 'browser/prefs/incognito_mode_prefs.h', 1554 'browser/prefs/incognito_mode_prefs.h',
1555 'browser/prefs/pref_hash_calculator.cc',
1556 'browser/prefs/pref_hash_calculator.h',
1557 'browser/prefs/pref_hash_filter.cc',
1558 'browser/prefs/pref_hash_filter.h',
1559 'browser/prefs/pref_hash_store.h',
1560 'browser/prefs/pref_hash_store_impl.cc',
1561 'browser/prefs/pref_hash_store_impl.h',
1555 'browser/prefs/pref_model_associator.cc', 1562 'browser/prefs/pref_model_associator.cc',
1556 'browser/prefs/pref_model_associator.h', 1563 'browser/prefs/pref_model_associator.h',
1557 'browser/prefs/pref_metrics_service.cc', 1564 'browser/prefs/pref_metrics_service.cc',
1558 'browser/prefs/pref_metrics_service.h', 1565 'browser/prefs/pref_metrics_service.h',
1559 'browser/prefs/pref_service_syncable.cc', 1566 'browser/prefs/pref_service_syncable.cc',
1560 'browser/prefs/pref_service_syncable.h', 1567 'browser/prefs/pref_service_syncable.h',
1561 'browser/prefs/pref_service_syncable_factory.cc', 1568 'browser/prefs/pref_service_syncable_factory.cc',
1562 'browser/prefs/pref_service_syncable_factory.h', 1569 'browser/prefs/pref_service_syncable_factory.h',
1563 'browser/prefs/pref_service_syncable_observer.h', 1570 'browser/prefs/pref_service_syncable_observer.h',
1564 'browser/prefs/proxy_config_dictionary.cc', 1571 'browser/prefs/proxy_config_dictionary.cc',
(...skipping 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after
3635 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3642 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3636 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3643 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3637 }, 3644 },
3638 'includes': [ '../build/android/java_cpp_template.gypi' ], 3645 'includes': [ '../build/android/java_cpp_template.gypi' ],
3639 }, 3646 },
3640 ], 3647 ],
3641 }, 3648 },
3642 ], 3649 ],
3643 ], 3650 ],
3644 } 3651 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698