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