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

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: 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
« no previous file with comments | « no previous file | base/prefs/json_pref_store.h » ('j') | base/prefs/json_pref_store.cc » ('J')
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 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 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 'base_unittests.isolate', 1400 'base_unittests.isolate',
1400 ], 1401 ],
1401 'sources': [ 1402 'sources': [
1402 'base_unittests.isolate', 1403 'base_unittests.isolate',
1403 ], 1404 ],
1404 }, 1405 },
1405 ], 1406 ],
1406 }], 1407 }],
1407 ], 1408 ],
1408 } 1409 }
OLDNEW
« no previous file with comments | « no previous file | base/prefs/json_pref_store.h » ('j') | base/prefs/json_pref_store.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698