| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 'common/extensions/manifest_handlers/app_isolation_info.cc', | 274 'common/extensions/manifest_handlers/app_isolation_info.cc', |
| 275 'common/extensions/manifest_handlers/app_isolation_info.h', | 275 'common/extensions/manifest_handlers/app_isolation_info.h', |
| 276 'common/extensions/manifest_handlers/app_launch_info.cc', | 276 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 277 'common/extensions/manifest_handlers/app_launch_info.h', | 277 'common/extensions/manifest_handlers/app_launch_info.h', |
| 278 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 278 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 279 'common/extensions/manifest_handlers/content_scripts_handler.h', | 279 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 280 'common/extensions/manifest_handlers/externally_connectable.cc', | 280 'common/extensions/manifest_handlers/externally_connectable.cc', |
| 281 'common/extensions/manifest_handlers/externally_connectable.h', | 281 'common/extensions/manifest_handlers/externally_connectable.h', |
| 282 'common/extensions/manifest_handlers/icons_handler.cc', | 282 'common/extensions/manifest_handlers/icons_handler.cc', |
| 283 'common/extensions/manifest_handlers/icons_handler.h', | 283 'common/extensions/manifest_handlers/icons_handler.h', |
| 284 'common/extensions/manifest_handlers/kiosk_enabled_info.cc', | 284 'common/extensions/manifest_handlers/kiosk_mode_info.cc', |
| 285 'common/extensions/manifest_handlers/kiosk_enabled_info.h', | 285 'common/extensions/manifest_handlers/kiosk_mode_info.h', |
| 286 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', | 286 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', |
| 287 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', | 287 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', |
| 288 'common/extensions/manifest_handlers/nacl_modules_handler.cc', | 288 'common/extensions/manifest_handlers/nacl_modules_handler.cc', |
| 289 'common/extensions/manifest_handlers/nacl_modules_handler.h', | 289 'common/extensions/manifest_handlers/nacl_modules_handler.h', |
| 290 'common/extensions/manifest_handlers/offline_enabled_info.cc', | 290 'common/extensions/manifest_handlers/offline_enabled_info.cc', |
| 291 'common/extensions/manifest_handlers/offline_enabled_info.h', | 291 'common/extensions/manifest_handlers/offline_enabled_info.h', |
| 292 'common/extensions/manifest_handlers/requirements_handler.cc', | 292 'common/extensions/manifest_handlers/requirements_handler.cc', |
| 293 'common/extensions/manifest_handlers/requirements_handler.h', | 293 'common/extensions/manifest_handlers/requirements_handler.h', |
| 294 'common/extensions/manifest_handlers/sandboxed_page_info.cc', | 294 'common/extensions/manifest_handlers/sandboxed_page_info.cc', |
| 295 'common/extensions/manifest_handlers/sandboxed_page_info.h', | 295 'common/extensions/manifest_handlers/sandboxed_page_info.h', |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 'common/metrics/proto/user_action_event.proto', | 863 'common/metrics/proto/user_action_event.proto', |
| 864 ], | 864 ], |
| 865 'variables': { | 865 'variables': { |
| 866 'proto_in_dir': 'common/metrics/proto', | 866 'proto_in_dir': 'common/metrics/proto', |
| 867 'proto_out_dir': 'chrome/common/metrics/proto', | 867 'proto_out_dir': 'chrome/common/metrics/proto', |
| 868 }, | 868 }, |
| 869 'includes': [ '../build/protoc.gypi' ], | 869 'includes': [ '../build/protoc.gypi' ], |
| 870 }, | 870 }, |
| 871 ], | 871 ], |
| 872 } | 872 } |
| OLD | NEW |