| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'common/extensions/features/manifest_feature.cc', | 180 'common/extensions/features/manifest_feature.cc', |
| 181 'common/extensions/features/manifest_feature.h', | 181 'common/extensions/features/manifest_feature.h', |
| 182 'common/extensions/features/permission_feature.cc', | 182 'common/extensions/features/permission_feature.cc', |
| 183 'common/extensions/features/permission_feature.h', | 183 'common/extensions/features/permission_feature.h', |
| 184 'common/extensions/features/simple_feature.cc', | 184 'common/extensions/features/simple_feature.cc', |
| 185 'common/extensions/features/simple_feature.h', | 185 'common/extensions/features/simple_feature.h', |
| 186 'common/extensions/manifest.cc', | 186 'common/extensions/manifest.cc', |
| 187 'common/extensions/manifest.h', | 187 'common/extensions/manifest.h', |
| 188 'common/extensions/manifest_handler.cc', | 188 'common/extensions/manifest_handler.cc', |
| 189 'common/extensions/manifest_handler.h', | 189 'common/extensions/manifest_handler.h', |
| 190 'common/extensions/manifest_url_handler.cc', |
| 191 'common/extensions/manifest_url_handler.h', |
| 190 'common/extensions/matcher/regex_set_matcher.cc', | 192 'common/extensions/matcher/regex_set_matcher.cc', |
| 191 'common/extensions/matcher/regex_set_matcher.h', | 193 'common/extensions/matcher/regex_set_matcher.h', |
| 192 'common/extensions/matcher/string_pattern.cc', | 194 'common/extensions/matcher/string_pattern.cc', |
| 193 'common/extensions/matcher/string_pattern.h', | 195 'common/extensions/matcher/string_pattern.h', |
| 194 'common/extensions/matcher/substring_set_matcher.cc', | 196 'common/extensions/matcher/substring_set_matcher.cc', |
| 195 'common/extensions/matcher/substring_set_matcher.h', | 197 'common/extensions/matcher/substring_set_matcher.h', |
| 196 'common/extensions/matcher/url_matcher.cc', | 198 'common/extensions/matcher/url_matcher.cc', |
| 197 'common/extensions/matcher/url_matcher.h', | 199 'common/extensions/matcher/url_matcher.h', |
| 198 'common/extensions/matcher/url_matcher_constants.cc', | 200 'common/extensions/matcher/url_matcher_constants.cc', |
| 199 'common/extensions/matcher/url_matcher_constants.h', | 201 'common/extensions/matcher/url_matcher_constants.h', |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 'common/metrics/proto/user_action_event.proto', | 639 'common/metrics/proto/user_action_event.proto', |
| 638 ], | 640 ], |
| 639 'variables': { | 641 'variables': { |
| 640 'proto_in_dir': 'common/metrics/proto', | 642 'proto_in_dir': 'common/metrics/proto', |
| 641 'proto_out_dir': 'chrome/common/metrics/proto', | 643 'proto_out_dir': 'chrome/common/metrics/proto', |
| 642 }, | 644 }, |
| 643 'includes': [ '../build/protoc.gypi' ], | 645 'includes': [ '../build/protoc.gypi' ], |
| 644 }, | 646 }, |
| 645 ], | 647 ], |
| 646 } | 648 } |
| OLD | NEW |