OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 'common/extensions/update_manifest.cc', | 205 'common/extensions/update_manifest.cc', |
206 'common/extensions/update_manifest.h', | 206 'common/extensions/update_manifest.h', |
207 'common/extensions/user_script.cc', | 207 'common/extensions/user_script.cc', |
208 'common/extensions/user_script.h', | 208 'common/extensions/user_script.h', |
209 'common/extensions/value_counter.cc', | 209 'common/extensions/value_counter.cc', |
210 'common/extensions/value_counter.h', | 210 'common/extensions/value_counter.h', |
211 'common/extensions/api/extension_api.cc', | 211 'common/extensions/api/extension_api.cc', |
212 'common/extensions/api/extension_api.h', | 212 'common/extensions/api/extension_api.h', |
213 'common/external_ipc_fuzzer.h', | 213 'common/external_ipc_fuzzer.h', |
214 'common/external_ipc_fuzzer.cc', | 214 'common/external_ipc_fuzzer.cc', |
215 'common/favicon_url.cc', | |
216 'common/favicon_url.h', | |
217 'common/form_data.cc', | 215 'common/form_data.cc', |
218 'common/form_data.h', | 216 'common/form_data.h', |
219 'common/form_data_predictions.cc', | 217 'common/form_data_predictions.cc', |
220 'common/form_data_predictions.h', | 218 'common/form_data_predictions.h', |
221 'common/form_field_data.cc', | 219 'common/form_field_data.cc', |
222 'common/form_field_data.h', | 220 'common/form_field_data.h', |
223 'common/form_field_data_predictions.cc', | 221 'common/form_field_data_predictions.cc', |
224 'common/form_field_data_predictions.h', | 222 'common/form_field_data_predictions.h', |
225 'common/icon_messages.h', | |
226 'common/instant_types.cc', | 223 'common/instant_types.cc', |
227 'common/instant_types.h', | 224 'common/instant_types.h', |
228 'common/json_schema_constants.cc', | 225 'common/json_schema_constants.cc', |
229 'common/json_schema_constants.h', | 226 'common/json_schema_constants.h', |
230 'common/json_schema_validator.cc', | 227 'common/json_schema_validator.cc', |
231 'common/json_schema_validator.h', | 228 'common/json_schema_validator.h', |
232 'common/jstemplate_builder.cc', | 229 'common/jstemplate_builder.cc', |
233 'common/jstemplate_builder.h', | 230 'common/jstemplate_builder.h', |
234 'common/localized_error.cc', | 231 'common/localized_error.cc', |
235 'common/localized_error.h', | 232 'common/localized_error.h', |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 'common/metrics/proto/user_action_event.proto', | 594 'common/metrics/proto/user_action_event.proto', |
598 ], | 595 ], |
599 'variables': { | 596 'variables': { |
600 'proto_in_dir': 'common/metrics/proto', | 597 'proto_in_dir': 'common/metrics/proto', |
601 'proto_out_dir': 'chrome/common/metrics/proto', | 598 'proto_out_dir': 'chrome/common/metrics/proto', |
602 }, | 599 }, |
603 'includes': [ '../build/protoc.gypi' ], | 600 'includes': [ '../build/protoc.gypi' ], |
604 }, | 601 }, |
605 ], | 602 ], |
606 } | 603 } |
OLD | NEW |