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

Side by Side Diff: base/base.gyp

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 | « no previous file | base/prefs/json_pref_store.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'prefs/base_prefs_export.h', 345 'prefs/base_prefs_export.h',
346 'prefs/default_pref_store.cc', 346 'prefs/default_pref_store.cc',
347 'prefs/default_pref_store.h', 347 'prefs/default_pref_store.h',
348 'prefs/json_pref_store.cc', 348 'prefs/json_pref_store.cc',
349 'prefs/json_pref_store.h', 349 'prefs/json_pref_store.h',
350 'prefs/overlay_user_pref_store.cc', 350 'prefs/overlay_user_pref_store.cc',
351 'prefs/overlay_user_pref_store.h', 351 'prefs/overlay_user_pref_store.h',
352 'prefs/persistent_pref_store.h', 352 'prefs/persistent_pref_store.h',
353 'prefs/pref_change_registrar.cc', 353 'prefs/pref_change_registrar.cc',
354 'prefs/pref_change_registrar.h', 354 'prefs/pref_change_registrar.h',
355 'prefs/pref_filter.h',
355 'prefs/pref_member.cc', 356 'prefs/pref_member.cc',
356 'prefs/pref_member.h', 357 'prefs/pref_member.h',
357 'prefs/pref_notifier.h', 358 'prefs/pref_notifier.h',
358 'prefs/pref_notifier_impl.cc', 359 'prefs/pref_notifier_impl.cc',
359 'prefs/pref_notifier_impl.h', 360 'prefs/pref_notifier_impl.h',
360 'prefs/pref_observer.h', 361 'prefs/pref_observer.h',
361 'prefs/pref_registry.cc', 362 'prefs/pref_registry.cc',
362 'prefs/pref_registry.h', 363 'prefs/pref_registry.h',
363 'prefs/pref_registry_simple.cc', 364 'prefs/pref_registry_simple.cc',
364 'prefs/pref_registry_simple.h', 365 'prefs/pref_registry_simple.h',
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 'base_unittests.isolate', 1355 'base_unittests.isolate',
1355 ], 1356 ],
1356 'sources': [ 1357 'sources': [
1357 'base_unittests.isolate', 1358 'base_unittests.isolate',
1358 ], 1359 ],
1359 }, 1360 },
1360 ], 1361 ],
1361 }], 1362 }],
1362 ], 1363 ],
1363 } 1364 }
OLDNEW
« no previous file with comments | « no previous file | base/prefs/json_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698