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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'common/extensions/value_counter.h', | 195 'common/extensions/value_counter.h', |
196 'common/extensions/api/extension_api.cc', | 196 'common/extensions/api/extension_api.cc', |
197 'common/extensions/api/extension_api.h', | 197 'common/extensions/api/extension_api.h', |
198 'common/external_ipc_fuzzer.h', | 198 'common/external_ipc_fuzzer.h', |
199 'common/external_ipc_fuzzer.cc', | 199 'common/external_ipc_fuzzer.cc', |
200 'common/favicon_url.cc', | 200 'common/favicon_url.cc', |
201 'common/favicon_url.h', | 201 'common/favicon_url.h', |
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.cc', |
205 'common/instant_types.h', | 206 'common/instant_types.h', |
206 'common/json_pref_store.cc', | 207 'common/json_pref_store.cc', |
207 'common/json_pref_store.h', | 208 'common/json_pref_store.h', |
208 'common/json_schema_validator.cc', | 209 'common/json_schema_validator.cc', |
209 'common/json_schema_validator.h', | 210 'common/json_schema_validator.h', |
210 'common/jstemplate_builder.cc', | 211 'common/jstemplate_builder.cc', |
211 'common/jstemplate_builder.h', | 212 'common/jstemplate_builder.h', |
212 'common/logging_chrome.cc', | 213 'common/logging_chrome.cc', |
213 'common/logging_chrome.h', | 214 'common/logging_chrome.h', |
214 'common/mac/app_mode_common.h', | 215 'common/mac/app_mode_common.h', |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 'common/metrics/proto/user_action_event.proto', | 538 'common/metrics/proto/user_action_event.proto', |
538 ], | 539 ], |
539 'variables': { | 540 'variables': { |
540 'proto_in_dir': 'common/metrics/proto', | 541 'proto_in_dir': 'common/metrics/proto', |
541 'proto_out_dir': 'chrome/common/metrics/proto', | 542 'proto_out_dir': 'chrome/common/metrics/proto', |
542 }, | 543 }, |
543 'includes': [ '../build/protoc.gypi' ], | 544 'includes': [ '../build/protoc.gypi' ], |
544 }, | 545 }, |
545 ], | 546 ], |
546 } | 547 } |
OLD | NEW |