| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 'common/extensions/manifest_handlers/nacl_modules_handler.cc', | 219 'common/extensions/manifest_handlers/nacl_modules_handler.cc', |
| 220 'common/extensions/manifest_handlers/nacl_modules_handler.h', | 220 'common/extensions/manifest_handlers/nacl_modules_handler.h', |
| 221 'common/extensions/manifest_handlers/offline_enabled_info.cc', | 221 'common/extensions/manifest_handlers/offline_enabled_info.cc', |
| 222 'common/extensions/manifest_handlers/offline_enabled_info.h', | 222 'common/extensions/manifest_handlers/offline_enabled_info.h', |
| 223 'common/extensions/manifest_handlers/requirements_handler.cc', | 223 'common/extensions/manifest_handlers/requirements_handler.cc', |
| 224 'common/extensions/manifest_handlers/requirements_handler.h', | 224 'common/extensions/manifest_handlers/requirements_handler.h', |
| 225 'common/extensions/manifest_handlers/sandboxed_page_info.cc', | 225 'common/extensions/manifest_handlers/sandboxed_page_info.cc', |
| 226 'common/extensions/manifest_handlers/sandboxed_page_info.h', | 226 'common/extensions/manifest_handlers/sandboxed_page_info.h', |
| 227 'common/extensions/manifest_handlers/settings_overrides_handler.cc', | 227 'common/extensions/manifest_handlers/settings_overrides_handler.cc', |
| 228 'common/extensions/manifest_handlers/settings_overrides_handler.h', | 228 'common/extensions/manifest_handlers/settings_overrides_handler.h', |
| 229 'common/extensions/manifest_handlers/shared_module_info.cc', | |
| 230 'common/extensions/manifest_handlers/shared_module_info.h', | |
| 231 'common/extensions/manifest_handlers/theme_handler.cc', | 229 'common/extensions/manifest_handlers/theme_handler.cc', |
| 232 'common/extensions/manifest_handlers/theme_handler.h', | 230 'common/extensions/manifest_handlers/theme_handler.h', |
| 233 'common/extensions/manifest_url_handler.cc', | 231 'common/extensions/manifest_url_handler.cc', |
| 234 'common/extensions/manifest_url_handler.h', | 232 'common/extensions/manifest_url_handler.h', |
| 235 'common/extensions/message_bundle.cc', | 233 'common/extensions/message_bundle.cc', |
| 236 'common/extensions/message_bundle.h', | 234 'common/extensions/message_bundle.h', |
| 237 'common/extensions/mime_types_handler.cc', | 235 'common/extensions/mime_types_handler.cc', |
| 238 'common/extensions/mime_types_handler.h', | 236 'common/extensions/mime_types_handler.h', |
| 239 'common/extensions/permissions/bluetooth_permission.cc', | 237 'common/extensions/permissions/bluetooth_permission.cc', |
| 240 'common/extensions/permissions/bluetooth_permission.h', | 238 'common/extensions/permissions/bluetooth_permission.h', |
| (...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 'common/metrics/proto/user_action_event.proto', | 772 'common/metrics/proto/user_action_event.proto', |
| 775 ], | 773 ], |
| 776 'variables': { | 774 'variables': { |
| 777 'proto_in_dir': 'common/metrics/proto', | 775 'proto_in_dir': 'common/metrics/proto', |
| 778 'proto_out_dir': 'chrome/common/metrics/proto', | 776 'proto_out_dir': 'chrome/common/metrics/proto', |
| 779 }, | 777 }, |
| 780 'includes': [ '../build/protoc.gypi' ], | 778 'includes': [ '../build/protoc.gypi' ], |
| 781 }, | 779 }, |
| 782 ], | 780 ], |
| 783 } | 781 } |
| OLD | NEW |