| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'common/extensions/manifest.cc', | 230 'common/extensions/manifest.cc', |
| 231 'common/extensions/manifest.h', | 231 'common/extensions/manifest.h', |
| 232 'common/extensions/manifest_handler.cc', | 232 'common/extensions/manifest_handler.cc', |
| 233 'common/extensions/manifest_handler.h', | 233 'common/extensions/manifest_handler.h', |
| 234 'common/extensions/manifest_handler_helpers.cc', | 234 'common/extensions/manifest_handler_helpers.cc', |
| 235 'common/extensions/manifest_handler_helpers.h', | 235 'common/extensions/manifest_handler_helpers.h', |
| 236 'common/extensions/manifest_url_handler.cc', | 236 'common/extensions/manifest_url_handler.cc', |
| 237 'common/extensions/manifest_url_handler.h', | 237 'common/extensions/manifest_url_handler.h', |
| 238 'common/extensions/message_bundle.cc', | 238 'common/extensions/message_bundle.cc', |
| 239 'common/extensions/message_bundle.h', | 239 'common/extensions/message_bundle.h', |
| 240 'common/extensions/mime_types_handler.cc', |
| 241 'common/extensions/mime_types_handler.h', |
| 240 'common/extensions/permissions/api_permission.cc', | 242 'common/extensions/permissions/api_permission.cc', |
| 241 'common/extensions/permissions/api_permission.h', | 243 'common/extensions/permissions/api_permission.h', |
| 242 'common/extensions/permissions/api_permission_set.cc', | 244 'common/extensions/permissions/api_permission_set.cc', |
| 243 'common/extensions/permissions/api_permission_set.h', | 245 'common/extensions/permissions/api_permission_set.h', |
| 244 'common/extensions/permissions/bluetooth_device_permission.cc', | 246 'common/extensions/permissions/bluetooth_device_permission.cc', |
| 245 'common/extensions/permissions/bluetooth_device_permission.h', | 247 'common/extensions/permissions/bluetooth_device_permission.h', |
| 246 'common/extensions/permissions/bluetooth_device_permission_data.cc', | 248 'common/extensions/permissions/bluetooth_device_permission_data.cc', |
| 247 'common/extensions/permissions/bluetooth_device_permission_data.h', | 249 'common/extensions/permissions/bluetooth_device_permission_data.h', |
| 248 'common/extensions/permissions/media_galleries_permission.cc', | 250 'common/extensions/permissions/media_galleries_permission.cc', |
| 249 'common/extensions/permissions/media_galleries_permission.h', | 251 'common/extensions/permissions/media_galleries_permission.h', |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'common/metrics/proto/user_action_event.proto', | 708 'common/metrics/proto/user_action_event.proto', |
| 707 ], | 709 ], |
| 708 'variables': { | 710 'variables': { |
| 709 'proto_in_dir': 'common/metrics/proto', | 711 'proto_in_dir': 'common/metrics/proto', |
| 710 'proto_out_dir': 'chrome/common/metrics/proto', | 712 'proto_out_dir': 'chrome/common/metrics/proto', |
| 711 }, | 713 }, |
| 712 'includes': [ '../build/protoc.gypi' ], | 714 'includes': [ '../build/protoc.gypi' ], |
| 713 }, | 715 }, |
| 714 ], | 716 ], |
| 715 } | 717 } |
| OLD | NEW |