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

Side by Side Diff: base/base.gyp

Issue 11345008: Remove content::NotificationObserver dependency from most Prefs code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head for commit Created 8 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 | « no previous file | base/prefs/public/pref_change_registrar.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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'prefs/overlay_user_pref_store.cc', 322 'prefs/overlay_user_pref_store.cc',
323 'prefs/overlay_user_pref_store.h', 323 'prefs/overlay_user_pref_store.h',
324 'prefs/persistent_pref_store.h', 324 'prefs/persistent_pref_store.h',
325 'prefs/pref_notifier.h', 325 'prefs/pref_notifier.h',
326 'prefs/pref_store.cc', 326 'prefs/pref_store.cc',
327 'prefs/pref_store.h', 327 'prefs/pref_store.h',
328 'prefs/pref_value_map.cc', 328 'prefs/pref_value_map.cc',
329 'prefs/pref_value_map.h', 329 'prefs/pref_value_map.h',
330 'prefs/public/pref_change_registrar.cc', 330 'prefs/public/pref_change_registrar.cc',
331 'prefs/public/pref_change_registrar.h', 331 'prefs/public/pref_change_registrar.h',
332 'prefs/public/pref_observer.h',
332 'prefs/public/pref_service_base.h', 333 'prefs/public/pref_service_base.h',
333 'prefs/value_map_pref_store.cc', 334 'prefs/value_map_pref_store.cc',
334 'prefs/value_map_pref_store.h', 335 'prefs/value_map_pref_store.h',
335 ], 336 ],
336 }, 337 },
337 { 338 {
338 # This is the subset of files from base that should not be used with a 339 # This is the subset of files from base that should not be used with a
339 # dynamic library. Note that this library cannot depend on base because 340 # dynamic library. Note that this library cannot depend on base because
340 # base depends on base_static. 341 # base depends on base_static.
341 'target_name': 'base_static', 342 'target_name': 'base_static',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'base_unittests.isolate', 1094 'base_unittests.isolate',
1094 ], 1095 ],
1095 'sources': [ 1096 'sources': [
1096 'base_unittests.isolate', 1097 'base_unittests.isolate',
1097 ], 1098 ],
1098 }, 1099 },
1099 ], 1100 ],
1100 }], 1101 }],
1101 ], 1102 ],
1102 } 1103 }
OLDNEW
« no previous file with comments | « no previous file | base/prefs/public/pref_change_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698