| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'common/extensions/features/feature.h', | 157 'common/extensions/features/feature.h', |
| 158 'common/extensions/features/feature_provider.h', | 158 'common/extensions/features/feature_provider.h', |
| 159 'common/extensions/features/manifest_feature.cc', | 159 'common/extensions/features/manifest_feature.cc', |
| 160 'common/extensions/features/manifest_feature.h', | 160 'common/extensions/features/manifest_feature.h', |
| 161 'common/extensions/features/permission_feature.cc', | 161 'common/extensions/features/permission_feature.cc', |
| 162 'common/extensions/features/permission_feature.h', | 162 'common/extensions/features/permission_feature.h', |
| 163 'common/extensions/features/simple_feature_provider.cc', | 163 'common/extensions/features/simple_feature_provider.cc', |
| 164 'common/extensions/features/simple_feature_provider.h', | 164 'common/extensions/features/simple_feature_provider.h', |
| 165 'common/extensions/file_browser_handler.cc', | 165 'common/extensions/file_browser_handler.cc', |
| 166 'common/extensions/file_browser_handler.h', | 166 'common/extensions/file_browser_handler.h', |
| 167 'common/extensions/icon_transform.cc', |
| 168 'common/extensions/icon_transform.h', |
| 167 'common/extensions/manifest.cc', | 169 'common/extensions/manifest.cc', |
| 168 'common/extensions/manifest.h', | 170 'common/extensions/manifest.h', |
| 169 'common/extensions/matcher/substring_set_matcher.cc', | 171 'common/extensions/matcher/substring_set_matcher.cc', |
| 170 'common/extensions/matcher/substring_set_matcher.h', | 172 'common/extensions/matcher/substring_set_matcher.h', |
| 171 'common/extensions/matcher/url_matcher.cc', | 173 'common/extensions/matcher/url_matcher.cc', |
| 172 'common/extensions/matcher/url_matcher.h', | 174 'common/extensions/matcher/url_matcher.h', |
| 173 'common/extensions/matcher/url_matcher_constants.cc', | 175 'common/extensions/matcher/url_matcher_constants.cc', |
| 174 'common/extensions/matcher/url_matcher_constants.h', | 176 'common/extensions/matcher/url_matcher_constants.h', |
| 175 'common/extensions/matcher/url_matcher_factory.cc', | 177 'common/extensions/matcher/url_matcher_factory.cc', |
| 176 'common/extensions/matcher/url_matcher_factory.h', | 178 'common/extensions/matcher/url_matcher_factory.h', |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 'common/metrics/proto/user_action_event.proto', | 538 'common/metrics/proto/user_action_event.proto', |
| 537 ], | 539 ], |
| 538 'variables': { | 540 'variables': { |
| 539 'proto_in_dir': 'common/metrics/proto', | 541 'proto_in_dir': 'common/metrics/proto', |
| 540 'proto_out_dir': 'chrome/common/metrics/proto', | 542 'proto_out_dir': 'chrome/common/metrics/proto', |
| 541 }, | 543 }, |
| 542 'includes': [ '../build/protoc.gypi' ], | 544 'includes': [ '../build/protoc.gypi' ], |
| 543 }, | 545 }, |
| 544 ], | 546 ], |
| 545 } | 547 } |
| OLD | NEW |