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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'common/extensions/manifest_handlers/icons_handler.cc', | 207 'common/extensions/manifest_handlers/icons_handler.cc', |
208 'common/extensions/manifest_handlers/icons_handler.h', | 208 'common/extensions/manifest_handlers/icons_handler.h', |
209 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', | 209 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', |
210 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', | 210 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', |
211 'common/extensions/manifest_handlers/nacl_modules_handler.cc', | 211 'common/extensions/manifest_handlers/nacl_modules_handler.cc', |
212 'common/extensions/manifest_handlers/nacl_modules_handler.h', | 212 'common/extensions/manifest_handlers/nacl_modules_handler.h', |
213 'common/extensions/manifest_handlers/settings_overrides_handler.cc', | 213 'common/extensions/manifest_handlers/settings_overrides_handler.cc', |
214 'common/extensions/manifest_handlers/settings_overrides_handler.h', | 214 'common/extensions/manifest_handlers/settings_overrides_handler.h', |
215 'common/extensions/manifest_handlers/theme_handler.cc', | 215 'common/extensions/manifest_handlers/theme_handler.cc', |
216 'common/extensions/manifest_handlers/theme_handler.h', | 216 'common/extensions/manifest_handlers/theme_handler.h', |
| 217 'common/extensions/manifest_handlers/ui_overrides_handler.cc', |
| 218 'common/extensions/manifest_handlers/ui_overrides_handler.h', |
217 'common/extensions/manifest_url_handler.cc', | 219 'common/extensions/manifest_url_handler.cc', |
218 'common/extensions/manifest_url_handler.h', | 220 'common/extensions/manifest_url_handler.h', |
219 'common/extensions/message_bundle.cc', | 221 'common/extensions/message_bundle.cc', |
220 'common/extensions/message_bundle.h', | 222 'common/extensions/message_bundle.h', |
221 'common/extensions/mime_types_handler.cc', | 223 'common/extensions/mime_types_handler.cc', |
222 'common/extensions/mime_types_handler.h', | 224 'common/extensions/mime_types_handler.h', |
223 'common/extensions/permissions/chrome_api_permissions.cc', | 225 'common/extensions/permissions/chrome_api_permissions.cc', |
224 'common/extensions/permissions/chrome_api_permissions.h', | 226 'common/extensions/permissions/chrome_api_permissions.h', |
225 'common/extensions/permissions/chrome_permission_message_provider.cc', | 227 'common/extensions/permissions/chrome_permission_message_provider.cc', |
226 'common/extensions/permissions/chrome_permission_message_provider.h', | 228 'common/extensions/permissions/chrome_permission_message_provider.h', |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 'common/metrics/proto/user_action_event.proto', | 739 'common/metrics/proto/user_action_event.proto', |
738 ], | 740 ], |
739 'variables': { | 741 'variables': { |
740 'proto_in_dir': 'common/metrics/proto', | 742 'proto_in_dir': 'common/metrics/proto', |
741 'proto_out_dir': 'chrome/common/metrics/proto', | 743 'proto_out_dir': 'chrome/common/metrics/proto', |
742 }, | 744 }, |
743 'includes': [ '../build/protoc.gypi' ], | 745 'includes': [ '../build/protoc.gypi' ], |
744 }, | 746 }, |
745 ], | 747 ], |
746 } | 748 } |
OLD | NEW |