| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_provider.cc', | 77 '../extensions/common/features/feature_provider.cc', |
| 78 '../extensions/common/features/feature_provider.h', | 78 '../extensions/common/features/feature_provider.h', |
| 79 '../extensions/common/id_util.cc', | 79 '../extensions/common/id_util.cc', |
| 80 '../extensions/common/id_util.h', | 80 '../extensions/common/id_util.h', |
| 81 '../extensions/common/install_warning.cc', | 81 '../extensions/common/install_warning.cc', |
| 82 '../extensions/common/install_warning.h', | 82 '../extensions/common/install_warning.h', |
| 83 '../extensions/common/manifest_constants.cc', |
| 84 '../extensions/common/manifest_constants.h', |
| 83 '../extensions/common/matcher/regex_set_matcher.cc', | 85 '../extensions/common/matcher/regex_set_matcher.cc', |
| 84 '../extensions/common/matcher/regex_set_matcher.h', | 86 '../extensions/common/matcher/regex_set_matcher.h', |
| 85 '../extensions/common/matcher/string_pattern.cc', | 87 '../extensions/common/matcher/string_pattern.cc', |
| 86 '../extensions/common/matcher/string_pattern.h', | 88 '../extensions/common/matcher/string_pattern.h', |
| 87 '../extensions/common/matcher/substring_set_matcher.cc', | 89 '../extensions/common/matcher/substring_set_matcher.cc', |
| 88 '../extensions/common/matcher/substring_set_matcher.h', | 90 '../extensions/common/matcher/substring_set_matcher.h', |
| 89 '../extensions/common/matcher/url_matcher.cc', | 91 '../extensions/common/matcher/url_matcher.cc', |
| 90 '../extensions/common/matcher/url_matcher.h', | 92 '../extensions/common/matcher/url_matcher.h', |
| 91 '../extensions/common/matcher/url_matcher_constants.cc', | 93 '../extensions/common/matcher/url_matcher_constants.cc', |
| 92 '../extensions/common/matcher/url_matcher_constants.h', | 94 '../extensions/common/matcher/url_matcher_constants.h', |
| (...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 'common/metrics/proto/user_action_event.proto', | 846 'common/metrics/proto/user_action_event.proto', |
| 845 ], | 847 ], |
| 846 'variables': { | 848 'variables': { |
| 847 'proto_in_dir': 'common/metrics/proto', | 849 'proto_in_dir': 'common/metrics/proto', |
| 848 'proto_out_dir': 'chrome/common/metrics/proto', | 850 'proto_out_dir': 'chrome/common/metrics/proto', |
| 849 }, | 851 }, |
| 850 'includes': [ '../build/protoc.gypi' ], | 852 'includes': [ '../build/protoc.gypi' ], |
| 851 }, | 853 }, |
| 852 ], | 854 ], |
| 853 } | 855 } |
| OLD | NEW |