| 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', |
| 341 'prefs/default_pref_store.cc', | 343 'prefs/default_pref_store.cc', |
| 342 'prefs/default_pref_store.h', | 344 'prefs/default_pref_store.h', |
| 343 'prefs/json_pref_store.cc', | 345 'prefs/json_pref_store.cc', |
| 344 'prefs/json_pref_store.h', | 346 'prefs/json_pref_store.h', |
| 345 'prefs/overlay_user_pref_store.cc', | 347 'prefs/overlay_user_pref_store.cc', |
| 346 'prefs/overlay_user_pref_store.h', | 348 'prefs/overlay_user_pref_store.h', |
| 347 'prefs/persistent_pref_store.h', | 349 'prefs/persistent_pref_store.h', |
| 348 'prefs/pref_change_registrar.cc', | 350 'prefs/pref_change_registrar.cc', |
| 349 'prefs/pref_change_registrar.h', | 351 'prefs/pref_change_registrar.h', |
| 350 'prefs/pref_filter.h', | 352 'prefs/pref_filter.h', |
| (...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1591 'dependencies': [ | 1593 'dependencies': [ |
| 1592 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1594 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1593 ], | 1595 ], |
| 1594 }], | 1596 }], |
| 1595 ], | 1597 ], |
| 1596 }, | 1598 }, |
| 1597 ], | 1599 ], |
| 1598 }], | 1600 }], |
| 1599 ], | 1601 ], |
| 1600 } | 1602 } |
| OLD | NEW |