OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |