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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
348 'common/importer/imported_favicon_usage.h', | 348 'common/importer/imported_favicon_usage.h', |
349 'common/importer/importer_bridge.cc', | 349 'common/importer/importer_bridge.cc', |
350 'common/importer/importer_bridge.h', | 350 'common/importer/importer_bridge.h', |
351 'common/importer/importer_data_types.cc', | 351 'common/importer/importer_data_types.cc', |
352 'common/importer/importer_data_types.h', | 352 'common/importer/importer_data_types.h', |
353 'common/importer/importer_type.h', | 353 'common/importer/importer_type.h', |
354 'common/importer/importer_url_row.cc', | 354 'common/importer/importer_url_row.cc', |
355 'common/importer/importer_url_row.h', | 355 'common/importer/importer_url_row.h', |
356 'common/importer/profile_import_process_messages.cc', | 356 'common/importer/profile_import_process_messages.cc', |
357 'common/importer/profile_import_process_messages.h', | 357 'common/importer/profile_import_process_messages.h', |
358 'common/importer/safari_importer_utils.mm', | |
gab
2013/07/16 14:18:06
nit: .mm comes after .h in alpha order
scottmg
2013/07/16 16:11:33
Done.
| |
359 'common/importer/safari_importer_utils.h', | |
358 'common/instant_restricted_id_cache.h', | 360 'common/instant_restricted_id_cache.h', |
359 'common/instant_types.cc', | 361 'common/instant_types.cc', |
360 'common/instant_types.h', | 362 'common/instant_types.h', |
361 'common/json_schema/json_schema_constants.cc', | 363 'common/json_schema/json_schema_constants.cc', |
362 'common/json_schema/json_schema_constants.h', | 364 'common/json_schema/json_schema_constants.h', |
363 'common/json_schema/json_schema_validator.cc', | 365 'common/json_schema/json_schema_validator.cc', |
364 'common/json_schema/json_schema_validator.h', | 366 'common/json_schema/json_schema_validator.h', |
365 'common/localized_error.cc', | 367 'common/localized_error.cc', |
366 'common/localized_error.h', | 368 'common/localized_error.h', |
367 'common/logging_chrome.cc', | 369 'common/logging_chrome.cc', |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
831 'common/metrics/proto/user_action_event.proto', | 833 'common/metrics/proto/user_action_event.proto', |
832 ], | 834 ], |
833 'variables': { | 835 'variables': { |
834 'proto_in_dir': 'common/metrics/proto', | 836 'proto_in_dir': 'common/metrics/proto', |
835 'proto_out_dir': 'chrome/common/metrics/proto', | 837 'proto_out_dir': 'chrome/common/metrics/proto', |
836 }, | 838 }, |
837 'includes': [ '../build/protoc.gypi' ], | 839 'includes': [ '../build/protoc.gypi' ], |
838 }, | 840 }, |
839 ], | 841 ], |
840 } | 842 } |
OLD | NEW |