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 'variables': { | 6 'variables': { |
7 # File lists shared with GN build. | 7 # File lists shared with GN build. |
8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
9 'common/all_messages.h', | 9 'common/all_messages.h', |
10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'common/extensions/chrome_extensions_client.h', | 160 'common/extensions/chrome_extensions_client.h', |
161 'common/extensions/chrome_manifest_handlers.cc', | 161 'common/extensions/chrome_manifest_handlers.cc', |
162 'common/extensions/chrome_manifest_handlers.h', | 162 'common/extensions/chrome_manifest_handlers.h', |
163 'common/extensions/chrome_manifest_url_handlers.cc', | 163 'common/extensions/chrome_manifest_url_handlers.cc', |
164 'common/extensions/chrome_manifest_url_handlers.h', | 164 'common/extensions/chrome_manifest_url_handlers.h', |
165 'common/extensions/chrome_utility_extensions_messages.h', | 165 'common/extensions/chrome_utility_extensions_messages.h', |
166 'common/extensions/command.cc', | 166 'common/extensions/command.cc', |
167 'common/extensions/command.h', | 167 'common/extensions/command.h', |
168 'common/extensions/extension_constants.cc', | 168 'common/extensions/extension_constants.cc', |
169 'common/extensions/extension_constants.h', | 169 'common/extensions/extension_constants.h', |
| 170 'common/extensions/extension_metrics.cc', |
| 171 'common/extensions/extension_metrics.h', |
170 'common/extensions/extension_process_policy.cc', | 172 'common/extensions/extension_process_policy.cc', |
171 'common/extensions/extension_process_policy.h', | 173 'common/extensions/extension_process_policy.h', |
172 'common/extensions/features/chrome_channel_feature_filter.cc', | 174 'common/extensions/features/chrome_channel_feature_filter.cc', |
173 'common/extensions/features/chrome_channel_feature_filter.h', | 175 'common/extensions/features/chrome_channel_feature_filter.h', |
174 'common/extensions/features/feature_channel.cc', | 176 'common/extensions/features/feature_channel.cc', |
175 'common/extensions/features/feature_channel.h', | 177 'common/extensions/features/feature_channel.h', |
176 'common/extensions/image_writer/image_writer_util_mac.cc', | 178 'common/extensions/image_writer/image_writer_util_mac.cc', |
177 'common/extensions/image_writer/image_writer_util_mac.h', | 179 'common/extensions/image_writer/image_writer_util_mac.h', |
178 'common/extensions/manifest_handlers/app_isolation_info.cc', | 180 'common/extensions/manifest_handlers/app_isolation_info.cc', |
179 'common/extensions/manifest_handlers/app_isolation_info.h', | 181 'common/extensions/manifest_handlers/app_isolation_info.h', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 'common/safe_browsing/csd.proto' | 676 'common/safe_browsing/csd.proto' |
675 ], | 677 ], |
676 'variables': { | 678 'variables': { |
677 'proto_in_dir': 'common/safe_browsing', | 679 'proto_in_dir': 'common/safe_browsing', |
678 'proto_out_dir': 'chrome/common/safe_browsing', | 680 'proto_out_dir': 'chrome/common/safe_browsing', |
679 }, | 681 }, |
680 'includes': [ '../build/protoc.gypi' ], | 682 'includes': [ '../build/protoc.gypi' ], |
681 }, | 683 }, |
682 ], | 684 ], |
683 } | 685 } |
OLD | NEW |