| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'common/extensions/features/feature_channel.cc', | 198 'common/extensions/features/feature_channel.cc', |
| 199 'common/extensions/features/feature_channel.h', | 199 'common/extensions/features/feature_channel.h', |
| 200 'common/extensions/features/manifest_feature.cc', | 200 'common/extensions/features/manifest_feature.cc', |
| 201 'common/extensions/features/manifest_feature.h', | 201 'common/extensions/features/manifest_feature.h', |
| 202 'common/extensions/features/permission_feature.cc', | 202 'common/extensions/features/permission_feature.cc', |
| 203 'common/extensions/features/permission_feature.h', | 203 'common/extensions/features/permission_feature.h', |
| 204 'common/extensions/features/simple_feature.cc', | 204 'common/extensions/features/simple_feature.cc', |
| 205 'common/extensions/features/simple_feature.h', | 205 'common/extensions/features/simple_feature.h', |
| 206 'common/extensions/incognito_handler.cc', | 206 'common/extensions/incognito_handler.cc', |
| 207 'common/extensions/incognito_handler.h', | 207 'common/extensions/incognito_handler.h', |
| 208 'common/extensions/manifest_handler.cc', |
| 209 'common/extensions/manifest_handler.h', |
| 208 'common/extensions/manifest_handler_helpers.cc', | 210 'common/extensions/manifest_handler_helpers.cc', |
| 209 'common/extensions/manifest_handler_helpers.h', | 211 'common/extensions/manifest_handler_helpers.h', |
| 210 'common/extensions/manifest_handlers/app_isolation_info.cc', | 212 'common/extensions/manifest_handlers/app_isolation_info.cc', |
| 211 'common/extensions/manifest_handlers/app_isolation_info.h', | 213 'common/extensions/manifest_handlers/app_isolation_info.h', |
| 212 'common/extensions/manifest_handlers/app_launch_info.cc', | 214 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 213 'common/extensions/manifest_handlers/app_launch_info.h', | 215 'common/extensions/manifest_handlers/app_launch_info.h', |
| 214 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 216 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 215 'common/extensions/manifest_handlers/content_scripts_handler.h', | 217 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 216 'common/extensions/manifest_handlers/externally_connectable.cc', | 218 'common/extensions/manifest_handlers/externally_connectable.cc', |
| 217 'common/extensions/manifest_handlers/externally_connectable.h', | 219 'common/extensions/manifest_handlers/externally_connectable.h', |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 'common/metrics/proto/user_action_event.proto', | 778 'common/metrics/proto/user_action_event.proto', |
| 777 ], | 779 ], |
| 778 'variables': { | 780 'variables': { |
| 779 'proto_in_dir': 'common/metrics/proto', | 781 'proto_in_dir': 'common/metrics/proto', |
| 780 'proto_out_dir': 'chrome/common/metrics/proto', | 782 'proto_out_dir': 'chrome/common/metrics/proto', |
| 781 }, | 783 }, |
| 782 'includes': [ '../build/protoc.gypi' ], | 784 'includes': [ '../build/protoc.gypi' ], |
| 783 }, | 785 }, |
| 784 ], | 786 ], |
| 785 } | 787 } |
| OLD | NEW |