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

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: another gyp attempt 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'common/extensions/user_script.cc', 326 'common/extensions/user_script.cc',
327 'common/extensions/user_script.h', 327 'common/extensions/user_script.h',
328 'common/extensions/value_counter.cc', 328 'common/extensions/value_counter.cc',
329 'common/extensions/value_counter.h', 329 'common/extensions/value_counter.h',
330 'common/extensions/web_accessible_resources_handler.cc', 330 'common/extensions/web_accessible_resources_handler.cc',
331 'common/extensions/web_accessible_resources_handler.h', 331 'common/extensions/web_accessible_resources_handler.h',
332 'common/external_ipc_fuzzer.cc', 332 'common/external_ipc_fuzzer.cc',
333 'common/external_ipc_fuzzer.h', 333 'common/external_ipc_fuzzer.h',
334 'common/icon_with_badge_image_source.cc', 334 'common/icon_with_badge_image_source.cc',
335 'common/icon_with_badge_image_source.h', 335 'common/icon_with_badge_image_source.h',
336 'common/importer/firefox_importer_utils.cc',
337 'common/importer/firefox_importer_utils.h',
338 'common/importer/firefox_importer_utils_linux.cc',
339 'common/importer/firefox_importer_utils_mac.mm',
340 'common/importer/firefox_importer_utils_win.cc',
341 'common/importer/ie_importer_test_registry_overrider_win.cc',
342 'common/importer/ie_importer_test_registry_overrider_win.h',
343 'common/importer/ie_importer_utils_win.cc',
344 'common/importer/ie_importer_utils_win.h',
336 'common/importer/imported_bookmark_entry.cc', 345 'common/importer/imported_bookmark_entry.cc',
337 'common/importer/imported_bookmark_entry.h', 346 'common/importer/imported_bookmark_entry.h',
338 'common/importer/imported_favicon_usage.cc', 347 'common/importer/imported_favicon_usage.cc',
339 'common/importer/imported_favicon_usage.h', 348 'common/importer/imported_favicon_usage.h',
349 'common/importer/importer_bridge.cc',
350 'common/importer/importer_bridge.h',
340 'common/importer/importer_data_types.cc', 351 'common/importer/importer_data_types.cc',
341 'common/importer/importer_data_types.h', 352 'common/importer/importer_data_types.h',
342 'common/importer/importer_type.h', 353 'common/importer/importer_type.h',
343 'common/importer/importer_url_row.cc', 354 'common/importer/importer_url_row.cc',
344 'common/importer/importer_url_row.h', 355 'common/importer/importer_url_row.h',
345 'common/importer/profile_import_process_messages.cc', 356 'common/importer/profile_import_process_messages.cc',
346 'common/importer/profile_import_process_messages.h', 357 'common/importer/profile_import_process_messages.h',
347 'common/instant_restricted_id_cache.h', 358 'common/instant_restricted_id_cache.h',
348 'common/instant_types.cc', 359 'common/instant_types.cc',
349 'common/instant_types.h', 360 'common/instant_types.h',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 'common/metrics/proto/user_action_event.proto', 831 'common/metrics/proto/user_action_event.proto',
821 ], 832 ],
822 'variables': { 833 'variables': {
823 'proto_in_dir': 'common/metrics/proto', 834 'proto_in_dir': 'common/metrics/proto',
824 'proto_out_dir': 'chrome/common/metrics/proto', 835 'proto_out_dir': 'chrome/common/metrics/proto',
825 }, 836 },
826 'includes': [ '../build/protoc.gypi' ], 837 'includes': [ '../build/protoc.gypi' ],
827 }, 838 },
828 ], 839 ],
829 } 840 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698