| 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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 'prefs/pref_store.cc', | 404 'prefs/pref_store.cc', |
| 405 'prefs/pref_store.h', | 405 'prefs/pref_store.h', |
| 406 'prefs/pref_value_map.cc', | 406 'prefs/pref_value_map.cc', |
| 407 'prefs/pref_value_map.h', | 407 'prefs/pref_value_map.h', |
| 408 'prefs/pref_value_store.cc', | 408 'prefs/pref_value_store.cc', |
| 409 'prefs/pref_value_store.h', | 409 'prefs/pref_value_store.h', |
| 410 'prefs/scoped_user_pref_update.cc', | 410 'prefs/scoped_user_pref_update.cc', |
| 411 'prefs/scoped_user_pref_update.h', | 411 'prefs/scoped_user_pref_update.h', |
| 412 'prefs/value_map_pref_store.cc', | 412 'prefs/value_map_pref_store.cc', |
| 413 'prefs/value_map_pref_store.h', | 413 'prefs/value_map_pref_store.h', |
| 414 'prefs/writeable_pref_store.h', |
| 414 ], | 415 ], |
| 415 }, | 416 }, |
| 416 { | 417 { |
| 417 'target_name': 'base_prefs_test_support', | 418 'target_name': 'base_prefs_test_support', |
| 418 'type': 'static_library', | 419 'type': 'static_library', |
| 419 'dependencies': [ | 420 'dependencies': [ |
| 420 'base', | 421 'base', |
| 421 'base_prefs', | 422 'base_prefs', |
| 422 '../testing/gmock.gyp:gmock', | 423 '../testing/gmock.gyp:gmock', |
| 423 ], | 424 ], |
| (...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1389 'base_unittests.isolate', | 1390 'base_unittests.isolate', |
| 1390 ], | 1391 ], |
| 1391 'sources': [ | 1392 'sources': [ |
| 1392 'base_unittests.isolate', | 1393 'base_unittests.isolate', |
| 1393 ], | 1394 ], |
| 1394 }, | 1395 }, |
| 1395 ], | 1396 ], |
| 1396 }], | 1397 }], |
| 1397 ], | 1398 ], |
| 1398 } | 1399 } |
| OLD | NEW |