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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11345008: Remove content::NotificationObserver dependency from most Prefs code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2150 matching lines...) Expand 10 before | Expand all | Expand 10 after
2161 # This file is generated by the autofill_regexes action. 2161 # This file is generated by the autofill_regexes action.
2162 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2162 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2163 2163
2164 # TODO(joi): Move to 'base_prefs' target in base/base.gyp once 2164 # TODO(joi): Move to 'base_prefs' target in base/base.gyp once
2165 # Prefs move is complete and dependencies have been broken. 2165 # Prefs move is complete and dependencies have been broken.
2166 '../base/prefs/default_pref_store.cc', 2166 '../base/prefs/default_pref_store.cc',
2167 '../base/prefs/default_pref_store.h', 2167 '../base/prefs/default_pref_store.h',
2168 '../base/prefs/overlay_user_pref_store.cc', 2168 '../base/prefs/overlay_user_pref_store.cc',
2169 '../base/prefs/overlay_user_pref_store.h', 2169 '../base/prefs/overlay_user_pref_store.h',
2170 '../base/prefs/pref_notifier.h', 2170 '../base/prefs/pref_notifier.h',
2171 '../base/prefs/pref_observer.h',
2172 '../base/prefs/pref_init_observer.h',
2171 '../base/prefs/pref_value_map.cc', 2173 '../base/prefs/pref_value_map.cc',
2172 '../base/prefs/pref_value_map.h', 2174 '../base/prefs/pref_value_map.h',
2173 '../base/prefs/public/pref_change_registrar.cc', 2175 '../base/prefs/public/pref_change_registrar.cc',
2174 '../base/prefs/public/pref_change_registrar.h', 2176 '../base/prefs/public/pref_change_registrar.h',
2175 '../base/prefs/public/pref_service_base.h', 2177 '../base/prefs/public/pref_service_base.h',
2176 '../base/prefs/value_map_pref_store.cc', 2178 '../base/prefs/value_map_pref_store.cc',
2177 '../base/prefs/value_map_pref_store.h', 2179 '../base/prefs/value_map_pref_store.h',
2178 ], 2180 ],
2179 'conditions': [ 2181 'conditions': [
2180 ['enable_one_click_signin==0', { 2182 ['enable_one_click_signin==0', {
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
2945 'proto_in_dir': '../third_party/cros_system_api/dbus', 2947 'proto_in_dir': '../third_party/cros_system_api/dbus',
2946 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2948 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2947 }, 2949 },
2948 'includes': ['../build/protoc.gypi'], 2950 'includes': ['../build/protoc.gypi'],
2949 }, 2951 },
2950 ], 2952 ],
2951 }, 2953 },
2952 ], 2954 ],
2953 ], 2955 ],
2954 } 2956 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698