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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 'common/extensions/manifest_handlers/icons_handler.cc', | 258 'common/extensions/manifest_handlers/icons_handler.cc', |
259 'common/extensions/manifest_handlers/icons_handler.h', | 259 'common/extensions/manifest_handlers/icons_handler.h', |
260 'common/extensions/manifest_handlers/kiosk_enabled_info.cc', | 260 'common/extensions/manifest_handlers/kiosk_enabled_info.cc', |
261 'common/extensions/manifest_handlers/kiosk_enabled_info.h', | 261 'common/extensions/manifest_handlers/kiosk_enabled_info.h', |
262 'common/extensions/manifest_handlers/offline_enabled_info.cc', | 262 'common/extensions/manifest_handlers/offline_enabled_info.cc', |
263 'common/extensions/manifest_handlers/offline_enabled_info.h', | 263 'common/extensions/manifest_handlers/offline_enabled_info.h', |
264 'common/extensions/manifest_handlers/requirements_handler.cc', | 264 'common/extensions/manifest_handlers/requirements_handler.cc', |
265 'common/extensions/manifest_handlers/requirements_handler.h', | 265 'common/extensions/manifest_handlers/requirements_handler.h', |
266 'common/extensions/manifest_handlers/sandboxed_page_info.cc', | 266 'common/extensions/manifest_handlers/sandboxed_page_info.cc', |
267 'common/extensions/manifest_handlers/sandboxed_page_info.h', | 267 'common/extensions/manifest_handlers/sandboxed_page_info.h', |
| 268 'common/extensions/manifest_handlers/shared_module_info.cc', |
| 269 'common/extensions/manifest_handlers/shared_module_info.h', |
268 'common/extensions/manifest_handlers/theme_handler.cc', | 270 'common/extensions/manifest_handlers/theme_handler.cc', |
269 'common/extensions/manifest_handlers/theme_handler.h', | 271 'common/extensions/manifest_handlers/theme_handler.h', |
270 'common/extensions/manifest_url_handler.cc', | 272 'common/extensions/manifest_url_handler.cc', |
271 'common/extensions/manifest_url_handler.h', | 273 'common/extensions/manifest_url_handler.h', |
272 'common/extensions/message_bundle.cc', | 274 'common/extensions/message_bundle.cc', |
273 'common/extensions/message_bundle.h', | 275 'common/extensions/message_bundle.h', |
274 'common/extensions/mime_types_handler.cc', | 276 'common/extensions/mime_types_handler.cc', |
275 'common/extensions/mime_types_handler.h', | 277 'common/extensions/mime_types_handler.h', |
276 'common/extensions/permissions/api_permission.cc', | 278 'common/extensions/permissions/api_permission.cc', |
277 'common/extensions/permissions/api_permission.h', | 279 'common/extensions/permissions/api_permission.h', |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 'common/metrics/proto/user_action_event.proto', | 738 'common/metrics/proto/user_action_event.proto', |
737 ], | 739 ], |
738 'variables': { | 740 'variables': { |
739 'proto_in_dir': 'common/metrics/proto', | 741 'proto_in_dir': 'common/metrics/proto', |
740 'proto_out_dir': 'chrome/common/metrics/proto', | 742 'proto_out_dir': 'chrome/common/metrics/proto', |
741 }, | 743 }, |
742 'includes': [ '../build/protoc.gypi' ], | 744 'includes': [ '../build/protoc.gypi' ], |
743 }, | 745 }, |
744 ], | 746 ], |
745 } | 747 } |
OLD | NEW |