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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'common/content_settings.h', | 96 'common/content_settings.h', |
97 'common/content_settings_helper.cc', | 97 'common/content_settings_helper.cc', |
98 'common/content_settings_helper.h', | 98 'common/content_settings_helper.h', |
99 'common/content_settings_pattern.cc', | 99 'common/content_settings_pattern.cc', |
100 'common/content_settings_pattern.h', | 100 'common/content_settings_pattern.h', |
101 'common/content_settings_pattern_parser.cc', | 101 'common/content_settings_pattern_parser.cc', |
102 'common/content_settings_pattern_parser.h', | 102 'common/content_settings_pattern_parser.h', |
103 'common/content_settings_types.h', | 103 'common/content_settings_types.h', |
104 'common/custom_handlers/protocol_handler.cc', | 104 'common/custom_handlers/protocol_handler.cc', |
105 'common/custom_handlers/protocol_handler.h', | 105 'common/custom_handlers/protocol_handler.h', |
| 106 'common/extensions/csp_validator.cc', |
| 107 'common/extensions/csp_validator.h', |
106 'common/extensions/extension.cc', | 108 'common/extensions/extension.cc', |
107 'common/extensions/extension.h', | 109 'common/extensions/extension.h', |
108 'common/extensions/extension_action.cc', | 110 'common/extensions/extension_action.cc', |
109 'common/extensions/extension_action.h', | 111 'common/extensions/extension_action.h', |
110 'common/extensions/extension_constants.cc', | 112 'common/extensions/extension_constants.cc', |
111 'common/extensions/extension_constants.h', | 113 'common/extensions/extension_constants.h', |
112 'common/extensions/extension_error_utils.cc', | 114 'common/extensions/extension_error_utils.cc', |
113 'common/extensions/extension_error_utils.h', | 115 'common/extensions/extension_error_utils.h', |
114 'common/extensions/extension_file_util.cc', | 116 'common/extensions/extension_file_util.cc', |
115 'common/extensions/extension_file_util.h', | 117 'common/extensions/extension_file_util.h', |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 'common/safe_browsing/csd.proto' | 433 'common/safe_browsing/csd.proto' |
432 ], | 434 ], |
433 'variables': { | 435 'variables': { |
434 'proto_in_dir': 'common/safe_browsing', | 436 'proto_in_dir': 'common/safe_browsing', |
435 'proto_out_dir': 'chrome/common/safe_browsing', | 437 'proto_out_dir': 'chrome/common/safe_browsing', |
436 }, | 438 }, |
437 'includes': [ '../build/protoc.gypi' ], | 439 'includes': [ '../build/protoc.gypi' ], |
438 }, | 440 }, |
439 ], | 441 ], |
440 } | 442 } |
OLD | NEW |