| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'prefs/pref_store.cc', | 370 'prefs/pref_store.cc', |
| 371 'prefs/pref_store.h', | 371 'prefs/pref_store.h', |
| 372 'prefs/pref_value_map.cc', | 372 'prefs/pref_value_map.cc', |
| 373 'prefs/pref_value_map.h', | 373 'prefs/pref_value_map.h', |
| 374 'prefs/pref_value_store.cc', | 374 'prefs/pref_value_store.cc', |
| 375 'prefs/pref_value_store.h', | 375 'prefs/pref_value_store.h', |
| 376 'prefs/scoped_user_pref_update.cc', | 376 'prefs/scoped_user_pref_update.cc', |
| 377 'prefs/scoped_user_pref_update.h', | 377 'prefs/scoped_user_pref_update.h', |
| 378 'prefs/value_map_pref_store.cc', | 378 'prefs/value_map_pref_store.cc', |
| 379 'prefs/value_map_pref_store.h', | 379 'prefs/value_map_pref_store.h', |
| 380 'prefs/writeable_pref_store.h', |
| 380 ], | 381 ], |
| 381 }, | 382 }, |
| 382 { | 383 { |
| 383 'target_name': 'base_prefs_test_support', | 384 'target_name': 'base_prefs_test_support', |
| 384 'type': 'static_library', | 385 'type': 'static_library', |
| 385 'dependencies': [ | 386 'dependencies': [ |
| 386 'base', | 387 'base', |
| 387 'base_prefs', | 388 'base_prefs', |
| 388 '../testing/gmock.gyp:gmock', | 389 '../testing/gmock.gyp:gmock', |
| 389 ], | 390 ], |
| (...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 'base_unittests.isolate', | 1356 'base_unittests.isolate', |
| 1356 ], | 1357 ], |
| 1357 'sources': [ | 1358 'sources': [ |
| 1358 'base_unittests.isolate', | 1359 'base_unittests.isolate', |
| 1359 ], | 1360 ], |
| 1360 }, | 1361 }, |
| 1361 ], | 1362 ], |
| 1362 }], | 1363 }], |
| 1363 ], | 1364 ], |
| 1364 } | 1365 } |
| OLD | NEW |