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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 'common/extensions/manifest_handlers/icons_handler.cc', | 254 'common/extensions/manifest_handlers/icons_handler.cc', |
255 'common/extensions/manifest_handlers/icons_handler.h', | 255 'common/extensions/manifest_handlers/icons_handler.h', |
256 'common/extensions/manifest_handlers/kiosk_enabled_info.cc', | 256 'common/extensions/manifest_handlers/kiosk_enabled_info.cc', |
257 'common/extensions/manifest_handlers/kiosk_enabled_info.h', | 257 'common/extensions/manifest_handlers/kiosk_enabled_info.h', |
258 'common/extensions/manifest_handlers/offline_enabled_info.cc', | 258 'common/extensions/manifest_handlers/offline_enabled_info.cc', |
259 'common/extensions/manifest_handlers/offline_enabled_info.h', | 259 'common/extensions/manifest_handlers/offline_enabled_info.h', |
260 'common/extensions/manifest_handlers/requirements_handler.cc', | 260 'common/extensions/manifest_handlers/requirements_handler.cc', |
261 'common/extensions/manifest_handlers/requirements_handler.h', | 261 'common/extensions/manifest_handlers/requirements_handler.h', |
262 'common/extensions/manifest_handlers/sandboxed_page_info.cc', | 262 'common/extensions/manifest_handlers/sandboxed_page_info.cc', |
263 'common/extensions/manifest_handlers/sandboxed_page_info.h', | 263 'common/extensions/manifest_handlers/sandboxed_page_info.h', |
| 264 'common/extensions/manifest_handlers/shared_module_info.cc', |
| 265 'common/extensions/manifest_handlers/shared_module_info.h', |
264 'common/extensions/manifest_handlers/theme_handler.cc', | 266 'common/extensions/manifest_handlers/theme_handler.cc', |
265 'common/extensions/manifest_handlers/theme_handler.h', | 267 'common/extensions/manifest_handlers/theme_handler.h', |
266 'common/extensions/manifest_url_handler.cc', | 268 'common/extensions/manifest_url_handler.cc', |
267 'common/extensions/manifest_url_handler.h', | 269 'common/extensions/manifest_url_handler.h', |
268 'common/extensions/message_bundle.cc', | 270 'common/extensions/message_bundle.cc', |
269 'common/extensions/message_bundle.h', | 271 'common/extensions/message_bundle.h', |
270 'common/extensions/mime_types_handler.cc', | 272 'common/extensions/mime_types_handler.cc', |
271 'common/extensions/mime_types_handler.h', | 273 'common/extensions/mime_types_handler.h', |
272 'common/extensions/permissions/api_permission.cc', | 274 'common/extensions/permissions/api_permission.cc', |
273 'common/extensions/permissions/api_permission.h', | 275 'common/extensions/permissions/api_permission.h', |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
730 'common/metrics/proto/user_action_event.proto', | 732 'common/metrics/proto/user_action_event.proto', |
731 ], | 733 ], |
732 'variables': { | 734 'variables': { |
733 'proto_in_dir': 'common/metrics/proto', | 735 'proto_in_dir': 'common/metrics/proto', |
734 'proto_out_dir': 'chrome/common/metrics/proto', | 736 'proto_out_dir': 'chrome/common/metrics/proto', |
735 }, | 737 }, |
736 'includes': [ '../build/protoc.gypi' ], | 738 'includes': [ '../build/protoc.gypi' ], |
737 }, | 739 }, |
738 ], | 740 ], |
739 } | 741 } |
OLD | NEW |