| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 'prefs/pref_notifier.h', | 395 'prefs/pref_notifier.h', |
| 396 'prefs/pref_notifier_impl.cc', | 396 'prefs/pref_notifier_impl.cc', |
| 397 'prefs/pref_notifier_impl.h', | 397 'prefs/pref_notifier_impl.h', |
| 398 'prefs/pref_observer.h', | 398 'prefs/pref_observer.h', |
| 399 'prefs/pref_registry.cc', | 399 'prefs/pref_registry.cc', |
| 400 'prefs/pref_registry.h', | 400 'prefs/pref_registry.h', |
| 401 'prefs/pref_registry_simple.cc', | 401 'prefs/pref_registry_simple.cc', |
| 402 'prefs/pref_registry_simple.h', | 402 'prefs/pref_registry_simple.h', |
| 403 'prefs/pref_service.cc', | 403 'prefs/pref_service.cc', |
| 404 'prefs/pref_service.h', | 404 'prefs/pref_service.h', |
| 405 'prefs/pref_service_builder.cc', | 405 'prefs/pref_service_factory.cc', |
| 406 'prefs/pref_service_builder.h', | 406 'prefs/pref_service_factory.h', |
| 407 'prefs/pref_store.cc', | 407 'prefs/pref_store.cc', |
| 408 'prefs/pref_store.h', | 408 'prefs/pref_store.h', |
| 409 'prefs/pref_value_map.cc', | 409 'prefs/pref_value_map.cc', |
| 410 'prefs/pref_value_map.h', | 410 'prefs/pref_value_map.h', |
| 411 'prefs/pref_value_store.cc', | 411 'prefs/pref_value_store.cc', |
| 412 'prefs/pref_value_store.h', | 412 'prefs/pref_value_store.h', |
| 413 'prefs/scoped_user_pref_update.cc', | 413 'prefs/scoped_user_pref_update.cc', |
| 414 'prefs/scoped_user_pref_update.h', | 414 'prefs/scoped_user_pref_update.h', |
| 415 'prefs/value_map_pref_store.cc', | 415 'prefs/value_map_pref_store.cc', |
| 416 'prefs/value_map_pref_store.h', | 416 'prefs/value_map_pref_store.h', |
| (...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1365 'base_unittests.isolate', | 1365 'base_unittests.isolate', |
| 1366 ], | 1366 ], |
| 1367 'sources': [ | 1367 'sources': [ |
| 1368 'base_unittests.isolate', | 1368 'base_unittests.isolate', |
| 1369 ], | 1369 ], |
| 1370 }, | 1370 }, |
| 1371 ], | 1371 ], |
| 1372 }], | 1372 }], |
| 1373 ], | 1373 ], |
| 1374 } | 1374 } |
| OLD | NEW |