| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'common/cloud_print/cloud_print_class_mac.h', | 92 'common/cloud_print/cloud_print_class_mac.h', |
| 93 'common/cloud_print/cloud_print_class_mac.mm', | 93 'common/cloud_print/cloud_print_class_mac.mm', |
| 94 'common/cloud_print/cloud_print_helpers.cc', | 94 'common/cloud_print/cloud_print_helpers.cc', |
| 95 'common/cloud_print/cloud_print_helpers.h', | 95 'common/cloud_print/cloud_print_helpers.h', |
| 96 'common/cloud_print/cloud_print_proxy_info.cc', | 96 'common/cloud_print/cloud_print_proxy_info.cc', |
| 97 'common/cloud_print/cloud_print_proxy_info.h', | 97 'common/cloud_print/cloud_print_proxy_info.h', |
| 98 'common/common_message_generator.cc', | 98 'common/common_message_generator.cc', |
| 99 'common/common_message_generator.h', | 99 'common/common_message_generator.h', |
| 100 'common/common_param_traits.cc', | 100 'common/common_param_traits.cc', |
| 101 'common/common_param_traits.h', | 101 'common/common_param_traits.h', |
| 102 'common/common_param_traits_macros.h', |
| 102 'common/content_settings.cc', | 103 'common/content_settings.cc', |
| 103 'common/content_settings.h', | 104 'common/content_settings.h', |
| 104 'common/content_settings_helper.cc', | 105 'common/content_settings_helper.cc', |
| 105 'common/content_settings_helper.h', | 106 'common/content_settings_helper.h', |
| 106 'common/content_settings_pattern.cc', | 107 'common/content_settings_pattern.cc', |
| 107 'common/content_settings_pattern.h', | 108 'common/content_settings_pattern.h', |
| 108 'common/content_settings_pattern_parser.cc', | 109 'common/content_settings_pattern_parser.cc', |
| 109 'common/content_settings_pattern_parser.h', | 110 'common/content_settings_pattern_parser.h', |
| 110 'common/content_settings_types.h', | 111 'common/content_settings_types.h', |
| 111 'common/custom_handlers/protocol_handler.cc', | 112 'common/custom_handlers/protocol_handler.cc', |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'common/metrics/proto/user_action_event.proto', | 528 'common/metrics/proto/user_action_event.proto', |
| 528 ], | 529 ], |
| 529 'variables': { | 530 'variables': { |
| 530 'proto_in_dir': 'common/metrics/proto', | 531 'proto_in_dir': 'common/metrics/proto', |
| 531 'proto_out_dir': 'chrome/common/metrics/proto', | 532 'proto_out_dir': 'chrome/common/metrics/proto', |
| 532 }, | 533 }, |
| 533 'includes': [ '../build/protoc.gypi' ], | 534 'includes': [ '../build/protoc.gypi' ], |
| 534 }, | 535 }, |
| 535 ], | 536 ], |
| 536 } | 537 } |
| OLD | NEW |