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 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1687 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p
b.cc', | 1687 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p
b.cc', |
1688 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p
b.h', | 1688 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p
b.h', |
1689 'browser/preferences_mac.cc', | 1689 'browser/preferences_mac.cc', |
1690 'browser/preferences_mac.h', | 1690 'browser/preferences_mac.h', |
1691 'browser/prefs/browser_prefs.cc', | 1691 'browser/prefs/browser_prefs.cc', |
1692 'browser/prefs/browser_prefs.h', | 1692 'browser/prefs/browser_prefs.h', |
1693 'browser/prefs/command_line_pref_store.cc', | 1693 'browser/prefs/command_line_pref_store.cc', |
1694 'browser/prefs/command_line_pref_store.h', | 1694 'browser/prefs/command_line_pref_store.h', |
1695 'browser/prefs/default_pref_store.cc', | 1695 'browser/prefs/default_pref_store.cc', |
1696 'browser/prefs/default_pref_store.h', | 1696 'browser/prefs/default_pref_store.h', |
| 1697 'browser/prefs/incognito_mode_prefs.cc', |
| 1698 'browser/prefs/incognito_mode_prefs.h', |
1697 'browser/prefs/incognito_user_pref_store.cc', | 1699 'browser/prefs/incognito_user_pref_store.cc', |
1698 'browser/prefs/incognito_user_pref_store.h', | 1700 'browser/prefs/incognito_user_pref_store.h', |
1699 'browser/prefs/pref_change_registrar.cc', | 1701 'browser/prefs/pref_change_registrar.cc', |
1700 'browser/prefs/pref_change_registrar.h', | 1702 'browser/prefs/pref_change_registrar.h', |
1701 'browser/prefs/pref_member.cc', | 1703 'browser/prefs/pref_member.cc', |
1702 'browser/prefs/pref_member.h', | 1704 'browser/prefs/pref_member.h', |
1703 'browser/prefs/pref_model_associator.cc', | 1705 'browser/prefs/pref_model_associator.cc', |
1704 'browser/prefs/pref_model_associator.h', | 1706 'browser/prefs/pref_model_associator.h', |
1705 'browser/prefs/pref_notifier.h', | 1707 'browser/prefs/pref_notifier.h', |
1706 'browser/prefs/pref_notifier_impl.cc', | 1708 'browser/prefs/pref_notifier_impl.cc', |
(...skipping 3174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4881 ], | 4883 ], |
4882 'export_dependent_settings': [ | 4884 'export_dependent_settings': [ |
4883 'in_memory_url_index_cache_proto', | 4885 'in_memory_url_index_cache_proto', |
4884 ], | 4886 ], |
4885 # This target exports a hard dependency because it includes generated | 4887 # This target exports a hard dependency because it includes generated |
4886 # header files. | 4888 # header files. |
4887 'hard_dependency': 1, | 4889 'hard_dependency': 1, |
4888 }, | 4890 }, |
4889 ], | 4891 ], |
4890 } | 4892 } |
OLD | NEW |