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

Side by Side Diff: base/base.gyp

Issue 64193003: Clean up PrefServiceBuilder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix memory ownership bug in ProxyPolicyTest Created 7 years, 1 month 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 | « android_webview/native/aw_autofill_manager_delegate.cc ('k') | base/prefs/pref_service.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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'prefs/pref_notifier.h', 395 'prefs/pref_notifier.h',
396 'prefs/pref_notifier_impl.cc', 396 'prefs/pref_notifier_impl.cc',
397 'prefs/pref_notifier_impl.h', 397 'prefs/pref_notifier_impl.h',
398 'prefs/pref_observer.h', 398 'prefs/pref_observer.h',
399 'prefs/pref_registry.cc', 399 'prefs/pref_registry.cc',
400 'prefs/pref_registry.h', 400 'prefs/pref_registry.h',
401 'prefs/pref_registry_simple.cc', 401 'prefs/pref_registry_simple.cc',
402 'prefs/pref_registry_simple.h', 402 'prefs/pref_registry_simple.h',
403 'prefs/pref_service.cc', 403 'prefs/pref_service.cc',
404 'prefs/pref_service.h', 404 'prefs/pref_service.h',
405 'prefs/pref_service_builder.cc', 405 'prefs/pref_service_factory.cc',
406 'prefs/pref_service_builder.h', 406 'prefs/pref_service_factory.h',
407 'prefs/pref_store.cc', 407 'prefs/pref_store.cc',
408 'prefs/pref_store.h', 408 'prefs/pref_store.h',
409 'prefs/pref_value_map.cc', 409 'prefs/pref_value_map.cc',
410 'prefs/pref_value_map.h', 410 'prefs/pref_value_map.h',
411 'prefs/pref_value_store.cc', 411 'prefs/pref_value_store.cc',
412 'prefs/pref_value_store.h', 412 'prefs/pref_value_store.h',
413 'prefs/scoped_user_pref_update.cc', 413 'prefs/scoped_user_pref_update.cc',
414 'prefs/scoped_user_pref_update.h', 414 'prefs/scoped_user_pref_update.h',
415 'prefs/value_map_pref_store.cc', 415 'prefs/value_map_pref_store.cc',
416 'prefs/value_map_pref_store.h', 416 'prefs/value_map_pref_store.h',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 'base_unittests.isolate', 1365 'base_unittests.isolate',
1366 ], 1366 ],
1367 'sources': [ 1367 'sources': [
1368 'base_unittests.isolate', 1368 'base_unittests.isolate',
1369 ], 1369 ],
1370 }, 1370 },
1371 ], 1371 ],
1372 }], 1372 }],
1373 ], 1373 ],
1374 } 1374 }
OLDNEW
« no previous file with comments | « android_webview/native/aw_autofill_manager_delegate.cc ('k') | base/prefs/pref_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698