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 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
995 'browser/extensions/extension_metrics_module.cc', | 995 'browser/extensions/extension_metrics_module.cc', |
996 'browser/extensions/extension_metrics_module.h', | 996 'browser/extensions/extension_metrics_module.h', |
997 'browser/extensions/extension_module.cc', | 997 'browser/extensions/extension_module.cc', |
998 'browser/extensions/extension_module.h', | 998 'browser/extensions/extension_module.h', |
999 'browser/extensions/extension_omnibox_api.cc', | 999 'browser/extensions/extension_omnibox_api.cc', |
1000 'browser/extensions/extension_omnibox_api.h', | 1000 'browser/extensions/extension_omnibox_api.h', |
1001 'browser/extensions/extension_page_actions_module.cc', | 1001 'browser/extensions/extension_page_actions_module.cc', |
1002 'browser/extensions/extension_page_actions_module.h', | 1002 'browser/extensions/extension_page_actions_module.h', |
1003 'browser/extensions/extension_page_actions_module_constants.cc', | 1003 'browser/extensions/extension_page_actions_module_constants.cc', |
1004 'browser/extensions/extension_page_actions_module_constants.h', | 1004 'browser/extensions/extension_page_actions_module_constants.h', |
| 1005 'browser/extensions/extension_permissions_api.cc', |
| 1006 'browser/extensions/extension_permissions_api.h', |
| 1007 'browser/extensions/extension_permissions_api_constants.cc', |
| 1008 'browser/extensions/extension_permissions_api_constants.h', |
1005 'browser/extensions/extension_preference_api.cc', | 1009 'browser/extensions/extension_preference_api.cc', |
1006 'browser/extensions/extension_preference_api.h', | 1010 'browser/extensions/extension_preference_api.h', |
1007 'browser/extensions/extension_preference_api_constants.cc', | 1011 'browser/extensions/extension_preference_api_constants.cc', |
1008 'browser/extensions/extension_preference_api_constants.h', | 1012 'browser/extensions/extension_preference_api_constants.h', |
1009 'browser/extensions/extension_preference_helpers.cc', | 1013 'browser/extensions/extension_preference_helpers.cc', |
1010 'browser/extensions/extension_preference_helpers.h', | 1014 'browser/extensions/extension_preference_helpers.h', |
1011 'browser/extensions/extension_prefs.cc', | 1015 'browser/extensions/extension_prefs.cc', |
1012 'browser/extensions/extension_prefs.h', | 1016 'browser/extensions/extension_prefs.h', |
1013 'browser/extensions/extension_prefs_scope.h', | 1017 'browser/extensions/extension_prefs_scope.h', |
1014 'browser/extensions/extension_pref_store.cc', | 1018 'browser/extensions/extension_pref_store.cc', |
(...skipping 3842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4857 ], | 4861 ], |
4858 'export_dependent_settings': [ | 4862 'export_dependent_settings': [ |
4859 'in_memory_url_index_cache_proto', | 4863 'in_memory_url_index_cache_proto', |
4860 ], | 4864 ], |
4861 # This target exports a hard dependency because it includes generated | 4865 # This target exports a hard dependency because it includes generated |
4862 # header files. | 4866 # header files. |
4863 'hard_dependency': 1, | 4867 'hard_dependency': 1, |
4864 }, | 4868 }, |
4865 ], | 4869 ], |
4866 } | 4870 } |
OLD | NEW |