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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'common/extensions/extension.cc', | 237 'common/extensions/extension.cc', |
238 'common/extensions/extension.h', | 238 'common/extensions/extension.h', |
239 'common/extensions/extension_constants.cc', | 239 'common/extensions/extension_constants.cc', |
240 'common/extensions/extension_constants.h', | 240 'common/extensions/extension_constants.h', |
241 'common/extensions/extension_file_util.cc', | 241 'common/extensions/extension_file_util.cc', |
242 'common/extensions/extension_file_util.h', | 242 'common/extensions/extension_file_util.h', |
243 'common/extensions/extension_icon_set.cc', | 243 'common/extensions/extension_icon_set.cc', |
244 'common/extensions/extension_icon_set.h', | 244 'common/extensions/extension_icon_set.h', |
245 'common/extensions/extension_l10n_util.cc', | 245 'common/extensions/extension_l10n_util.cc', |
246 'common/extensions/extension_l10n_util.h', | 246 'common/extensions/extension_l10n_util.h', |
247 'common/extensions/extension_manifest_constants.cc', | |
248 'common/extensions/extension_manifest_constants.h', | |
249 'common/extensions/extension_messages.cc', | 247 'common/extensions/extension_messages.cc', |
250 'common/extensions/extension_messages.h', | 248 'common/extensions/extension_messages.h', |
251 'common/extensions/extension_process_policy.cc', | 249 'common/extensions/extension_process_policy.cc', |
252 'common/extensions/extension_process_policy.h', | 250 'common/extensions/extension_process_policy.h', |
253 'common/extensions/extension_set.cc', | 251 'common/extensions/extension_set.cc', |
254 'common/extensions/extension_set.h', | 252 'common/extensions/extension_set.h', |
255 'common/extensions/feature_switch.cc', | 253 'common/extensions/feature_switch.cc', |
256 'common/extensions/feature_switch.h', | 254 'common/extensions/feature_switch.h', |
257 'common/extensions/features/api_feature.cc', | 255 'common/extensions/features/api_feature.cc', |
258 'common/extensions/features/api_feature.h', | 256 'common/extensions/features/api_feature.h', |
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 'common/metrics/proto/user_action_event.proto', | 864 'common/metrics/proto/user_action_event.proto', |
867 ], | 865 ], |
868 'variables': { | 866 'variables': { |
869 'proto_in_dir': 'common/metrics/proto', | 867 'proto_in_dir': 'common/metrics/proto', |
870 'proto_out_dir': 'chrome/common/metrics/proto', | 868 'proto_out_dir': 'chrome/common/metrics/proto', |
871 }, | 869 }, |
872 'includes': [ '../build/protoc.gypi' ], | 870 'includes': [ '../build/protoc.gypi' ], |
873 }, | 871 }, |
874 ], | 872 ], |
875 } | 873 } |
OLD | NEW |