| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'common/extensions/features/complex_feature.cc', | 196 'common/extensions/features/complex_feature.cc', |
| 197 'common/extensions/features/complex_feature.h', | 197 'common/extensions/features/complex_feature.h', |
| 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', | |
| 207 'common/extensions/incognito_handler.h', | |
| 208 'common/extensions/manifest_handler_helpers.cc', | 206 'common/extensions/manifest_handler_helpers.cc', |
| 209 'common/extensions/manifest_handler_helpers.h', | 207 'common/extensions/manifest_handler_helpers.h', |
| 210 'common/extensions/manifest_handlers/app_isolation_info.cc', | 208 'common/extensions/manifest_handlers/app_isolation_info.cc', |
| 211 'common/extensions/manifest_handlers/app_isolation_info.h', | 209 'common/extensions/manifest_handlers/app_isolation_info.h', |
| 212 'common/extensions/manifest_handlers/app_launch_info.cc', | 210 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 213 'common/extensions/manifest_handlers/app_launch_info.h', | 211 'common/extensions/manifest_handlers/app_launch_info.h', |
| 214 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 212 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 215 'common/extensions/manifest_handlers/content_scripts_handler.h', | 213 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 216 'common/extensions/manifest_handlers/externally_connectable.cc', | 214 'common/extensions/manifest_handlers/externally_connectable.cc', |
| 217 'common/extensions/manifest_handlers/externally_connectable.h', | 215 'common/extensions/manifest_handlers/externally_connectable.h', |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 'common/metrics/proto/user_action_event.proto', | 775 'common/metrics/proto/user_action_event.proto', |
| 778 ], | 776 ], |
| 779 'variables': { | 777 'variables': { |
| 780 'proto_in_dir': 'common/metrics/proto', | 778 'proto_in_dir': 'common/metrics/proto', |
| 781 'proto_out_dir': 'chrome/common/metrics/proto', | 779 'proto_out_dir': 'chrome/common/metrics/proto', |
| 782 }, | 780 }, |
| 783 'includes': [ '../build/protoc.gypi' ], | 781 'includes': [ '../build/protoc.gypi' ], |
| 784 }, | 782 }, |
| 785 ], | 783 ], |
| 786 } | 784 } |
| OLD | NEW |