OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 'common/importer/importer_data_types.cc', | 337 'common/importer/importer_data_types.cc', |
338 'common/importer/importer_data_types.h', | 338 'common/importer/importer_data_types.h', |
339 'common/importer/importer_type.h', | 339 'common/importer/importer_type.h', |
340 'common/importer/importer_url_row.cc', | 340 'common/importer/importer_url_row.cc', |
341 'common/importer/importer_url_row.h', | 341 'common/importer/importer_url_row.h', |
342 'common/importer/profile_import_process_messages.cc', | 342 'common/importer/profile_import_process_messages.cc', |
343 'common/importer/profile_import_process_messages.h', | 343 'common/importer/profile_import_process_messages.h', |
344 'common/instant_restricted_id_cache.h', | 344 'common/instant_restricted_id_cache.h', |
345 'common/instant_types.cc', | 345 'common/instant_types.cc', |
346 'common/instant_types.h', | 346 'common/instant_types.h', |
| 347 'common/ipc_fuzzer_messages.h', |
347 'common/json_schema/json_schema_constants.cc', | 348 'common/json_schema/json_schema_constants.cc', |
348 'common/json_schema/json_schema_constants.h', | 349 'common/json_schema/json_schema_constants.h', |
349 'common/json_schema/json_schema_validator.cc', | 350 'common/json_schema/json_schema_validator.cc', |
350 'common/json_schema/json_schema_validator.h', | 351 'common/json_schema/json_schema_validator.h', |
351 'common/localized_error.cc', | 352 'common/localized_error.cc', |
352 'common/localized_error.h', | 353 'common/localized_error.h', |
353 'common/logging_chrome.cc', | 354 'common/logging_chrome.cc', |
354 'common/logging_chrome.h', | 355 'common/logging_chrome.h', |
355 'common/mac/app_mode_common.h', | 356 'common/mac/app_mode_common.h', |
356 'common/mac/app_mode_common.mm', | 357 'common/mac/app_mode_common.mm', |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 'common/metrics/proto/user_action_event.proto', | 802 'common/metrics/proto/user_action_event.proto', |
802 ], | 803 ], |
803 'variables': { | 804 'variables': { |
804 'proto_in_dir': 'common/metrics/proto', | 805 'proto_in_dir': 'common/metrics/proto', |
805 'proto_out_dir': 'chrome/common/metrics/proto', | 806 'proto_out_dir': 'chrome/common/metrics/proto', |
806 }, | 807 }, |
807 'includes': [ '../build/protoc.gypi' ], | 808 'includes': [ '../build/protoc.gypi' ], |
808 }, | 809 }, |
809 ], | 810 ], |
810 } | 811 } |
OLD | NEW |