| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'common/external_ipc_fuzzer.cc', | 217 'common/external_ipc_fuzzer.cc', |
| 218 'common/favicon_url.cc', | 218 'common/favicon_url.cc', |
| 219 'common/favicon_url.h', | 219 'common/favicon_url.h', |
| 220 'common/icon_messages.h', | 220 'common/icon_messages.h', |
| 221 'common/important_file_writer.cc', | 221 'common/important_file_writer.cc', |
| 222 'common/important_file_writer.h', | 222 'common/important_file_writer.h', |
| 223 'common/instant_types.cc', | 223 'common/instant_types.cc', |
| 224 'common/instant_types.h', | 224 'common/instant_types.h', |
| 225 'common/json_pref_store.cc', | 225 'common/json_pref_store.cc', |
| 226 'common/json_pref_store.h', | 226 'common/json_pref_store.h', |
| 227 'common/json_schema_constants.cc', |
| 228 'common/json_schema_constants.h', |
| 227 'common/json_schema_validator.cc', | 229 'common/json_schema_validator.cc', |
| 228 'common/json_schema_validator.h', | 230 'common/json_schema_validator.h', |
| 229 'common/jstemplate_builder.cc', | 231 'common/jstemplate_builder.cc', |
| 230 'common/jstemplate_builder.h', | 232 'common/jstemplate_builder.h', |
| 231 'common/localized_error.cc', | 233 'common/localized_error.cc', |
| 232 'common/localized_error.h', | 234 'common/localized_error.h', |
| 233 'common/logging_chrome.cc', | 235 'common/logging_chrome.cc', |
| 234 'common/logging_chrome.h', | 236 'common/logging_chrome.h', |
| 235 'common/mac/app_mode_common.h', | 237 'common/mac/app_mode_common.h', |
| 236 'common/mac/app_mode_common.mm', | 238 'common/mac/app_mode_common.mm', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'common/metrics/proto/user_action_event.proto', | 535 'common/metrics/proto/user_action_event.proto', |
| 534 ], | 536 ], |
| 535 'variables': { | 537 'variables': { |
| 536 'proto_in_dir': 'common/metrics/proto', | 538 'proto_in_dir': 'common/metrics/proto', |
| 537 'proto_out_dir': 'chrome/common/metrics/proto', | 539 'proto_out_dir': 'chrome/common/metrics/proto', |
| 538 }, | 540 }, |
| 539 'includes': [ '../build/protoc.gypi' ], | 541 'includes': [ '../build/protoc.gypi' ], |
| 540 }, | 542 }, |
| 541 ], | 543 ], |
| 542 } | 544 } |
| OLD | NEW |