| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 'common/extensions/manifest.cc', | 241 'common/extensions/manifest.cc', |
| 242 'common/extensions/manifest.h', | 242 'common/extensions/manifest.h', |
| 243 'common/extensions/manifest_handler.cc', | 243 'common/extensions/manifest_handler.cc', |
| 244 'common/extensions/manifest_handler.h', | 244 'common/extensions/manifest_handler.h', |
| 245 'common/extensions/manifest_handler_helpers.cc', | 245 'common/extensions/manifest_handler_helpers.cc', |
| 246 'common/extensions/manifest_handler_helpers.h', | 246 'common/extensions/manifest_handler_helpers.h', |
| 247 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 247 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 248 'common/extensions/manifest_handlers/content_scripts_handler.h', | 248 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 249 'common/extensions/manifest_handlers/requirements_handler.cc', | 249 'common/extensions/manifest_handlers/requirements_handler.cc', |
| 250 'common/extensions/manifest_handlers/requirements_handler.h', | 250 'common/extensions/manifest_handlers/requirements_handler.h', |
| 251 'common/extensions/manifest_handlers/sandboxed_page_info.cc', |
| 252 'common/extensions/manifest_handlers/sandboxed_page_info.h', |
| 251 'common/extensions/manifest_url_handler.cc', | 253 'common/extensions/manifest_url_handler.cc', |
| 252 'common/extensions/manifest_url_handler.h', | 254 'common/extensions/manifest_url_handler.h', |
| 253 'common/extensions/message_bundle.cc', | 255 'common/extensions/message_bundle.cc', |
| 254 'common/extensions/message_bundle.h', | 256 'common/extensions/message_bundle.h', |
| 255 'common/extensions/mime_types_handler.cc', | 257 'common/extensions/mime_types_handler.cc', |
| 256 'common/extensions/mime_types_handler.h', | 258 'common/extensions/mime_types_handler.h', |
| 257 'common/extensions/permissions/api_permission.cc', | 259 'common/extensions/permissions/api_permission.cc', |
| 258 'common/extensions/permissions/api_permission.h', | 260 'common/extensions/permissions/api_permission.h', |
| 259 'common/extensions/permissions/api_permission_set.cc', | 261 'common/extensions/permissions/api_permission_set.cc', |
| 260 'common/extensions/permissions/api_permission_set.h', | 262 'common/extensions/permissions/api_permission_set.h', |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 'common/metrics/proto/user_action_event.proto', | 728 'common/metrics/proto/user_action_event.proto', |
| 727 ], | 729 ], |
| 728 'variables': { | 730 'variables': { |
| 729 'proto_in_dir': 'common/metrics/proto', | 731 'proto_in_dir': 'common/metrics/proto', |
| 730 'proto_out_dir': 'chrome/common/metrics/proto', | 732 'proto_out_dir': 'chrome/common/metrics/proto', |
| 731 }, | 733 }, |
| 732 'includes': [ '../build/protoc.gypi' ], | 734 'includes': [ '../build/protoc.gypi' ], |
| 733 }, | 735 }, |
| 734 ], | 736 ], |
| 735 } | 737 } |
| OLD | NEW |