OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1226 'browser/importer/nss_decryptor_system_nss.cc', | 1226 'browser/importer/nss_decryptor_system_nss.cc', |
1227 'browser/importer/nss_decryptor_system_nss.h', | 1227 'browser/importer/nss_decryptor_system_nss.h', |
1228 'browser/importer/nss_decryptor_win.cc', | 1228 'browser/importer/nss_decryptor_win.cc', |
1229 'browser/importer/nss_decryptor_win.h', | 1229 'browser/importer/nss_decryptor_win.h', |
1230 'browser/importer/profile_writer.cc', | 1230 'browser/importer/profile_writer.cc', |
1231 'browser/importer/profile_writer.h', | 1231 'browser/importer/profile_writer.h', |
1232 'browser/importer/safari_importer.h', | 1232 'browser/importer/safari_importer.h', |
1233 'browser/importer/safari_importer.mm', | 1233 'browser/importer/safari_importer.mm', |
1234 'browser/importer/toolbar_importer.cc', | 1234 'browser/importer/toolbar_importer.cc', |
1235 'browser/importer/toolbar_importer.h', | 1235 'browser/importer/toolbar_importer.h', |
| 1236 'browser/importer/toolbar_importer_utils.cc', |
| 1237 'browser/importer/toolbar_importer_utils.h', |
1236 'browser/instant/instant_commit_type.h', | 1238 'browser/instant/instant_commit_type.h', |
1237 'browser/instant/instant_confirm_dialog.cc', | 1239 'browser/instant/instant_confirm_dialog.cc', |
1238 'browser/instant/instant_confirm_dialog.h', | 1240 'browser/instant/instant_confirm_dialog.h', |
1239 'browser/instant/instant_controller.cc', | 1241 'browser/instant/instant_controller.cc', |
1240 'browser/instant/instant_controller.h', | 1242 'browser/instant/instant_controller.h', |
1241 'browser/instant/instant_delegate.h', | 1243 'browser/instant/instant_delegate.h', |
1242 'browser/instant/instant_loader.cc', | 1244 'browser/instant/instant_loader.cc', |
1243 'browser/instant/instant_loader.h', | 1245 'browser/instant/instant_loader.h', |
1244 'browser/instant/instant_loader_delegate.h', | 1246 'browser/instant/instant_loader_delegate.h', |
1245 'browser/instant/instant_loader_manager.cc', | 1247 'browser/instant/instant_loader_manager.cc', |
(...skipping 3085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4331 ], | 4333 ], |
4332 }, | 4334 }, |
4333 ], | 4335 ], |
4334 } | 4336 } |
4335 | 4337 |
4336 # Local Variables: | 4338 # Local Variables: |
4337 # tab-width:2 | 4339 # tab-width:2 |
4338 # indent-tabs-mode:nil | 4340 # indent-tabs-mode:nil |
4339 # End: | 4341 # End: |
4340 # vim: set expandtab tabstop=2 shiftwidth=2: | 4342 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |