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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'common/icon_messages.h', | 202 'common/icon_messages.h', |
203 'common/important_file_writer.cc', | 203 'common/important_file_writer.cc', |
204 'common/important_file_writer.h', | 204 'common/important_file_writer.h', |
205 'common/instant_types.h', | 205 'common/instant_types.h', |
206 'common/json_pref_store.cc', | 206 'common/json_pref_store.cc', |
207 'common/json_pref_store.h', | 207 'common/json_pref_store.h', |
208 'common/json_schema_validator.cc', | 208 'common/json_schema_validator.cc', |
209 'common/json_schema_validator.h', | 209 'common/json_schema_validator.h', |
210 'common/jstemplate_builder.cc', | 210 'common/jstemplate_builder.cc', |
211 'common/jstemplate_builder.h', | 211 'common/jstemplate_builder.h', |
| 212 'common/localized_error.cc', |
| 213 'common/localized_error.h', |
212 'common/logging_chrome.cc', | 214 'common/logging_chrome.cc', |
213 'common/logging_chrome.h', | 215 'common/logging_chrome.h', |
214 'common/mac/app_mode_common.h', | 216 'common/mac/app_mode_common.h', |
215 'common/mac/app_mode_common.mm', | 217 'common/mac/app_mode_common.mm', |
216 'common/mac/cfbundle_blocker.h', | 218 'common/mac/cfbundle_blocker.h', |
217 'common/mac/cfbundle_blocker.mm', | 219 'common/mac/cfbundle_blocker.mm', |
218 'common/mac/launchd.h', | 220 'common/mac/launchd.h', |
219 'common/mac/launchd.mm', | 221 'common/mac/launchd.mm', |
220 'common/mac/objc_method_swizzle.h', | 222 'common/mac/objc_method_swizzle.h', |
221 'common/mac/objc_method_swizzle.mm', | 223 'common/mac/objc_method_swizzle.mm', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 'common/metrics/proto/user_action_event.proto', | 541 'common/metrics/proto/user_action_event.proto', |
540 ], | 542 ], |
541 'variables': { | 543 'variables': { |
542 'proto_in_dir': 'common/metrics/proto', | 544 'proto_in_dir': 'common/metrics/proto', |
543 'proto_out_dir': 'chrome/common/metrics/proto', | 545 'proto_out_dir': 'chrome/common/metrics/proto', |
544 }, | 546 }, |
545 'includes': [ '../build/protoc.gypi' ], | 547 'includes': [ '../build/protoc.gypi' ], |
546 }, | 548 }, |
547 ], | 549 ], |
548 } | 550 } |
OLD | NEW |