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