OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 'common/cloud_print/cloud_print_proxy_info.h', | 82 'common/cloud_print/cloud_print_proxy_info.h', |
83 'common/common_api.h', | 83 'common/common_api.h', |
84 'common/common_message_generator.cc', | 84 'common/common_message_generator.cc', |
85 'common/common_message_generator.h', | 85 'common/common_message_generator.h', |
86 'common/common_param_traits.cc', | 86 'common/common_param_traits.cc', |
87 'common/common_param_traits.h', | 87 'common/common_param_traits.h', |
88 'common/content_settings.cc', | 88 'common/content_settings.cc', |
89 'common/content_settings.h', | 89 'common/content_settings.h', |
90 'common/content_settings_helper.cc', | 90 'common/content_settings_helper.cc', |
91 'common/content_settings_helper.h', | 91 'common/content_settings_helper.h', |
| 92 'common/content_settings_pattern.cc', |
| 93 'common/content_settings_pattern.h', |
| 94 'common/content_settings_pattern_parser.cc', |
| 95 'common/content_settings_pattern_parser.h', |
92 'common/content_settings_types.h', | 96 'common/content_settings_types.h', |
93 'common/custom_handlers/protocol_handler.cc', | 97 'common/custom_handlers/protocol_handler.cc', |
94 'common/custom_handlers/protocol_handler.h', | 98 'common/custom_handlers/protocol_handler.h', |
95 'common/default_plugin.cc', | 99 'common/default_plugin.cc', |
96 'common/default_plugin.h', | 100 'common/default_plugin.h', |
97 'common/extensions/extension.cc', | 101 'common/extensions/extension.cc', |
98 'common/extensions/extension.h', | 102 'common/extensions/extension.h', |
99 'common/extensions/extension_action.cc', | 103 'common/extensions/extension_action.cc', |
100 'common/extensions/extension_action.h', | 104 'common/extensions/extension_action.h', |
101 'common/extensions/extension_constants.cc', | 105 'common/extensions/extension_constants.cc', |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 'common/safe_browsing/csd.proto' | 406 'common/safe_browsing/csd.proto' |
403 ], | 407 ], |
404 'variables': { | 408 'variables': { |
405 'proto_in_dir': 'common/safe_browsing', | 409 'proto_in_dir': 'common/safe_browsing', |
406 'proto_out_dir': 'chrome/common/safe_browsing', | 410 'proto_out_dir': 'chrome/common/safe_browsing', |
407 }, | 411 }, |
408 'includes': [ '../build/protoc.gypi' ], | 412 'includes': [ '../build/protoc.gypi' ], |
409 }, | 413 }, |
410 ], | 414 ], |
411 } | 415 } |
OLD | NEW |