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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2106015: Move data types used in the importer process to common/, in preparation for i... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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/browser/views/options/content_page_view.cc ('k') | chrome/chrome_common.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 'browser/importer/firefox_profile_lock_posix.cc', 1523 'browser/importer/firefox_profile_lock_posix.cc',
1524 'browser/importer/firefox_profile_lock_win.cc', 1524 'browser/importer/firefox_profile_lock_win.cc',
1525 'browser/importer/firefox_proxy_settings.cc', 1525 'browser/importer/firefox_proxy_settings.cc',
1526 'browser/importer/firefox_proxy_settings.h', 1526 'browser/importer/firefox_proxy_settings.h',
1527 'browser/importer/ie_importer.cc', 1527 'browser/importer/ie_importer.cc',
1528 'browser/importer/ie_importer.h', 1528 'browser/importer/ie_importer.h',
1529 'browser/importer/importer.cc', 1529 'browser/importer/importer.cc',
1530 'browser/importer/importer.h', 1530 'browser/importer/importer.h',
1531 'browser/importer/importer_bridge.cc', 1531 'browser/importer/importer_bridge.cc',
1532 'browser/importer/importer_bridge.h', 1532 'browser/importer/importer_bridge.h',
1533 'browser/importer/importer_data_types.h',
1534 'browser/importer/importer_list.cc', 1533 'browser/importer/importer_list.cc',
1535 'browser/importer/importer_list.h', 1534 'browser/importer/importer_list.h',
1536 'browser/importer/mork_reader.cc', 1535 'browser/importer/mork_reader.cc',
1537 'browser/importer/mork_reader.h', 1536 'browser/importer/mork_reader.h',
1538 'browser/importer/nss_decryptor.cc', 1537 'browser/importer/nss_decryptor.cc',
1539 'browser/importer/nss_decryptor.h', 1538 'browser/importer/nss_decryptor.h',
1540 'browser/importer/nss_decryptor_mac.h', 1539 'browser/importer/nss_decryptor_mac.h',
1541 'browser/importer/nss_decryptor_mac.mm', 1540 'browser/importer/nss_decryptor_mac.mm',
1542 'browser/importer/nss_decryptor_system_nss.cc', 1541 'browser/importer/nss_decryptor_system_nss.cc',
1543 'browser/importer/nss_decryptor_system_nss.h', 1542 'browser/importer/nss_decryptor_system_nss.h',
(...skipping 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after
3518 ], 3517 ],
3519 }, 3518 },
3520 ], 3519 ],
3521 } 3520 }
3522 3521
3523 # Local Variables: 3522 # Local Variables:
3524 # tab-width:2 3523 # tab-width:2
3525 # indent-tabs-mode:nil 3524 # indent-tabs-mode:nil
3526 # End: 3525 # End:
3527 # vim: set expandtab tabstop=2 shiftwidth=2: 3526 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/options/content_page_view.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698