| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'common/extensions/features/manifest_feature.cc', | 172 'common/extensions/features/manifest_feature.cc', |
| 173 'common/extensions/features/manifest_feature.h', | 173 'common/extensions/features/manifest_feature.h', |
| 174 'common/extensions/features/permission_feature.cc', | 174 'common/extensions/features/permission_feature.cc', |
| 175 'common/extensions/features/permission_feature.h', | 175 'common/extensions/features/permission_feature.h', |
| 176 'common/extensions/features/simple_feature.cc', | 176 'common/extensions/features/simple_feature.cc', |
| 177 'common/extensions/features/simple_feature.h', | 177 'common/extensions/features/simple_feature.h', |
| 178 'common/extensions/manifest.cc', | 178 'common/extensions/manifest.cc', |
| 179 'common/extensions/manifest.h', | 179 'common/extensions/manifest.h', |
| 180 'common/extensions/manifest_handler.cc', | 180 'common/extensions/manifest_handler.cc', |
| 181 'common/extensions/manifest_handler.h', | 181 'common/extensions/manifest_handler.h', |
| 182 'common/extensions/manifest_url_handler.cc', |
| 183 'common/extensions/manifest_url_handler.h', |
| 182 'common/extensions/matcher/regex_set_matcher.cc', | 184 'common/extensions/matcher/regex_set_matcher.cc', |
| 183 'common/extensions/matcher/regex_set_matcher.h', | 185 'common/extensions/matcher/regex_set_matcher.h', |
| 184 'common/extensions/matcher/string_pattern.cc', | 186 'common/extensions/matcher/string_pattern.cc', |
| 185 'common/extensions/matcher/string_pattern.h', | 187 'common/extensions/matcher/string_pattern.h', |
| 186 'common/extensions/matcher/substring_set_matcher.cc', | 188 'common/extensions/matcher/substring_set_matcher.cc', |
| 187 'common/extensions/matcher/substring_set_matcher.h', | 189 'common/extensions/matcher/substring_set_matcher.h', |
| 188 'common/extensions/matcher/url_matcher.cc', | 190 'common/extensions/matcher/url_matcher.cc', |
| 189 'common/extensions/matcher/url_matcher.h', | 191 'common/extensions/matcher/url_matcher.h', |
| 190 'common/extensions/matcher/url_matcher_constants.cc', | 192 'common/extensions/matcher/url_matcher_constants.cc', |
| 191 'common/extensions/matcher/url_matcher_constants.h', | 193 'common/extensions/matcher/url_matcher_constants.h', |
| (...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 'common/metrics/proto/user_action_event.proto', | 629 'common/metrics/proto/user_action_event.proto', |
| 628 ], | 630 ], |
| 629 'variables': { | 631 'variables': { |
| 630 'proto_in_dir': 'common/metrics/proto', | 632 'proto_in_dir': 'common/metrics/proto', |
| 631 'proto_out_dir': 'chrome/common/metrics/proto', | 633 'proto_out_dir': 'chrome/common/metrics/proto', |
| 632 }, | 634 }, |
| 633 'includes': [ '../build/protoc.gypi' ], | 635 'includes': [ '../build/protoc.gypi' ], |
| 634 }, | 636 }, |
| 635 ], | 637 ], |
| 636 } | 638 } |
| OLD | NEW |