| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'common/extensions/features/manifest_feature.cc', | 163 'common/extensions/features/manifest_feature.cc', |
| 164 'common/extensions/features/manifest_feature.h', | 164 'common/extensions/features/manifest_feature.h', |
| 165 'common/extensions/features/permission_feature.cc', | 165 'common/extensions/features/permission_feature.cc', |
| 166 'common/extensions/features/permission_feature.h', | 166 'common/extensions/features/permission_feature.h', |
| 167 'common/extensions/features/simple_feature_provider.cc', | 167 'common/extensions/features/simple_feature_provider.cc', |
| 168 'common/extensions/features/simple_feature_provider.h', | 168 'common/extensions/features/simple_feature_provider.h', |
| 169 'common/extensions/file_browser_handler.cc', | 169 'common/extensions/file_browser_handler.cc', |
| 170 'common/extensions/file_browser_handler.h', | 170 'common/extensions/file_browser_handler.h', |
| 171 'common/extensions/manifest.cc', | 171 'common/extensions/manifest.cc', |
| 172 'common/extensions/manifest.h', | 172 'common/extensions/manifest.h', |
| 173 'common/extensions/manifest_handler.cc', |
| 174 'common/extensions/manifest_handler.h', |
| 173 'common/extensions/matcher/regex_set_matcher.cc', | 175 'common/extensions/matcher/regex_set_matcher.cc', |
| 174 'common/extensions/matcher/regex_set_matcher.h', | 176 'common/extensions/matcher/regex_set_matcher.h', |
| 175 'common/extensions/matcher/string_pattern.cc', | 177 'common/extensions/matcher/string_pattern.cc', |
| 176 'common/extensions/matcher/string_pattern.h', | 178 'common/extensions/matcher/string_pattern.h', |
| 177 'common/extensions/matcher/substring_set_matcher.cc', | 179 'common/extensions/matcher/substring_set_matcher.cc', |
| 178 'common/extensions/matcher/substring_set_matcher.h', | 180 'common/extensions/matcher/substring_set_matcher.h', |
| 179 'common/extensions/matcher/url_matcher.cc', | 181 'common/extensions/matcher/url_matcher.cc', |
| 180 'common/extensions/matcher/url_matcher.h', | 182 'common/extensions/matcher/url_matcher.h', |
| 181 'common/extensions/matcher/url_matcher_constants.cc', | 183 'common/extensions/matcher/url_matcher_constants.cc', |
| 182 'common/extensions/matcher/url_matcher_constants.h', | 184 'common/extensions/matcher/url_matcher_constants.h', |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 'common/metrics/proto/user_action_event.proto', | 616 'common/metrics/proto/user_action_event.proto', |
| 615 ], | 617 ], |
| 616 'variables': { | 618 'variables': { |
| 617 'proto_in_dir': 'common/metrics/proto', | 619 'proto_in_dir': 'common/metrics/proto', |
| 618 'proto_out_dir': 'chrome/common/metrics/proto', | 620 'proto_out_dir': 'chrome/common/metrics/proto', |
| 619 }, | 621 }, |
| 620 'includes': [ '../build/protoc.gypi' ], | 622 'includes': [ '../build/protoc.gypi' ], |
| 621 }, | 623 }, |
| 622 ], | 624 ], |
| 623 } | 625 } |
| OLD | NEW |