| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 '../extensions/common/event_filter.cc', | 65 '../extensions/common/event_filter.cc', |
| 66 '../extensions/common/event_filter.h', | 66 '../extensions/common/event_filter.h', |
| 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/extension_urls.cc', |
| 76 '../extensions/common/extension_urls.h', |
| 75 '../extensions/common/extensions_client.cc', | 77 '../extensions/common/extensions_client.cc', |
| 76 '../extensions/common/extensions_client.h', | 78 '../extensions/common/extensions_client.h', |
| 77 '../extensions/common/features/feature.cc', | 79 '../extensions/common/features/feature.cc', |
| 78 '../extensions/common/features/feature.h', | 80 '../extensions/common/features/feature.h', |
| 79 '../extensions/common/features/feature_provider.cc', | 81 '../extensions/common/features/feature_provider.cc', |
| 80 '../extensions/common/features/feature_provider.h', | 82 '../extensions/common/features/feature_provider.h', |
| 81 '../extensions/common/id_util.cc', | 83 '../extensions/common/id_util.cc', |
| 82 '../extensions/common/id_util.h', | 84 '../extensions/common/id_util.h', |
| 83 '../extensions/common/install_warning.cc', | 85 '../extensions/common/install_warning.cc', |
| 84 '../extensions/common/install_warning.h', | 86 '../extensions/common/install_warning.h', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 96 '../extensions/common/matcher/url_matcher.h', | 98 '../extensions/common/matcher/url_matcher.h', |
| 97 '../extensions/common/matcher/url_matcher_constants.cc', | 99 '../extensions/common/matcher/url_matcher_constants.cc', |
| 98 '../extensions/common/matcher/url_matcher_constants.h', | 100 '../extensions/common/matcher/url_matcher_constants.h', |
| 99 '../extensions/common/matcher/url_matcher_factory.cc', | 101 '../extensions/common/matcher/url_matcher_factory.cc', |
| 100 '../extensions/common/matcher/url_matcher_factory.h', | 102 '../extensions/common/matcher/url_matcher_factory.h', |
| 101 '../extensions/common/matcher/url_matcher_helpers.cc', | 103 '../extensions/common/matcher/url_matcher_helpers.cc', |
| 102 '../extensions/common/matcher/url_matcher_helpers.h', | 104 '../extensions/common/matcher/url_matcher_helpers.h', |
| 103 '../extensions/common/one_shot_event.cc', | 105 '../extensions/common/one_shot_event.cc', |
| 104 '../extensions/common/one_shot_event.h', | 106 '../extensions/common/one_shot_event.h', |
| 105 '../extensions/common/permissions/permissions_provider.h', | 107 '../extensions/common/permissions/permissions_provider.h', |
| 108 '../extensions/common/stack_frame.cc', |
| 109 '../extensions/common/stack_frame.h', |
| 106 '../extensions/common/switches.cc', | 110 '../extensions/common/switches.cc', |
| 107 '../extensions/common/switches.h', | 111 '../extensions/common/switches.h', |
| 108 '../extensions/common/url_pattern.cc', | 112 '../extensions/common/url_pattern.cc', |
| 109 '../extensions/common/url_pattern.h', | 113 '../extensions/common/url_pattern.h', |
| 110 '../extensions/common/url_pattern_set.cc', | 114 '../extensions/common/url_pattern_set.cc', |
| 111 '../extensions/common/url_pattern_set.h', | 115 '../extensions/common/url_pattern_set.h', |
| 112 '../extensions/common/user_script.cc', | 116 '../extensions/common/user_script.cc', |
| 113 '../extensions/common/user_script.h', | 117 '../extensions/common/user_script.h', |
| 114 '../extensions/common/view_type.cc', | 118 '../extensions/common/view_type.cc', |
| 115 '../extensions/common/view_type.h', | 119 '../extensions/common/view_type.h', |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 'common/metrics/proto/user_action_event.proto', | 837 'common/metrics/proto/user_action_event.proto', |
| 834 ], | 838 ], |
| 835 'variables': { | 839 'variables': { |
| 836 'proto_in_dir': 'common/metrics/proto', | 840 'proto_in_dir': 'common/metrics/proto', |
| 837 'proto_out_dir': 'chrome/common/metrics/proto', | 841 'proto_out_dir': 'chrome/common/metrics/proto', |
| 838 }, | 842 }, |
| 839 'includes': [ '../build/protoc.gypi' ], | 843 'includes': [ '../build/protoc.gypi' ], |
| 840 }, | 844 }, |
| 841 ], | 845 ], |
| 842 } | 846 } |
| OLD | NEW |