Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: chrome/chrome_common.gypi

Issue 19251002: move SafariImporter::CanImport to common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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.h',
359 'common/importer/safari_importer_utils.mm',
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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'common/metrics/proto/user_action_event.proto', 831 'common/metrics/proto/user_action_event.proto',
830 ], 832 ],
831 'variables': { 833 'variables': {
832 'proto_in_dir': 'common/metrics/proto', 834 'proto_in_dir': 'common/metrics/proto',
833 'proto_out_dir': 'chrome/common/metrics/proto', 835 'proto_out_dir': 'chrome/common/metrics/proto',
834 }, 836 },
835 'includes': [ '../build/protoc.gypi' ], 837 'includes': [ '../build/protoc.gypi' ],
836 }, 838 },
837 ], 839 ],
838 } 840 }
OLDNEW
« no previous file with comments | « chrome/browser/importer/importer_list.cc ('k') | chrome/common/importer/safari_importer_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698