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/matcher/url_matcher_helpers.cc', | 178 'common/extensions/matcher/url_matcher_helpers.cc', |
179 'common/extensions/matcher/url_matcher_helpers.h', | 179 'common/extensions/matcher/url_matcher_helpers.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_counter.cc', |
| 189 'common/extensions/value_counter.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/icon_messages.h', | 196 'common/icon_messages.h', |
195 'common/important_file_writer.cc', | 197 'common/important_file_writer.cc', |
196 'common/important_file_writer.h', | 198 'common/important_file_writer.h', |
197 'common/instant_types.h', | 199 'common/instant_types.h', |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 'common/metrics/proto/user_action_event.proto', | 529 'common/metrics/proto/user_action_event.proto', |
528 ], | 530 ], |
529 'variables': { | 531 'variables': { |
530 'proto_in_dir': 'common/metrics/proto', | 532 'proto_in_dir': 'common/metrics/proto', |
531 'proto_out_dir': 'chrome/common/metrics/proto', | 533 'proto_out_dir': 'chrome/common/metrics/proto', |
532 }, | 534 }, |
533 'includes': [ '../build/protoc.gypi' ], | 535 'includes': [ '../build/protoc.gypi' ], |
534 }, | 536 }, |
535 ], | 537 ], |
536 } | 538 } |
OLD | NEW |