| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'common/extensions/value_counter.h', | 196 'common/extensions/value_counter.h', |
| 197 'common/extensions/api/extension_api.cc', | 197 'common/extensions/api/extension_api.cc', |
| 198 'common/extensions/api/extension_api.h', | 198 'common/extensions/api/extension_api.h', |
| 199 'common/external_ipc_fuzzer.h', | 199 'common/external_ipc_fuzzer.h', |
| 200 'common/external_ipc_fuzzer.cc', | 200 'common/external_ipc_fuzzer.cc', |
| 201 'common/favicon_url.cc', | 201 'common/favicon_url.cc', |
| 202 'common/favicon_url.h', | 202 'common/favicon_url.h', |
| 203 'common/icon_messages.h', | 203 'common/icon_messages.h', |
| 204 'common/important_file_writer.cc', | 204 'common/important_file_writer.cc', |
| 205 'common/important_file_writer.h', | 205 'common/important_file_writer.h', |
| 206 'common/instant_types.cc', |
| 206 'common/instant_types.h', | 207 'common/instant_types.h', |
| 207 'common/json_pref_store.cc', | 208 'common/json_pref_store.cc', |
| 208 'common/json_pref_store.h', | 209 'common/json_pref_store.h', |
| 209 'common/json_schema_validator.cc', | 210 'common/json_schema_validator.cc', |
| 210 'common/json_schema_validator.h', | 211 'common/json_schema_validator.h', |
| 211 'common/jstemplate_builder.cc', | 212 'common/jstemplate_builder.cc', |
| 212 'common/jstemplate_builder.h', | 213 'common/jstemplate_builder.h', |
| 213 'common/localized_error.cc', | 214 'common/localized_error.cc', |
| 214 'common/localized_error.h', | 215 'common/localized_error.h', |
| 215 'common/logging_chrome.cc', | 216 'common/logging_chrome.cc', |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 'common/metrics/proto/user_action_event.proto', | 543 'common/metrics/proto/user_action_event.proto', |
| 543 ], | 544 ], |
| 544 'variables': { | 545 'variables': { |
| 545 'proto_in_dir': 'common/metrics/proto', | 546 'proto_in_dir': 'common/metrics/proto', |
| 546 'proto_out_dir': 'chrome/common/metrics/proto', | 547 'proto_out_dir': 'chrome/common/metrics/proto', |
| 547 }, | 548 }, |
| 548 'includes': [ '../build/protoc.gypi' ], | 549 'includes': [ '../build/protoc.gypi' ], |
| 549 }, | 550 }, |
| 550 ], | 551 ], |
| 551 } | 552 } |
| OLD | NEW |