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

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: Tentative fix for test crashes. 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 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 'browser/pref_service_flags_storage.cc', 1537 'browser/pref_service_flags_storage.cc',
1538 'browser/pref_service_flags_storage.h', 1538 'browser/pref_service_flags_storage.h',
1539 'browser/prefs/browser_prefs.cc', 1539 'browser/prefs/browser_prefs.cc',
1540 'browser/prefs/browser_prefs.h', 1540 'browser/prefs/browser_prefs.h',
1541 'browser/prefs/chrome_pref_service_factory.cc', 1541 'browser/prefs/chrome_pref_service_factory.cc',
1542 'browser/prefs/chrome_pref_service_factory.h', 1542 'browser/prefs/chrome_pref_service_factory.h',
1543 'browser/prefs/command_line_pref_store.cc', 1543 'browser/prefs/command_line_pref_store.cc',
1544 'browser/prefs/command_line_pref_store.h', 1544 'browser/prefs/command_line_pref_store.h',
1545 'browser/prefs/incognito_mode_prefs.cc', 1545 'browser/prefs/incognito_mode_prefs.cc',
1546 'browser/prefs/incognito_mode_prefs.h', 1546 'browser/prefs/incognito_mode_prefs.h',
1547 'browser/prefs/pref_hash_calculator.cc',
1548 'browser/prefs/pref_hash_calculator.h',
1549 'browser/prefs/pref_hash_filter.cc',
1550 'browser/prefs/pref_hash_filter.h',
1551 'browser/prefs/pref_hash_store.h',
1552 'browser/prefs/pref_hash_store_impl.cc',
1553 'browser/prefs/pref_hash_store_impl.h',
1547 'browser/prefs/pref_model_associator.cc', 1554 'browser/prefs/pref_model_associator.cc',
1548 'browser/prefs/pref_model_associator.h', 1555 'browser/prefs/pref_model_associator.h',
1549 'browser/prefs/pref_metrics_service.cc', 1556 'browser/prefs/pref_metrics_service.cc',
1550 'browser/prefs/pref_metrics_service.h', 1557 'browser/prefs/pref_metrics_service.h',
1551 'browser/prefs/pref_service_syncable.cc', 1558 'browser/prefs/pref_service_syncable.cc',
1552 'browser/prefs/pref_service_syncable.h', 1559 'browser/prefs/pref_service_syncable.h',
1553 'browser/prefs/pref_service_syncable_factory.cc', 1560 'browser/prefs/pref_service_syncable_factory.cc',
1554 'browser/prefs/pref_service_syncable_factory.h', 1561 'browser/prefs/pref_service_syncable_factory.h',
1555 'browser/prefs/pref_service_syncable_observer.h', 1562 'browser/prefs/pref_service_syncable_observer.h',
1556 'browser/prefs/proxy_config_dictionary.cc', 1563 'browser/prefs/proxy_config_dictionary.cc',
(...skipping 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after
3646 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3653 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3647 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3654 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3648 }, 3655 },
3649 'includes': [ '../build/android/java_cpp_template.gypi' ], 3656 'includes': [ '../build/android/java_cpp_template.gypi' ],
3650 }, 3657 },
3651 ], 3658 ],
3652 }, 3659 },
3653 ], 3660 ],
3654 ], 3661 ],
3655 } 3662 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698