| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1662 'browser/power_save_blocker_stub.cc', | 1662 'browser/power_save_blocker_stub.cc', |
| 1663 'browser/power_save_blocker_win.cc', | 1663 'browser/power_save_blocker_win.cc', |
| 1664 'browser/preferences_mac.cc', | 1664 'browser/preferences_mac.cc', |
| 1665 'browser/preferences_mac.h', | 1665 'browser/preferences_mac.h', |
| 1666 'browser/prefs/browser_prefs.cc', | 1666 'browser/prefs/browser_prefs.cc', |
| 1667 'browser/prefs/browser_prefs.h', | 1667 'browser/prefs/browser_prefs.h', |
| 1668 'browser/prefs/command_line_pref_store.cc', | 1668 'browser/prefs/command_line_pref_store.cc', |
| 1669 'browser/prefs/command_line_pref_store.h', | 1669 'browser/prefs/command_line_pref_store.h', |
| 1670 'browser/prefs/default_pref_store.cc', | 1670 'browser/prefs/default_pref_store.cc', |
| 1671 'browser/prefs/default_pref_store.h', | 1671 'browser/prefs/default_pref_store.h', |
| 1672 'browser/prefs/overlay_persistent_pref_store.cc', | 1672 'browser/prefs/incognito_user_pref_store.cc', |
| 1673 'browser/prefs/overlay_persistent_pref_store.h', | 1673 'browser/prefs/incognito_user_pref_store.h', |
| 1674 'browser/prefs/pref_change_registrar.cc', | 1674 'browser/prefs/pref_change_registrar.cc', |
| 1675 'browser/prefs/pref_change_registrar.h', | 1675 'browser/prefs/pref_change_registrar.h', |
| 1676 'browser/prefs/pref_member.cc', | 1676 'browser/prefs/pref_member.cc', |
| 1677 'browser/prefs/pref_member.h', | 1677 'browser/prefs/pref_member.h', |
| 1678 'browser/prefs/pref_model_associator.cc', | 1678 'browser/prefs/pref_model_associator.cc', |
| 1679 'browser/prefs/pref_model_associator.h', | 1679 'browser/prefs/pref_model_associator.h', |
| 1680 'browser/prefs/pref_notifier.h', | 1680 'browser/prefs/pref_notifier.h', |
| 1681 'browser/prefs/pref_notifier_impl.cc', | 1681 'browser/prefs/pref_notifier_impl.cc', |
| 1682 'browser/prefs/pref_notifier_impl.h', | 1682 'browser/prefs/pref_notifier_impl.h', |
| 1683 'browser/prefs/pref_service.cc', | 1683 'browser/prefs/pref_service.cc', |
| (...skipping 3106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4790 ], | 4790 ], |
| 4791 'export_dependent_settings': [ | 4791 'export_dependent_settings': [ |
| 4792 'in_memory_url_index_cache_proto', | 4792 'in_memory_url_index_cache_proto', |
| 4793 ], | 4793 ], |
| 4794 # This target exports a hard dependency because it includes generated | 4794 # This target exports a hard dependency because it includes generated |
| 4795 # header files. | 4795 # header files. |
| 4796 'hard_dependency': 1, | 4796 'hard_dependency': 1, |
| 4797 }, | 4797 }, |
| 4798 ], | 4798 ], |
| 4799 } | 4799 } |
| OLD | NEW |