| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'common/content_settings.h', | 93 'common/content_settings.h', |
| 94 'common/content_settings_helper.cc', | 94 'common/content_settings_helper.cc', |
| 95 'common/content_settings_helper.h', | 95 'common/content_settings_helper.h', |
| 96 'common/content_settings_pattern.cc', | 96 'common/content_settings_pattern.cc', |
| 97 'common/content_settings_pattern.h', | 97 'common/content_settings_pattern.h', |
| 98 'common/content_settings_pattern_parser.cc', | 98 'common/content_settings_pattern_parser.cc', |
| 99 'common/content_settings_pattern_parser.h', | 99 'common/content_settings_pattern_parser.h', |
| 100 'common/content_settings_types.h', | 100 'common/content_settings_types.h', |
| 101 'common/custom_handlers/protocol_handler.cc', | 101 'common/custom_handlers/protocol_handler.cc', |
| 102 'common/custom_handlers/protocol_handler.h', | 102 'common/custom_handlers/protocol_handler.h', |
| 103 'common/default_plugin.cc', | |
| 104 'common/default_plugin.h', | |
| 105 'common/extensions/extension.cc', | 103 'common/extensions/extension.cc', |
| 106 'common/extensions/extension.h', | 104 'common/extensions/extension.h', |
| 107 'common/extensions/extension_action.cc', | 105 'common/extensions/extension_action.cc', |
| 108 'common/extensions/extension_action.h', | 106 'common/extensions/extension_action.h', |
| 109 'common/extensions/extension_constants.cc', | 107 'common/extensions/extension_constants.cc', |
| 110 'common/extensions/extension_constants.h', | 108 'common/extensions/extension_constants.h', |
| 111 'common/extensions/extension_error_utils.cc', | 109 'common/extensions/extension_error_utils.cc', |
| 112 'common/extensions/extension_error_utils.h', | 110 'common/extensions/extension_error_utils.h', |
| 113 'common/extensions/extension_file_util.cc', | 111 'common/extensions/extension_file_util.cc', |
| 114 'common/extensions/extension_file_util.h', | 112 'common/extensions/extension_file_util.h', |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 'common/safe_browsing/csd.proto' | 425 'common/safe_browsing/csd.proto' |
| 428 ], | 426 ], |
| 429 'variables': { | 427 'variables': { |
| 430 'proto_in_dir': 'common/safe_browsing', | 428 'proto_in_dir': 'common/safe_browsing', |
| 431 'proto_out_dir': 'chrome/common/safe_browsing', | 429 'proto_out_dir': 'chrome/common/safe_browsing', |
| 432 }, | 430 }, |
| 433 'includes': [ '../build/protoc.gypi' ], | 431 'includes': [ '../build/protoc.gypi' ], |
| 434 }, | 432 }, |
| 435 ], | 433 ], |
| 436 } | 434 } |
| OLD | NEW |