| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 'base', | 331 'base', |
| 332 ], | 332 ], |
| 333 'export_dependent_settings': [ | 333 'export_dependent_settings': [ |
| 334 'base', | 334 'base', |
| 335 ], | 335 ], |
| 336 'defines': [ | 336 'defines': [ |
| 337 'BASE_PREFS_IMPLEMENTATION', | 337 'BASE_PREFS_IMPLEMENTATION', |
| 338 ], | 338 ], |
| 339 'sources': [ | 339 'sources': [ |
| 340 'prefs/base_prefs_export.h', | 340 'prefs/base_prefs_export.h', |
| 341 'prefs/base_prefs_switches.cc', | |
| 342 'prefs/base_prefs_switches.h', | |
| 343 'prefs/default_pref_store.cc', | 341 'prefs/default_pref_store.cc', |
| 344 'prefs/default_pref_store.h', | 342 'prefs/default_pref_store.h', |
| 345 'prefs/json_pref_store.cc', | 343 'prefs/json_pref_store.cc', |
| 346 'prefs/json_pref_store.h', | 344 'prefs/json_pref_store.h', |
| 347 'prefs/overlay_user_pref_store.cc', | 345 'prefs/overlay_user_pref_store.cc', |
| 348 'prefs/overlay_user_pref_store.h', | 346 'prefs/overlay_user_pref_store.h', |
| 349 'prefs/persistent_pref_store.h', | 347 'prefs/persistent_pref_store.h', |
| 350 'prefs/pref_change_registrar.cc', | 348 'prefs/pref_change_registrar.cc', |
| 351 'prefs/pref_change_registrar.h', | 349 'prefs/pref_change_registrar.h', |
| 352 'prefs/pref_filter.h', | 350 'prefs/pref_filter.h', |
| (...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 'dependencies': [ | 1599 'dependencies': [ |
| 1602 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1600 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1603 ], | 1601 ], |
| 1604 }], | 1602 }], |
| 1605 ], | 1603 ], |
| 1606 }, | 1604 }, |
| 1607 ], | 1605 ], |
| 1608 }], | 1606 }], |
| 1609 ], | 1607 ], |
| 1610 } | 1608 } |
| OLD | NEW |