| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 '../extensions/common/event_filtering_info.cc', | 67 '../extensions/common/event_filtering_info.cc', |
| 68 '../extensions/common/event_filtering_info.h', | 68 '../extensions/common/event_filtering_info.h', |
| 69 '../extensions/common/event_matcher.cc', | 69 '../extensions/common/event_matcher.cc', |
| 70 '../extensions/common/event_matcher.h', | 70 '../extensions/common/event_matcher.h', |
| 71 '../extensions/common/extension_paths.cc', | 71 '../extensions/common/extension_paths.cc', |
| 72 '../extensions/common/extension_paths.h', | 72 '../extensions/common/extension_paths.h', |
| 73 '../extensions/common/extension_resource.cc', | 73 '../extensions/common/extension_resource.cc', |
| 74 '../extensions/common/extension_resource.h', | 74 '../extensions/common/extension_resource.h', |
| 75 '../extensions/common/extensions_client.cc', | 75 '../extensions/common/extensions_client.cc', |
| 76 '../extensions/common/extensions_client.h', | 76 '../extensions/common/extensions_client.h', |
| 77 '../extensions/common/features/feature.cc', |
| 78 '../extensions/common/features/feature.h', |
| 77 '../extensions/common/features/feature_provider.cc', | 79 '../extensions/common/features/feature_provider.cc', |
| 78 '../extensions/common/features/feature_provider.h', | 80 '../extensions/common/features/feature_provider.h', |
| 79 '../extensions/common/id_util.cc', | 81 '../extensions/common/id_util.cc', |
| 80 '../extensions/common/id_util.h', | 82 '../extensions/common/id_util.h', |
| 81 '../extensions/common/install_warning.cc', | 83 '../extensions/common/install_warning.cc', |
| 82 '../extensions/common/install_warning.h', | 84 '../extensions/common/install_warning.h', |
| 85 '../extensions/common/manifest.cc', |
| 86 '../extensions/common/manifest.h', |
| 83 '../extensions/common/manifest_constants.cc', | 87 '../extensions/common/manifest_constants.cc', |
| 84 '../extensions/common/manifest_constants.h', | 88 '../extensions/common/manifest_constants.h', |
| 85 '../extensions/common/matcher/regex_set_matcher.cc', | 89 '../extensions/common/matcher/regex_set_matcher.cc', |
| 86 '../extensions/common/matcher/regex_set_matcher.h', | 90 '../extensions/common/matcher/regex_set_matcher.h', |
| 87 '../extensions/common/matcher/string_pattern.cc', | 91 '../extensions/common/matcher/string_pattern.cc', |
| 88 '../extensions/common/matcher/string_pattern.h', | 92 '../extensions/common/matcher/string_pattern.h', |
| 89 '../extensions/common/matcher/substring_set_matcher.cc', | 93 '../extensions/common/matcher/substring_set_matcher.cc', |
| 90 '../extensions/common/matcher/substring_set_matcher.h', | 94 '../extensions/common/matcher/substring_set_matcher.h', |
| 91 '../extensions/common/matcher/url_matcher.cc', | 95 '../extensions/common/matcher/url_matcher.cc', |
| 92 '../extensions/common/matcher/url_matcher.h', | 96 '../extensions/common/matcher/url_matcher.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'common/extensions/extension_set.cc', | 248 'common/extensions/extension_set.cc', |
| 245 'common/extensions/extension_set.h', | 249 'common/extensions/extension_set.h', |
| 246 'common/extensions/feature_switch.cc', | 250 'common/extensions/feature_switch.cc', |
| 247 'common/extensions/feature_switch.h', | 251 'common/extensions/feature_switch.h', |
| 248 'common/extensions/features/api_feature.cc', | 252 'common/extensions/features/api_feature.cc', |
| 249 'common/extensions/features/api_feature.h', | 253 'common/extensions/features/api_feature.h', |
| 250 'common/extensions/features/base_feature_provider.cc', | 254 'common/extensions/features/base_feature_provider.cc', |
| 251 'common/extensions/features/base_feature_provider.h', | 255 'common/extensions/features/base_feature_provider.h', |
| 252 'common/extensions/features/complex_feature.cc', | 256 'common/extensions/features/complex_feature.cc', |
| 253 'common/extensions/features/complex_feature.h', | 257 'common/extensions/features/complex_feature.h', |
| 254 'common/extensions/features/feature.cc', | |
| 255 'common/extensions/features/feature.h', | |
| 256 'common/extensions/features/feature_channel.cc', | 258 'common/extensions/features/feature_channel.cc', |
| 257 'common/extensions/features/feature_channel.h', | 259 'common/extensions/features/feature_channel.h', |
| 258 'common/extensions/features/manifest_feature.cc', | 260 'common/extensions/features/manifest_feature.cc', |
| 259 'common/extensions/features/manifest_feature.h', | 261 'common/extensions/features/manifest_feature.h', |
| 260 'common/extensions/features/permission_feature.cc', | 262 'common/extensions/features/permission_feature.cc', |
| 261 'common/extensions/features/permission_feature.h', | 263 'common/extensions/features/permission_feature.h', |
| 262 'common/extensions/features/simple_feature.cc', | 264 'common/extensions/features/simple_feature.cc', |
| 263 'common/extensions/features/simple_feature.h', | 265 'common/extensions/features/simple_feature.h', |
| 264 'common/extensions/incognito_handler.cc', | 266 'common/extensions/incognito_handler.cc', |
| 265 'common/extensions/incognito_handler.h', | 267 'common/extensions/incognito_handler.h', |
| 266 'common/extensions/manifest.cc', | |
| 267 'common/extensions/manifest.h', | |
| 268 'common/extensions/manifest_handler.cc', | 268 'common/extensions/manifest_handler.cc', |
| 269 'common/extensions/manifest_handler.h', | 269 'common/extensions/manifest_handler.h', |
| 270 'common/extensions/manifest_handler_helpers.cc', | 270 'common/extensions/manifest_handler_helpers.cc', |
| 271 'common/extensions/manifest_handler_helpers.h', | 271 'common/extensions/manifest_handler_helpers.h', |
| 272 'common/extensions/manifest_handlers/app_isolation_info.cc', | 272 'common/extensions/manifest_handlers/app_isolation_info.cc', |
| 273 'common/extensions/manifest_handlers/app_isolation_info.h', | 273 'common/extensions/manifest_handlers/app_isolation_info.h', |
| 274 'common/extensions/manifest_handlers/app_launch_info.cc', | 274 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 275 'common/extensions/manifest_handlers/app_launch_info.h', | 275 'common/extensions/manifest_handlers/app_launch_info.h', |
| 276 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 276 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 277 'common/extensions/manifest_handlers/content_scripts_handler.h', | 277 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 'common/metrics/proto/user_action_event.proto', | 845 'common/metrics/proto/user_action_event.proto', |
| 846 ], | 846 ], |
| 847 'variables': { | 847 'variables': { |
| 848 'proto_in_dir': 'common/metrics/proto', | 848 'proto_in_dir': 'common/metrics/proto', |
| 849 'proto_out_dir': 'chrome/common/metrics/proto', | 849 'proto_out_dir': 'chrome/common/metrics/proto', |
| 850 }, | 850 }, |
| 851 'includes': [ '../build/protoc.gypi' ], | 851 'includes': [ '../build/protoc.gypi' ], |
| 852 }, | 852 }, |
| 853 ], | 853 ], |
| 854 } | 854 } |
| OLD | NEW |