| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'common/extensions/manifest_handlers/app_isolation_info.cc', | 214 'common/extensions/manifest_handlers/app_isolation_info.cc', |
| 215 'common/extensions/manifest_handlers/app_isolation_info.h', | 215 'common/extensions/manifest_handlers/app_isolation_info.h', |
| 216 'common/extensions/manifest_handlers/app_launch_info.cc', | 216 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 217 'common/extensions/manifest_handlers/app_launch_info.h', | 217 'common/extensions/manifest_handlers/app_launch_info.h', |
| 218 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 218 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 219 'common/extensions/manifest_handlers/content_scripts_handler.h', | 219 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 220 'common/extensions/manifest_handlers/externally_connectable.cc', | 220 'common/extensions/manifest_handlers/externally_connectable.cc', |
| 221 'common/extensions/manifest_handlers/externally_connectable.h', | 221 'common/extensions/manifest_handlers/externally_connectable.h', |
| 222 'common/extensions/manifest_handlers/icons_handler.cc', | 222 'common/extensions/manifest_handlers/icons_handler.cc', |
| 223 'common/extensions/manifest_handlers/icons_handler.h', | 223 'common/extensions/manifest_handlers/icons_handler.h', |
| 224 'common/extensions/manifest_handlers/kiosk_enabled_info.cc', | 224 'common/extensions/manifest_handlers/kiosk_mode_info.cc', |
| 225 'common/extensions/manifest_handlers/kiosk_enabled_info.h', | 225 'common/extensions/manifest_handlers/kiosk_mode_info.h', |
| 226 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', | 226 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', |
| 227 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', | 227 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', |
| 228 'common/extensions/manifest_handlers/nacl_modules_handler.cc', | 228 'common/extensions/manifest_handlers/nacl_modules_handler.cc', |
| 229 'common/extensions/manifest_handlers/nacl_modules_handler.h', | 229 'common/extensions/manifest_handlers/nacl_modules_handler.h', |
| 230 'common/extensions/manifest_handlers/offline_enabled_info.cc', | 230 'common/extensions/manifest_handlers/offline_enabled_info.cc', |
| 231 'common/extensions/manifest_handlers/offline_enabled_info.h', | 231 'common/extensions/manifest_handlers/offline_enabled_info.h', |
| 232 'common/extensions/manifest_handlers/requirements_handler.cc', | 232 'common/extensions/manifest_handlers/requirements_handler.cc', |
| 233 'common/extensions/manifest_handlers/requirements_handler.h', | 233 'common/extensions/manifest_handlers/requirements_handler.h', |
| 234 'common/extensions/manifest_handlers/sandboxed_page_info.cc', | 234 'common/extensions/manifest_handlers/sandboxed_page_info.cc', |
| 235 'common/extensions/manifest_handlers/sandboxed_page_info.h', | 235 'common/extensions/manifest_handlers/sandboxed_page_info.h', |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 'common/metrics/proto/user_action_event.proto', | 803 'common/metrics/proto/user_action_event.proto', |
| 804 ], | 804 ], |
| 805 'variables': { | 805 'variables': { |
| 806 'proto_in_dir': 'common/metrics/proto', | 806 'proto_in_dir': 'common/metrics/proto', |
| 807 'proto_out_dir': 'chrome/common/metrics/proto', | 807 'proto_out_dir': 'chrome/common/metrics/proto', |
| 808 }, | 808 }, |
| 809 'includes': [ '../build/protoc.gypi' ], | 809 'includes': [ '../build/protoc.gypi' ], |
| 810 }, | 810 }, |
| 811 ], | 811 ], |
| 812 } | 812 } |
| OLD | NEW |