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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 '../extensions/common/event_filtering_info.cc', | 66 '../extensions/common/event_filtering_info.cc', |
67 '../extensions/common/event_filtering_info.h', | 67 '../extensions/common/event_filtering_info.h', |
68 '../extensions/common/event_matcher.cc', | 68 '../extensions/common/event_matcher.cc', |
69 '../extensions/common/event_matcher.h', | 69 '../extensions/common/event_matcher.h', |
70 '../extensions/common/extension_paths.cc', | 70 '../extensions/common/extension_paths.cc', |
71 '../extensions/common/extension_paths.h', | 71 '../extensions/common/extension_paths.h', |
72 '../extensions/common/extension_resource.cc', | 72 '../extensions/common/extension_resource.cc', |
73 '../extensions/common/extension_resource.h', | 73 '../extensions/common/extension_resource.h', |
74 '../extensions/common/id_util.cc', | 74 '../extensions/common/id_util.cc', |
75 '../extensions/common/id_util.h', | 75 '../extensions/common/id_util.h', |
| 76 '../extensions/common/install_warning.cc', |
76 '../extensions/common/install_warning.h', | 77 '../extensions/common/install_warning.h', |
77 '../extensions/common/install_warning.cc', | |
78 '../extensions/common/matcher/regex_set_matcher.cc', | 78 '../extensions/common/matcher/regex_set_matcher.cc', |
79 '../extensions/common/matcher/regex_set_matcher.h', | 79 '../extensions/common/matcher/regex_set_matcher.h', |
80 '../extensions/common/matcher/string_pattern.cc', | 80 '../extensions/common/matcher/string_pattern.cc', |
81 '../extensions/common/matcher/string_pattern.h', | 81 '../extensions/common/matcher/string_pattern.h', |
82 '../extensions/common/matcher/substring_set_matcher.cc', | 82 '../extensions/common/matcher/substring_set_matcher.cc', |
83 '../extensions/common/matcher/substring_set_matcher.h', | 83 '../extensions/common/matcher/substring_set_matcher.h', |
84 '../extensions/common/matcher/url_matcher.cc', | 84 '../extensions/common/matcher/url_matcher.cc', |
85 '../extensions/common/matcher/url_matcher.h', | 85 '../extensions/common/matcher/url_matcher.h', |
86 '../extensions/common/matcher/url_matcher_constants.cc', | 86 '../extensions/common/matcher/url_matcher_constants.cc', |
87 '../extensions/common/matcher/url_matcher_constants.h', | 87 '../extensions/common/matcher/url_matcher_constants.h', |
88 '../extensions/common/matcher/url_matcher_factory.cc', | 88 '../extensions/common/matcher/url_matcher_factory.cc', |
89 '../extensions/common/matcher/url_matcher_factory.h', | 89 '../extensions/common/matcher/url_matcher_factory.h', |
90 '../extensions/common/matcher/url_matcher_helpers.cc', | 90 '../extensions/common/matcher/url_matcher_helpers.cc', |
91 '../extensions/common/matcher/url_matcher_helpers.h', | 91 '../extensions/common/matcher/url_matcher_helpers.h', |
| 92 '../extensions/common/one_shot_event.cc', |
| 93 '../extensions/common/one_shot_event.h', |
92 '../extensions/common/url_pattern.cc', | 94 '../extensions/common/url_pattern.cc', |
93 '../extensions/common/url_pattern.h', | 95 '../extensions/common/url_pattern.h', |
94 '../extensions/common/url_pattern_set.cc', | 96 '../extensions/common/url_pattern_set.cc', |
95 '../extensions/common/url_pattern_set.h', | 97 '../extensions/common/url_pattern_set.h', |
96 '../extensions/common/view_type.cc', | 98 '../extensions/common/view_type.cc', |
97 '../extensions/common/view_type.h', | 99 '../extensions/common/view_type.h', |
98 'common/all_messages.h', | 100 'common/all_messages.h', |
99 'common/attrition_experiments.h', | 101 'common/attrition_experiments.h', |
100 'common/auto_start_linux.cc', | 102 'common/auto_start_linux.cc', |
101 'common/auto_start_linux.h', | 103 'common/auto_start_linux.h', |
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 'common/metrics/proto/user_action_event.proto', | 754 'common/metrics/proto/user_action_event.proto', |
753 ], | 755 ], |
754 'variables': { | 756 'variables': { |
755 'proto_in_dir': 'common/metrics/proto', | 757 'proto_in_dir': 'common/metrics/proto', |
756 'proto_out_dir': 'chrome/common/metrics/proto', | 758 'proto_out_dir': 'chrome/common/metrics/proto', |
757 }, | 759 }, |
758 'includes': [ '../build/protoc.gypi' ], | 760 'includes': [ '../build/protoc.gypi' ], |
759 }, | 761 }, |
760 ], | 762 ], |
761 } | 763 } |
OLD | NEW |