OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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': 'common', | 8 'target_name': 'common', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { | 10 'variables': { |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'common/extensions/api/system_indicator/system_indicator_handler.cc', | 157 'common/extensions/api/system_indicator/system_indicator_handler.cc', |
158 'common/extensions/api/system_indicator/system_indicator_handler.h', | 158 'common/extensions/api/system_indicator/system_indicator_handler.h', |
159 'common/extensions/api/url_handlers/url_handlers_parser.cc', | 159 'common/extensions/api/url_handlers/url_handlers_parser.cc', |
160 'common/extensions/api/url_handlers/url_handlers_parser.h', | 160 'common/extensions/api/url_handlers/url_handlers_parser.h', |
161 'common/extensions/background_info.cc', | 161 'common/extensions/background_info.cc', |
162 'common/extensions/background_info.h', | 162 'common/extensions/background_info.h', |
163 'common/extensions/chrome_extensions_client.cc', | 163 'common/extensions/chrome_extensions_client.cc', |
164 'common/extensions/chrome_extensions_client.h', | 164 'common/extensions/chrome_extensions_client.h', |
165 'common/extensions/chrome_manifest_handlers.cc', | 165 'common/extensions/chrome_manifest_handlers.cc', |
166 'common/extensions/chrome_manifest_handlers.h', | 166 'common/extensions/chrome_manifest_handlers.h', |
| 167 'common/extensions/chrome_manifest_permission_set.cc', |
| 168 'common/extensions/chrome_manifest_permission_set.h', |
167 'common/extensions/command.cc', | 169 'common/extensions/command.cc', |
168 'common/extensions/command.h', | 170 'common/extensions/command.h', |
169 'common/extensions/csp_handler.cc', | 171 'common/extensions/csp_handler.cc', |
170 'common/extensions/csp_handler.h', | 172 'common/extensions/csp_handler.h', |
171 'common/extensions/csp_validator.cc', | 173 'common/extensions/csp_validator.cc', |
172 'common/extensions/csp_validator.h', | 174 'common/extensions/csp_validator.h', |
173 'common/extensions/dom_action_types.h', | 175 'common/extensions/dom_action_types.h', |
174 'common/extensions/extension.cc', | 176 'common/extensions/extension.cc', |
175 'common/extensions/extension.h', | 177 'common/extensions/extension.h', |
176 'common/extensions/extension_constants.cc', | 178 'common/extensions/extension_constants.cc', |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 'common/metrics/proto/user_action_event.proto', | 785 'common/metrics/proto/user_action_event.proto', |
784 ], | 786 ], |
785 'variables': { | 787 'variables': { |
786 'proto_in_dir': 'common/metrics/proto', | 788 'proto_in_dir': 'common/metrics/proto', |
787 'proto_out_dir': 'chrome/common/metrics/proto', | 789 'proto_out_dir': 'chrome/common/metrics/proto', |
788 }, | 790 }, |
789 'includes': [ '../build/protoc.gypi' ], | 791 'includes': [ '../build/protoc.gypi' ], |
790 }, | 792 }, |
791 ], | 793 ], |
792 } | 794 } |
OLD | NEW |