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