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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
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 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after
1474 'browser/prefs/chrome_pref_service_factory.cc', 1474 'browser/prefs/chrome_pref_service_factory.cc',
1475 'browser/prefs/chrome_pref_service_factory.h', 1475 'browser/prefs/chrome_pref_service_factory.h',
1476 'browser/prefs/command_line_pref_store.cc', 1476 'browser/prefs/command_line_pref_store.cc',
1477 'browser/prefs/command_line_pref_store.h', 1477 'browser/prefs/command_line_pref_store.h',
1478 'browser/prefs/incognito_mode_prefs.cc', 1478 'browser/prefs/incognito_mode_prefs.cc',
1479 'browser/prefs/incognito_mode_prefs.h', 1479 'browser/prefs/incognito_mode_prefs.h',
1480 'browser/prefs/pref_model_associator.cc', 1480 'browser/prefs/pref_model_associator.cc',
1481 'browser/prefs/pref_model_associator.h', 1481 'browser/prefs/pref_model_associator.h',
1482 'browser/prefs/pref_notifier_impl.cc', 1482 'browser/prefs/pref_notifier_impl.cc',
1483 'browser/prefs/pref_notifier_impl.h', 1483 'browser/prefs/pref_notifier_impl.h',
1484 'browser/prefs/pref_registrar_simple.cc',
1485 'browser/prefs/pref_registrar_simple.h',
1484 'browser/prefs/pref_service.cc', 1486 'browser/prefs/pref_service.cc',
1485 'browser/prefs/pref_service.h', 1487 'browser/prefs/pref_service.h',
1486 'browser/prefs/pref_service_builder.cc', 1488 'browser/prefs/pref_service_builder.cc',
1487 'browser/prefs/pref_service_builder.h', 1489 'browser/prefs/pref_service_builder.h',
1488 'browser/prefs/pref_service_observer.h', 1490 'browser/prefs/pref_service_observer.h',
1489 'browser/prefs/pref_service_simple.cc',
1490 'browser/prefs/pref_service_simple.h',
1491 'browser/prefs/pref_service_syncable.cc', 1491 'browser/prefs/pref_service_syncable.cc',
1492 'browser/prefs/pref_service_syncable.h', 1492 'browser/prefs/pref_service_syncable.h',
1493 'browser/prefs/pref_service_syncable_builder.cc', 1493 'browser/prefs/pref_service_syncable_builder.cc',
1494 'browser/prefs/pref_service_syncable_builder.h', 1494 'browser/prefs/pref_service_syncable_builder.h',
1495 'browser/prefs/pref_value_store.cc', 1495 'browser/prefs/pref_value_store.cc',
1496 'browser/prefs/pref_value_store.h', 1496 'browser/prefs/pref_value_store.h',
1497 'browser/prefs/proxy_config_dictionary.cc', 1497 'browser/prefs/proxy_config_dictionary.cc',
1498 'browser/prefs/proxy_config_dictionary.h', 1498 'browser/prefs/proxy_config_dictionary.h',
1499 'browser/prefs/proxy_prefs.cc', 1499 'browser/prefs/proxy_prefs.cc',
1500 'browser/prefs/proxy_prefs.h', 1500 'browser/prefs/proxy_prefs.h',
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after
3159 'proto_in_dir': '../third_party/cros_system_api/dbus', 3159 'proto_in_dir': '../third_party/cros_system_api/dbus',
3160 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3160 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3161 }, 3161 },
3162 'includes': ['../build/protoc.gypi'], 3162 'includes': ['../build/protoc.gypi'],
3163 }, 3163 },
3164 ], 3164 ],
3165 }, 3165 },
3166 ], 3166 ],
3167 ], 3167 ],
3168 } 3168 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698