| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/extensions_client.cc', | 73 '../extensions/common/extensions_client.cc', |
| 74 '../extensions/common/extensions_client.h', | 74 '../extensions/common/extensions_client.h', |
| 75 '../extensions/common/features/feature_provider.cc', | 75 '../extensions/common/features/feature_provider.cc', |
| 76 '../extensions/common/features/feature_provider.h', | 76 '../extensions/common/features/feature_provider.h', |
| 77 '../extensions/common/id_util.cc', | 77 '../extensions/common/id_util.cc', |
| 78 '../extensions/common/id_util.h', | 78 '../extensions/common/id_util.h', |
| 79 '../extensions/common/install_warning.cc', | 79 '../extensions/common/install_warning.cc', |
| 80 '../extensions/common/install_warning.h', | 80 '../extensions/common/install_warning.h', |
| 81 '../extensions/common/manifest_constants.cc', |
| 82 '../extensions/common/manifest_constants.h', |
| 81 '../extensions/common/matcher/regex_set_matcher.cc', | 83 '../extensions/common/matcher/regex_set_matcher.cc', |
| 82 '../extensions/common/matcher/regex_set_matcher.h', | 84 '../extensions/common/matcher/regex_set_matcher.h', |
| 83 '../extensions/common/matcher/string_pattern.cc', | 85 '../extensions/common/matcher/string_pattern.cc', |
| 84 '../extensions/common/matcher/string_pattern.h', | 86 '../extensions/common/matcher/string_pattern.h', |
| 85 '../extensions/common/matcher/substring_set_matcher.cc', | 87 '../extensions/common/matcher/substring_set_matcher.cc', |
| 86 '../extensions/common/matcher/substring_set_matcher.h', | 88 '../extensions/common/matcher/substring_set_matcher.h', |
| 87 '../extensions/common/matcher/url_matcher.cc', | 89 '../extensions/common/matcher/url_matcher.cc', |
| 88 '../extensions/common/matcher/url_matcher.h', | 90 '../extensions/common/matcher/url_matcher.h', |
| 89 '../extensions/common/matcher/url_matcher_constants.cc', | 91 '../extensions/common/matcher/url_matcher_constants.cc', |
| 90 '../extensions/common/matcher/url_matcher_constants.h', | 92 '../extensions/common/matcher/url_matcher_constants.h', |
| (...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 'common/metrics/proto/user_action_event.proto', | 853 'common/metrics/proto/user_action_event.proto', |
| 852 ], | 854 ], |
| 853 'variables': { | 855 'variables': { |
| 854 'proto_in_dir': 'common/metrics/proto', | 856 'proto_in_dir': 'common/metrics/proto', |
| 855 'proto_out_dir': 'chrome/common/metrics/proto', | 857 'proto_out_dir': 'chrome/common/metrics/proto', |
| 856 }, | 858 }, |
| 857 'includes': [ '../build/protoc.gypi' ], | 859 'includes': [ '../build/protoc.gypi' ], |
| 858 }, | 860 }, |
| 859 ], | 861 ], |
| 860 } | 862 } |
| OLD | NEW |