| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1342 'browser/mac/authorization_util.mm', | 1342 'browser/mac/authorization_util.mm', |
| 1343 'browser/mac/file_metadata.h', | 1343 'browser/mac/file_metadata.h', |
| 1344 'browser/mac/file_metadata.mm', | 1344 'browser/mac/file_metadata.mm', |
| 1345 'browser/mac/install_from_dmg.h', | 1345 'browser/mac/install_from_dmg.h', |
| 1346 'browser/mac/install_from_dmg.mm', | 1346 'browser/mac/install_from_dmg.mm', |
| 1347 'browser/mac/keystone_glue.h', | 1347 'browser/mac/keystone_glue.h', |
| 1348 'browser/mac/keystone_glue.mm', | 1348 'browser/mac/keystone_glue.mm', |
| 1349 'browser/mac/keystone_registration.h', | 1349 'browser/mac/keystone_registration.h', |
| 1350 'browser/mac/keystone_registration.mm', | 1350 'browser/mac/keystone_registration.mm', |
| 1351 'browser/mac/scoped_authorizationref.h', | 1351 'browser/mac/scoped_authorizationref.h', |
| 1352 'browser/mach_broker_mac.cc', | |
| 1353 'browser/mach_broker_mac.h', | |
| 1354 'browser/memory_details.cc', | 1352 'browser/memory_details.cc', |
| 1355 'browser/memory_details.h', | 1353 'browser/memory_details.h', |
| 1356 'browser/memory_details_linux.cc', | 1354 'browser/memory_details_linux.cc', |
| 1357 'browser/memory_details_mac.cc', | 1355 'browser/memory_details_mac.cc', |
| 1358 'browser/memory_details_win.cc', | 1356 'browser/memory_details_win.cc', |
| 1359 'browser/memory_purger.cc', | 1357 'browser/memory_purger.cc', |
| 1360 'browser/memory_purger.h', | 1358 'browser/memory_purger.h', |
| 1361 'browser/metrics/display_utils_mac.cc', | 1359 'browser/metrics/display_utils_mac.cc', |
| 1362 'browser/metrics/display_utils_posix.cc', | 1360 'browser/metrics/display_utils_posix.cc', |
| 1363 'browser/metrics/display_utils_win.cc', | 1361 'browser/metrics/display_utils_win.cc', |
| (...skipping 3310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4674 'hard_dependency': 1, | 4672 'hard_dependency': 1, |
| 4675 }, | 4673 }, |
| 4676 ], | 4674 ], |
| 4677 } | 4675 } |
| 4678 | 4676 |
| 4679 # Local Variables: | 4677 # Local Variables: |
| 4680 # tab-width:2 | 4678 # tab-width:2 |
| 4681 # indent-tabs-mode:nil | 4679 # indent-tabs-mode:nil |
| 4682 # End: | 4680 # End: |
| 4683 # vim: set expandtab tabstop=2 shiftwidth=2: | 4681 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |