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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 'common/form_field_data_predictions.cc', | 266 'common/form_field_data_predictions.cc', |
267 'common/form_field_data_predictions.h', | 267 'common/form_field_data_predictions.h', |
268 'common/icon_with_badge_image_source.cc', | 268 'common/icon_with_badge_image_source.cc', |
269 'common/icon_with_badge_image_source.h', | 269 'common/icon_with_badge_image_source.h', |
270 'common/instant_types.cc', | 270 'common/instant_types.cc', |
271 'common/instant_types.h', | 271 'common/instant_types.h', |
272 'common/json_schema_constants.cc', | 272 'common/json_schema_constants.cc', |
273 'common/json_schema_constants.h', | 273 'common/json_schema_constants.h', |
274 'common/json_schema_validator.cc', | 274 'common/json_schema_validator.cc', |
275 'common/json_schema_validator.h', | 275 'common/json_schema_validator.h', |
276 'common/jstemplate_builder.cc', | |
277 'common/jstemplate_builder.h', | |
278 'common/localized_error.cc', | 276 'common/localized_error.cc', |
279 'common/localized_error.h', | 277 'common/localized_error.h', |
280 'common/logging_chrome.cc', | 278 'common/logging_chrome.cc', |
281 'common/logging_chrome.h', | 279 'common/logging_chrome.h', |
282 'common/mac/app_mode_common.h', | 280 'common/mac/app_mode_common.h', |
283 'common/mac/app_mode_common.mm', | 281 'common/mac/app_mode_common.mm', |
284 'common/mac/cfbundle_blocker.h', | 282 'common/mac/cfbundle_blocker.h', |
285 'common/mac/cfbundle_blocker.mm', | 283 'common/mac/cfbundle_blocker.mm', |
286 'common/mac/launchd.h', | 284 'common/mac/launchd.h', |
287 'common/mac/launchd.mm', | 285 'common/mac/launchd.mm', |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 'common/metrics/proto/user_action_event.proto', | 654 'common/metrics/proto/user_action_event.proto', |
657 ], | 655 ], |
658 'variables': { | 656 'variables': { |
659 'proto_in_dir': 'common/metrics/proto', | 657 'proto_in_dir': 'common/metrics/proto', |
660 'proto_out_dir': 'chrome/common/metrics/proto', | 658 'proto_out_dir': 'chrome/common/metrics/proto', |
661 }, | 659 }, |
662 'includes': [ '../build/protoc.gypi' ], | 660 'includes': [ '../build/protoc.gypi' ], |
663 }, | 661 }, |
664 ], | 662 ], |
665 } | 663 } |
OLD | NEW |