OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'common/features/api_feature.cc', | 89 'common/features/api_feature.cc', |
90 'common/features/api_feature.h', | 90 'common/features/api_feature.h', |
91 'common/features/base_feature_provider.cc', | 91 'common/features/base_feature_provider.cc', |
92 'common/features/base_feature_provider.h', | 92 'common/features/base_feature_provider.h', |
93 'common/features/complex_feature.cc', | 93 'common/features/complex_feature.cc', |
94 'common/features/complex_feature.h', | 94 'common/features/complex_feature.h', |
95 'common/features/feature.cc', | 95 'common/features/feature.cc', |
96 'common/features/feature.h', | 96 'common/features/feature.h', |
97 'common/features/feature_provider.cc', | 97 'common/features/feature_provider.cc', |
98 'common/features/feature_provider.h', | 98 'common/features/feature_provider.h', |
| 99 'common/features/json_feature_provider_source.cc', |
| 100 'common/features/json_feature_provider_source.h', |
99 'common/features/manifest_feature.cc', | 101 'common/features/manifest_feature.cc', |
100 'common/features/manifest_feature.h', | 102 'common/features/manifest_feature.h', |
101 'common/features/permission_feature.cc', | 103 'common/features/permission_feature.cc', |
102 'common/features/permission_feature.h', | 104 'common/features/permission_feature.h', |
103 'common/features/simple_feature.cc', | 105 'common/features/simple_feature.cc', |
104 'common/features/simple_feature.h', | 106 'common/features/simple_feature.h', |
105 'common/features/simple_feature_filter.cc', | 107 'common/features/simple_feature_filter.cc', |
106 'common/features/simple_feature_filter.h', | 108 'common/features/simple_feature_filter.h', |
107 'common/file_util.cc', | 109 'common/file_util.cc', |
108 'common/file_util.h', | 110 'common/file_util.h', |
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 'test/test_extensions_client.cc', | 548 'test/test_extensions_client.cc', |
547 'test/test_extensions_client.h', | 549 'test/test_extensions_client.h', |
548 'test/test_permission_message_provider.cc', | 550 'test/test_permission_message_provider.cc', |
549 'test/test_permission_message_provider.h', | 551 'test/test_permission_message_provider.h', |
550 'test/test_permissions_provider.cc', | 552 'test/test_permissions_provider.cc', |
551 'test/test_permissions_provider.h', | 553 'test/test_permissions_provider.h', |
552 ], | 554 ], |
553 }, | 555 }, |
554 ] | 556 ] |
555 } | 557 } |
OLD | NEW |