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_paths.cc', |
| 327 'prefs/pref_paths.h', |
326 'prefs/pref_store.cc', | 328 'prefs/pref_store.cc', |
327 'prefs/pref_store.h', | 329 'prefs/pref_store.h', |
328 'prefs/pref_value_map.cc', | 330 'prefs/pref_value_map.cc', |
329 'prefs/pref_value_map.h', | 331 'prefs/pref_value_map.h', |
330 'prefs/public/pref_change_registrar.cc', | 332 'prefs/public/pref_change_registrar.cc', |
331 'prefs/public/pref_change_registrar.h', | 333 'prefs/public/pref_change_registrar.h', |
332 'prefs/public/pref_observer.h', | 334 'prefs/public/pref_observer.h', |
333 'prefs/public/pref_service_base.h', | 335 'prefs/public/pref_service_base.h', |
334 'prefs/value_map_pref_store.cc', | 336 'prefs/value_map_pref_store.cc', |
335 'prefs/value_map_pref_store.h', | 337 'prefs/value_map_pref_store.h', |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 'base_unittests.isolate', | 1101 'base_unittests.isolate', |
1100 ], | 1102 ], |
1101 'sources': [ | 1103 'sources': [ |
1102 'base_unittests.isolate', | 1104 'base_unittests.isolate', |
1103 ], | 1105 ], |
1104 }, | 1106 }, |
1105 ], | 1107 ], |
1106 }], | 1108 }], |
1107 ], | 1109 ], |
1108 } | 1110 } |
OLD | NEW |