| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'common/cloud_print/cloud_print_constants.h', | 142 'common/cloud_print/cloud_print_constants.h', |
| 143 'common/cloud_print/cloud_print_helpers.cc', | 143 'common/cloud_print/cloud_print_helpers.cc', |
| 144 'common/cloud_print/cloud_print_helpers.h', | 144 'common/cloud_print/cloud_print_helpers.h', |
| 145 'common/cloud_print/cloud_print_proxy_info.cc', | 145 'common/cloud_print/cloud_print_proxy_info.cc', |
| 146 'common/cloud_print/cloud_print_proxy_info.h', | 146 'common/cloud_print/cloud_print_proxy_info.h', |
| 147 'common/common_message_generator.cc', | 147 'common/common_message_generator.cc', |
| 148 'common/common_message_generator.h', | 148 'common/common_message_generator.h', |
| 149 'common/common_param_traits.cc', | 149 'common/common_param_traits.cc', |
| 150 'common/common_param_traits.h', | 150 'common/common_param_traits.h', |
| 151 'common/common_param_traits_macros.h', | 151 'common/common_param_traits_macros.h', |
| 152 'common/content_restriction.h', |
| 152 'common/content_settings.cc', | 153 'common/content_settings.cc', |
| 153 'common/content_settings.h', | 154 'common/content_settings.h', |
| 154 'common/content_settings_helper.cc', | 155 'common/content_settings_helper.cc', |
| 155 'common/content_settings_helper.h', | 156 'common/content_settings_helper.h', |
| 156 'common/content_settings_pattern.cc', | 157 'common/content_settings_pattern.cc', |
| 157 'common/content_settings_pattern.h', | 158 'common/content_settings_pattern.h', |
| 158 'common/content_settings_pattern_parser.cc', | 159 'common/content_settings_pattern_parser.cc', |
| 159 'common/content_settings_pattern_parser.h', | 160 'common/content_settings_pattern_parser.h', |
| 160 'common/content_settings_types.h', | 161 'common/content_settings_types.h', |
| 161 'common/crash_keys.cc', | 162 'common/crash_keys.cc', |
| (...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 'common/metrics/proto/user_action_event.proto', | 841 'common/metrics/proto/user_action_event.proto', |
| 841 ], | 842 ], |
| 842 'variables': { | 843 'variables': { |
| 843 'proto_in_dir': 'common/metrics/proto', | 844 'proto_in_dir': 'common/metrics/proto', |
| 844 'proto_out_dir': 'chrome/common/metrics/proto', | 845 'proto_out_dir': 'chrome/common/metrics/proto', |
| 845 }, | 846 }, |
| 846 'includes': [ '../build/protoc.gypi' ], | 847 'includes': [ '../build/protoc.gypi' ], |
| 847 }, | 848 }, |
| 848 ], | 849 ], |
| 849 } | 850 } |
| OLD | NEW |