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 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1698 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p
b.cc', | 1698 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p
b.cc', |
1699 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p
b.h', | 1699 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p
b.h', |
1700 'browser/preferences_mac.cc', | 1700 'browser/preferences_mac.cc', |
1701 'browser/preferences_mac.h', | 1701 'browser/preferences_mac.h', |
1702 'browser/prefs/browser_prefs.cc', | 1702 'browser/prefs/browser_prefs.cc', |
1703 'browser/prefs/browser_prefs.h', | 1703 'browser/prefs/browser_prefs.h', |
1704 'browser/prefs/command_line_pref_store.cc', | 1704 'browser/prefs/command_line_pref_store.cc', |
1705 'browser/prefs/command_line_pref_store.h', | 1705 'browser/prefs/command_line_pref_store.h', |
1706 'browser/prefs/default_pref_store.cc', | 1706 'browser/prefs/default_pref_store.cc', |
1707 'browser/prefs/default_pref_store.h', | 1707 'browser/prefs/default_pref_store.h', |
| 1708 'browser/prefs/incognito_mode_prefs.cc', |
| 1709 'browser/prefs/incognito_mode_prefs.h', |
1708 'browser/prefs/incognito_user_pref_store.cc', | 1710 'browser/prefs/incognito_user_pref_store.cc', |
1709 'browser/prefs/incognito_user_pref_store.h', | 1711 'browser/prefs/incognito_user_pref_store.h', |
1710 'browser/prefs/pref_change_registrar.cc', | 1712 'browser/prefs/pref_change_registrar.cc', |
1711 'browser/prefs/pref_change_registrar.h', | 1713 'browser/prefs/pref_change_registrar.h', |
1712 'browser/prefs/pref_member.cc', | 1714 'browser/prefs/pref_member.cc', |
1713 'browser/prefs/pref_member.h', | 1715 'browser/prefs/pref_member.h', |
1714 'browser/prefs/pref_model_associator.cc', | 1716 'browser/prefs/pref_model_associator.cc', |
1715 'browser/prefs/pref_model_associator.h', | 1717 'browser/prefs/pref_model_associator.h', |
1716 'browser/prefs/pref_notifier.h', | 1718 'browser/prefs/pref_notifier.h', |
1717 'browser/prefs/pref_notifier_impl.cc', | 1719 'browser/prefs/pref_notifier_impl.cc', |
(...skipping 3174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4892 ], | 4894 ], |
4893 'export_dependent_settings': [ | 4895 'export_dependent_settings': [ |
4894 'in_memory_url_index_cache_proto', | 4896 'in_memory_url_index_cache_proto', |
4895 ], | 4897 ], |
4896 # This target exports a hard dependency because it includes generated | 4898 # This target exports a hard dependency because it includes generated |
4897 # header files. | 4899 # header files. |
4898 'hard_dependency': 1, | 4900 'hard_dependency': 1, |
4899 }, | 4901 }, |
4900 ], | 4902 ], |
4901 } | 4903 } |
OLD | NEW |