| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 46 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
| 47 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 47 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| 48 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', | 48 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', |
| 49 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 49 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 50 '<(DEPTH)/ui/ui.gyp:ui_resources', | 50 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 51 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 51 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 52 ], | 52 ], |
| 53 'sources': [ | 53 'sources': [ |
| 54 '../extensions/common/constants.cc', | 54 '../extensions/common/constants.cc', |
| 55 '../extensions/common/constants.h', | 55 '../extensions/common/constants.h', |
| 56 '../extensions/common/extension_error_utils.cc', |
| 57 '../extensions/common/extension_error_utils.h', |
| 56 '../extensions/common/url_pattern.cc', | 58 '../extensions/common/url_pattern.cc', |
| 57 '../extensions/common/url_pattern.h', | 59 '../extensions/common/url_pattern.h', |
| 60 '../extensions/common/url_pattern_set.cc', |
| 61 '../extensions/common/url_pattern_set.h', |
| 58 'common/all_messages.h', | 62 'common/all_messages.h', |
| 59 'common/attrition_experiments.h', | 63 'common/attrition_experiments.h', |
| 60 'common/auto_start_linux.cc', | 64 'common/auto_start_linux.cc', |
| 61 'common/auto_start_linux.h', | 65 'common/auto_start_linux.h', |
| 62 'common/autofill_messages.h', | 66 'common/autofill_messages.h', |
| 63 'common/automation_constants.cc', | 67 'common/automation_constants.cc', |
| 64 'common/automation_constants.h', | 68 'common/automation_constants.h', |
| 65 'common/automation_events.cc', | 69 'common/automation_events.cc', |
| 66 'common/automation_events.h', | 70 'common/automation_events.h', |
| 67 'common/automation_id.cc', | 71 'common/automation_id.cc', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 'common/extensions/event_filter.cc', | 127 'common/extensions/event_filter.cc', |
| 124 'common/extensions/event_filter.h', | 128 'common/extensions/event_filter.h', |
| 125 'common/extensions/event_filtering_info.cc', | 129 'common/extensions/event_filtering_info.cc', |
| 126 'common/extensions/event_filtering_info.h', | 130 'common/extensions/event_filtering_info.h', |
| 127 'common/extensions/event_matcher.cc', | 131 'common/extensions/event_matcher.cc', |
| 128 'common/extensions/event_matcher.h', | 132 'common/extensions/event_matcher.h', |
| 129 'common/extensions/extension.cc', | 133 'common/extensions/extension.cc', |
| 130 'common/extensions/extension.h', | 134 'common/extensions/extension.h', |
| 131 'common/extensions/extension_constants.cc', | 135 'common/extensions/extension_constants.cc', |
| 132 'common/extensions/extension_constants.h', | 136 'common/extensions/extension_constants.h', |
| 133 'common/extensions/extension_error_utils.cc', | |
| 134 'common/extensions/extension_error_utils.h', | |
| 135 'common/extensions/extension_file_util.cc', | 137 'common/extensions/extension_file_util.cc', |
| 136 'common/extensions/extension_file_util.h', | 138 'common/extensions/extension_file_util.h', |
| 137 'common/extensions/extension_icon_set.cc', | 139 'common/extensions/extension_icon_set.cc', |
| 138 'common/extensions/extension_icon_set.h', | 140 'common/extensions/extension_icon_set.h', |
| 139 'common/extensions/extension_l10n_util.cc', | 141 'common/extensions/extension_l10n_util.cc', |
| 140 'common/extensions/extension_l10n_util.h', | 142 'common/extensions/extension_l10n_util.h', |
| 141 'common/extensions/extension_localization_peer.cc', | 143 'common/extensions/extension_localization_peer.cc', |
| 142 'common/extensions/extension_localization_peer.h', | 144 'common/extensions/extension_localization_peer.h', |
| 143 'common/extensions/extension_manifest_constants.cc', | 145 'common/extensions/extension_manifest_constants.cc', |
| 144 'common/extensions/extension_manifest_constants.h', | 146 'common/extensions/extension_manifest_constants.h', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'common/extensions/permissions/socket_permission.cc', | 196 'common/extensions/permissions/socket_permission.cc', |
| 195 'common/extensions/permissions/socket_permission.h', | 197 'common/extensions/permissions/socket_permission.h', |
| 196 'common/extensions/permissions/socket_permission_data.cc', | 198 'common/extensions/permissions/socket_permission_data.cc', |
| 197 'common/extensions/permissions/socket_permission_data.h', | 199 'common/extensions/permissions/socket_permission_data.h', |
| 198 'common/extensions/request_media_access_permission_helper.cc', | 200 'common/extensions/request_media_access_permission_helper.cc', |
| 199 'common/extensions/request_media_access_permission_helper.h', | 201 'common/extensions/request_media_access_permission_helper.h', |
| 200 'common/extensions/unpacker.cc', | 202 'common/extensions/unpacker.cc', |
| 201 'common/extensions/unpacker.h', | 203 'common/extensions/unpacker.h', |
| 202 'common/extensions/update_manifest.cc', | 204 'common/extensions/update_manifest.cc', |
| 203 'common/extensions/update_manifest.h', | 205 'common/extensions/update_manifest.h', |
| 204 'common/extensions/url_pattern_set.cc', | |
| 205 'common/extensions/url_pattern_set.h', | |
| 206 'common/extensions/user_script.cc', | 206 'common/extensions/user_script.cc', |
| 207 'common/extensions/user_script.h', | 207 'common/extensions/user_script.h', |
| 208 'common/extensions/value_counter.cc', | 208 'common/extensions/value_counter.cc', |
| 209 'common/extensions/value_counter.h', | 209 'common/extensions/value_counter.h', |
| 210 'common/extensions/api/extension_api.cc', | 210 'common/extensions/api/extension_api.cc', |
| 211 'common/extensions/api/extension_api.h', | 211 'common/extensions/api/extension_api.h', |
| 212 'common/external_ipc_fuzzer.h', | 212 'common/external_ipc_fuzzer.h', |
| 213 'common/external_ipc_fuzzer.cc', | 213 'common/external_ipc_fuzzer.cc', |
| 214 'common/favicon_url.cc', | 214 'common/favicon_url.cc', |
| 215 'common/favicon_url.h', | 215 'common/favicon_url.h', |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 'common/metrics/proto/user_action_event.proto', | 590 'common/metrics/proto/user_action_event.proto', |
| 591 ], | 591 ], |
| 592 'variables': { | 592 'variables': { |
| 593 'proto_in_dir': 'common/metrics/proto', | 593 'proto_in_dir': 'common/metrics/proto', |
| 594 'proto_out_dir': 'chrome/common/metrics/proto', | 594 'proto_out_dir': 'chrome/common/metrics/proto', |
| 595 }, | 595 }, |
| 596 'includes': [ '../build/protoc.gypi' ], | 596 'includes': [ '../build/protoc.gypi' ], |
| 597 }, | 597 }, |
| 598 ], | 598 ], |
| 599 } | 599 } |
| OLD | NEW |