| OLD | NEW |
| 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 ], | 316 ], |
| 317 'sources': [ | 317 'sources': [ |
| 318 'prefs/default_pref_store.cc', | 318 'prefs/default_pref_store.cc', |
| 319 'prefs/default_pref_store.h', | 319 'prefs/default_pref_store.h', |
| 320 'prefs/json_pref_store.cc', | 320 'prefs/json_pref_store.cc', |
| 321 'prefs/json_pref_store.h', | 321 'prefs/json_pref_store.h', |
| 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_observer.h', |
| 326 'prefs/pref_store.cc', | 327 'prefs/pref_store.cc', |
| 327 'prefs/pref_store.h', | 328 'prefs/pref_store.h', |
| 328 'prefs/pref_value_map.cc', | 329 'prefs/pref_value_map.cc', |
| 329 'prefs/pref_value_map.h', | 330 'prefs/pref_value_map.h', |
| 330 'prefs/public/pref_change_registrar.cc', | 331 'prefs/public/pref_change_registrar.cc', |
| 331 'prefs/public/pref_change_registrar.h', | 332 'prefs/public/pref_change_registrar.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 ], |
| (...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |