| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 'common/favicon_url.h', | 209 'common/favicon_url.h', |
| 210 'common/form_data.cc', | 210 'common/form_data.cc', |
| 211 'common/form_data.h', | 211 'common/form_data.h', |
| 212 'common/form_data_predictions.cc', | 212 'common/form_data_predictions.cc', |
| 213 'common/form_data_predictions.h', | 213 'common/form_data_predictions.h', |
| 214 'common/form_field_data.cc', | 214 'common/form_field_data.cc', |
| 215 'common/form_field_data.h', | 215 'common/form_field_data.h', |
| 216 'common/form_field_data_predictions.cc', | 216 'common/form_field_data_predictions.cc', |
| 217 'common/form_field_data_predictions.h', | 217 'common/form_field_data_predictions.h', |
| 218 'common/icon_messages.h', | 218 'common/icon_messages.h', |
| 219 'common/important_file_writer.cc', | |
| 220 'common/important_file_writer.h', | |
| 221 'common/instant_types.cc', | 219 'common/instant_types.cc', |
| 222 'common/instant_types.h', | 220 'common/instant_types.h', |
| 223 'common/json_schema_constants.cc', | 221 'common/json_schema_constants.cc', |
| 224 'common/json_schema_constants.h', | 222 'common/json_schema_constants.h', |
| 225 'common/json_schema_validator.cc', | 223 'common/json_schema_validator.cc', |
| 226 'common/json_schema_validator.h', | 224 'common/json_schema_validator.h', |
| 227 'common/jstemplate_builder.cc', | 225 'common/jstemplate_builder.cc', |
| 228 'common/jstemplate_builder.h', | 226 'common/jstemplate_builder.h', |
| 229 'common/localized_error.cc', | 227 'common/localized_error.cc', |
| 230 'common/localized_error.h', | 228 'common/localized_error.h', |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 'common/metrics/proto/user_action_event.proto', | 586 'common/metrics/proto/user_action_event.proto', |
| 589 ], | 587 ], |
| 590 'variables': { | 588 'variables': { |
| 591 'proto_in_dir': 'common/metrics/proto', | 589 'proto_in_dir': 'common/metrics/proto', |
| 592 'proto_out_dir': 'chrome/common/metrics/proto', | 590 'proto_out_dir': 'chrome/common/metrics/proto', |
| 593 }, | 591 }, |
| 594 'includes': [ '../build/protoc.gypi' ], | 592 'includes': [ '../build/protoc.gypi' ], |
| 595 }, | 593 }, |
| 596 ], | 594 ], |
| 597 } | 595 } |
| OLD | NEW |