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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 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 |