| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2006 'browser/preferences_mac.cc', | 2006 'browser/preferences_mac.cc', |
| 2007 'browser/preferences_mac.h', | 2007 'browser/preferences_mac.h', |
| 2008 'browser/prefs/browser_prefs.cc', | 2008 'browser/prefs/browser_prefs.cc', |
| 2009 'browser/prefs/browser_prefs.h', | 2009 'browser/prefs/browser_prefs.h', |
| 2010 'browser/prefs/command_line_pref_store.cc', | 2010 'browser/prefs/command_line_pref_store.cc', |
| 2011 'browser/prefs/command_line_pref_store.h', | 2011 'browser/prefs/command_line_pref_store.h', |
| 2012 'browser/prefs/default_pref_store.cc', | 2012 'browser/prefs/default_pref_store.cc', |
| 2013 'browser/prefs/default_pref_store.h', | 2013 'browser/prefs/default_pref_store.h', |
| 2014 'browser/prefs/pref_member.cc', | 2014 'browser/prefs/pref_member.cc', |
| 2015 'browser/prefs/pref_member.h', | 2015 'browser/prefs/pref_member.h', |
| 2016 'browser/prefs/pref_notifier.cc', | |
| 2017 'browser/prefs/pref_notifier.h', | 2016 'browser/prefs/pref_notifier.h', |
| 2017 'browser/prefs/pref_notifier_impl.cc', |
| 2018 'browser/prefs/pref_notifier_impl.h', |
| 2018 'browser/prefs/pref_change_registrar.cc', | 2019 'browser/prefs/pref_change_registrar.cc', |
| 2019 'browser/prefs/pref_change_registrar.h', | 2020 'browser/prefs/pref_change_registrar.h', |
| 2020 'browser/prefs/pref_service.cc', | 2021 'browser/prefs/pref_service.cc', |
| 2021 'browser/prefs/pref_service.h', | 2022 'browser/prefs/pref_service.h', |
| 2022 'browser/prefs/pref_set_observer.cc', | 2023 'browser/prefs/pref_set_observer.cc', |
| 2023 'browser/prefs/pref_set_observer.h', | 2024 'browser/prefs/pref_set_observer.h', |
| 2024 'browser/prefs/pref_value_store.cc', | 2025 'browser/prefs/pref_value_store.cc', |
| 2025 'browser/prefs/pref_value_store.h', | 2026 'browser/prefs/pref_value_store.h', |
| 2026 'browser/prefs/scoped_pref_update.cc', | 2027 'browser/prefs/scoped_pref_update.cc', |
| 2027 'browser/prefs/scoped_pref_update.h', | 2028 'browser/prefs/scoped_pref_update.h', |
| (...skipping 2346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4374 ], | 4375 ], |
| 4375 }, | 4376 }, |
| 4376 ], | 4377 ], |
| 4377 } | 4378 } |
| 4378 | 4379 |
| 4379 # Local Variables: | 4380 # Local Variables: |
| 4380 # tab-width:2 | 4381 # tab-width:2 |
| 4381 # indent-tabs-mode:nil | 4382 # indent-tabs-mode:nil |
| 4382 # End: | 4383 # End: |
| 4383 # vim: set expandtab tabstop=2 shiftwidth=2: | 4384 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |