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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'common/extensions/update_manifest.cc', | 159 'common/extensions/update_manifest.cc', |
160 'common/extensions/update_manifest.h', | 160 'common/extensions/update_manifest.h', |
161 'common/extensions/url_pattern.cc', | 161 'common/extensions/url_pattern.cc', |
162 'common/extensions/url_pattern.h', | 162 'common/extensions/url_pattern.h', |
163 'common/extensions/url_pattern_set.cc', | 163 'common/extensions/url_pattern_set.cc', |
164 'common/extensions/url_pattern_set.h', | 164 'common/extensions/url_pattern_set.h', |
165 'common/extensions/user_script.cc', | 165 'common/extensions/user_script.cc', |
166 'common/extensions/user_script.h', | 166 'common/extensions/user_script.h', |
167 'common/extensions/api/extension_api.cc', | 167 'common/extensions/api/extension_api.cc', |
168 'common/extensions/api/extension_api.h', | 168 'common/extensions/api/extension_api.h', |
| 169 'common/extensions/api/extension_api_feature.cc', |
| 170 'common/extensions/api/extension_api_feature.h', |
169 'common/external_ipc_fuzzer.h', | 171 'common/external_ipc_fuzzer.h', |
170 'common/external_ipc_fuzzer.cc', | 172 'common/external_ipc_fuzzer.cc', |
171 'common/favicon_url.cc', | 173 'common/favicon_url.cc', |
172 'common/favicon_url.h', | 174 'common/favicon_url.h', |
173 'common/guid.cc', | 175 'common/guid.cc', |
174 'common/guid.h', | 176 'common/guid.h', |
175 'common/guid_posix.cc', | 177 'common/guid_posix.cc', |
176 'common/guid_win.cc', | 178 'common/guid_win.cc', |
177 'common/icon_messages.h', | 179 'common/icon_messages.h', |
178 'common/important_file_writer.cc', | 180 'common/important_file_writer.cc', |
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 'common/metrics/proto/user_action_event.proto', | 506 'common/metrics/proto/user_action_event.proto', |
505 ], | 507 ], |
506 'variables': { | 508 'variables': { |
507 'proto_in_dir': 'common/metrics/proto', | 509 'proto_in_dir': 'common/metrics/proto', |
508 'proto_out_dir': 'chrome/common/metrics/proto', | 510 'proto_out_dir': 'chrome/common/metrics/proto', |
509 }, | 511 }, |
510 'includes': [ '../build/protoc.gypi' ], | 512 'includes': [ '../build/protoc.gypi' ], |
511 }, | 513 }, |
512 ], | 514 ], |
513 } | 515 } |
OLD | NEW |