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

Side by Side Diff: chrome/chrome_common.gypi

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac4 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'common/extensions/user_script.cc', 321 'common/extensions/user_script.cc',
322 'common/extensions/user_script.h', 322 'common/extensions/user_script.h',
323 'common/extensions/value_counter.cc', 323 'common/extensions/value_counter.cc',
324 'common/extensions/value_counter.h', 324 'common/extensions/value_counter.h',
325 'common/extensions/web_accessible_resources_handler.cc', 325 'common/extensions/web_accessible_resources_handler.cc',
326 'common/extensions/web_accessible_resources_handler.h', 326 'common/extensions/web_accessible_resources_handler.h',
327 'common/external_ipc_fuzzer.cc', 327 'common/external_ipc_fuzzer.cc',
328 'common/external_ipc_fuzzer.h', 328 'common/external_ipc_fuzzer.h',
329 'common/icon_with_badge_image_source.cc', 329 'common/icon_with_badge_image_source.cc',
330 'common/icon_with_badge_image_source.h', 330 'common/icon_with_badge_image_source.h',
331 'common/importer/firefox_importer_utils.cc',
332 'common/importer/firefox_importer_utils.h',
333 'common/importer/firefox_importer_utils_linux.cc',
334 'common/importer/firefox_importer_utils_mac.mm',
335 'common/importer/firefox_importer_utils_win.cc',
336 'common/importer/ie_importer_test_registry_overrider_win.cc',
337 'common/importer/ie_importer_test_registry_overrider_win.h',
338 'common/importer/ie_importer_utils_win.cc',
339 'common/importer/ie_importer_utils_win.h',
331 'common/importer/imported_bookmark_entry.cc', 340 'common/importer/imported_bookmark_entry.cc',
332 'common/importer/imported_bookmark_entry.h', 341 'common/importer/imported_bookmark_entry.h',
333 'common/importer/imported_favicon_usage.cc', 342 'common/importer/imported_favicon_usage.cc',
334 'common/importer/imported_favicon_usage.h', 343 'common/importer/imported_favicon_usage.h',
344 'common/importer/importer_bridge.cc',
345 'common/importer/importer_bridge.h',
335 'common/importer/importer_data_types.cc', 346 'common/importer/importer_data_types.cc',
336 'common/importer/importer_data_types.h', 347 'common/importer/importer_data_types.h',
337 'common/importer/importer_type.h', 348 'common/importer/importer_type.h',
338 'common/importer/importer_url_row.cc', 349 'common/importer/importer_url_row.cc',
339 'common/importer/importer_url_row.h', 350 'common/importer/importer_url_row.h',
351 'common/importer/importer_visit_source.h',
340 'common/importer/profile_import_process_messages.cc', 352 'common/importer/profile_import_process_messages.cc',
341 'common/importer/profile_import_process_messages.h', 353 'common/importer/profile_import_process_messages.h',
354 'common/importer/safari_importer_utils.h',
355 'common/importer/safari_importer_utils.mm',
342 'common/instant_restricted_id_cache.h', 356 'common/instant_restricted_id_cache.h',
343 'common/instant_types.cc', 357 'common/instant_types.cc',
344 'common/instant_types.h', 358 'common/instant_types.h',
345 'common/json_schema/json_schema_constants.cc', 359 'common/json_schema/json_schema_constants.cc',
346 'common/json_schema/json_schema_constants.h', 360 'common/json_schema/json_schema_constants.h',
347 'common/json_schema/json_schema_validator.cc', 361 'common/json_schema/json_schema_validator.cc',
348 'common/json_schema/json_schema_validator.h', 362 'common/json_schema/json_schema_validator.h',
349 'common/localized_error.cc', 363 'common/localized_error.cc',
350 'common/localized_error.h', 364 'common/localized_error.h',
351 'common/logging_chrome.cc', 365 'common/logging_chrome.cc',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'common/metrics/proto/user_action_event.proto', 813 'common/metrics/proto/user_action_event.proto',
800 ], 814 ],
801 'variables': { 815 'variables': {
802 'proto_in_dir': 'common/metrics/proto', 816 'proto_in_dir': 'common/metrics/proto',
803 'proto_out_dir': 'chrome/common/metrics/proto', 817 'proto_out_dir': 'chrome/common/metrics/proto',
804 }, 818 },
805 'includes': [ '../build/protoc.gypi' ], 819 'includes': [ '../build/protoc.gypi' ],
806 }, 820 },
807 ], 821 ],
808 } 822 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698