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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'common/extensions/simple_feature_provider.cc', | 178 'common/extensions/simple_feature_provider.cc', |
179 'common/extensions/simple_feature_provider.h', | 179 'common/extensions/simple_feature_provider.h', |
180 'common/extensions/update_manifest.cc', | 180 'common/extensions/update_manifest.cc', |
181 'common/extensions/update_manifest.h', | 181 'common/extensions/update_manifest.h', |
182 'common/extensions/url_pattern.cc', | 182 'common/extensions/url_pattern.cc', |
183 'common/extensions/url_pattern.h', | 183 'common/extensions/url_pattern.h', |
184 'common/extensions/url_pattern_set.cc', | 184 'common/extensions/url_pattern_set.cc', |
185 'common/extensions/url_pattern_set.h', | 185 'common/extensions/url_pattern_set.h', |
186 'common/extensions/user_script.cc', | 186 'common/extensions/user_script.cc', |
187 'common/extensions/user_script.h', | 187 'common/extensions/user_script.h', |
| 188 'common/extensions/value_set.cc', |
| 189 'common/extensions/value_set.h', |
188 'common/extensions/api/extension_api.cc', | 190 'common/extensions/api/extension_api.cc', |
189 'common/extensions/api/extension_api.h', | 191 'common/extensions/api/extension_api.h', |
190 'common/external_ipc_fuzzer.h', | 192 'common/external_ipc_fuzzer.h', |
191 'common/external_ipc_fuzzer.cc', | 193 'common/external_ipc_fuzzer.cc', |
192 'common/favicon_url.cc', | 194 'common/favicon_url.cc', |
193 'common/favicon_url.h', | 195 'common/favicon_url.h', |
194 'common/guid.cc', | 196 'common/guid.cc', |
195 'common/guid.h', | 197 'common/guid.h', |
196 'common/guid_posix.cc', | 198 'common/guid_posix.cc', |
197 'common/guid_win.cc', | 199 'common/guid_win.cc', |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 'common/metrics/proto/user_action_event.proto', | 533 'common/metrics/proto/user_action_event.proto', |
532 ], | 534 ], |
533 'variables': { | 535 'variables': { |
534 'proto_in_dir': 'common/metrics/proto', | 536 'proto_in_dir': 'common/metrics/proto', |
535 'proto_out_dir': 'chrome/common/metrics/proto', | 537 'proto_out_dir': 'chrome/common/metrics/proto', |
536 }, | 538 }, |
537 'includes': [ '../build/protoc.gypi' ], | 539 'includes': [ '../build/protoc.gypi' ], |
538 }, | 540 }, |
539 ], | 541 ], |
540 } | 542 } |
OLD | NEW |