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

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: Handle NULL PrefHashStore in CreateLocalState->PrepareBuilder scenario. 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 (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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'prefs/base_prefs_export.h', 383 'prefs/base_prefs_export.h',
384 'prefs/default_pref_store.cc', 384 'prefs/default_pref_store.cc',
385 'prefs/default_pref_store.h', 385 'prefs/default_pref_store.h',
386 'prefs/json_pref_store.cc', 386 'prefs/json_pref_store.cc',
387 'prefs/json_pref_store.h', 387 'prefs/json_pref_store.h',
388 'prefs/overlay_user_pref_store.cc', 388 'prefs/overlay_user_pref_store.cc',
389 'prefs/overlay_user_pref_store.h', 389 'prefs/overlay_user_pref_store.h',
390 'prefs/persistent_pref_store.h', 390 'prefs/persistent_pref_store.h',
391 'prefs/pref_change_registrar.cc', 391 'prefs/pref_change_registrar.cc',
392 'prefs/pref_change_registrar.h', 392 'prefs/pref_change_registrar.h',
393 'prefs/pref_filter.h',
393 'prefs/pref_member.cc', 394 'prefs/pref_member.cc',
394 'prefs/pref_member.h', 395 'prefs/pref_member.h',
395 'prefs/pref_notifier.h', 396 'prefs/pref_notifier.h',
396 'prefs/pref_notifier_impl.cc', 397 'prefs/pref_notifier_impl.cc',
397 'prefs/pref_notifier_impl.h', 398 'prefs/pref_notifier_impl.h',
398 'prefs/pref_observer.h', 399 'prefs/pref_observer.h',
399 'prefs/pref_registry.cc', 400 'prefs/pref_registry.cc',
400 'prefs/pref_registry.h', 401 'prefs/pref_registry.h',
401 'prefs/pref_registry_simple.cc', 402 'prefs/pref_registry_simple.cc',
402 'prefs/pref_registry_simple.h', 403 'prefs/pref_registry_simple.h',
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'base_unittests.isolate', 1401 'base_unittests.isolate',
1401 ], 1402 ],
1402 'sources': [ 1403 'sources': [
1403 'base_unittests.isolate', 1404 'base_unittests.isolate',
1404 ], 1405 ],
1405 }, 1406 },
1406 ], 1407 ],
1407 }], 1408 }],
1408 ], 1409 ],
1409 } 1410 }
OLDNEW
« no previous file with comments | « no previous file | base/prefs/json_pref_store.h » ('j') | chrome/browser/prefs/chrome_pref_service_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698