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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1331 'browser/mac/authorization_util.h', | 1331 'browser/mac/authorization_util.h', |
1332 'browser/mac/authorization_util.mm', | 1332 'browser/mac/authorization_util.mm', |
1333 'browser/mac/file_metadata.h', | 1333 'browser/mac/file_metadata.h', |
1334 'browser/mac/file_metadata.mm', | 1334 'browser/mac/file_metadata.mm', |
1335 'browser/mac/install_from_dmg.h', | 1335 'browser/mac/install_from_dmg.h', |
1336 'browser/mac/install_from_dmg.mm', | 1336 'browser/mac/install_from_dmg.mm', |
1337 'browser/mac/keystone_glue.h', | 1337 'browser/mac/keystone_glue.h', |
1338 'browser/mac/keystone_glue.mm', | 1338 'browser/mac/keystone_glue.mm', |
1339 'browser/mac/keystone_registration.h', | 1339 'browser/mac/keystone_registration.h', |
1340 'browser/mac/keystone_registration.mm', | 1340 'browser/mac/keystone_registration.mm', |
| 1341 'browser/mac/launchd.cc', |
| 1342 'browser/mac/launchd.h', |
1341 'browser/mac/relauncher.cc', | 1343 'browser/mac/relauncher.cc', |
1342 'browser/mac/relauncher.h', | 1344 'browser/mac/relauncher.h', |
1343 'browser/mac/scoped_authorizationref.h', | 1345 'browser/mac/scoped_authorizationref.h', |
1344 'browser/mac/scoped_ioobject.h', | 1346 'browser/mac/scoped_ioobject.h', |
| 1347 'browser/mac/scoped_launch_data.h', |
1345 'browser/media/media_internals.cc', | 1348 'browser/media/media_internals.cc', |
1346 'browser/media/media_internals.h', | 1349 'browser/media/media_internals.h', |
1347 'browser/memory_details.cc', | 1350 'browser/memory_details.cc', |
1348 'browser/memory_details.h', | 1351 'browser/memory_details.h', |
1349 'browser/memory_details_linux.cc', | 1352 'browser/memory_details_linux.cc', |
1350 'browser/memory_details_mac.cc', | 1353 'browser/memory_details_mac.cc', |
1351 'browser/memory_details_win.cc', | 1354 'browser/memory_details_win.cc', |
1352 'browser/memory_purger.cc', | 1355 'browser/memory_purger.cc', |
1353 'browser/memory_purger.h', | 1356 'browser/memory_purger.h', |
1354 'browser/metrics/display_utils_mac.cc', | 1357 'browser/metrics/display_utils_mac.cc', |
(...skipping 3366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4721 'hard_dependency': 1, | 4724 'hard_dependency': 1, |
4722 }, | 4725 }, |
4723 ], | 4726 ], |
4724 } | 4727 } |
4725 | 4728 |
4726 # Local Variables: | 4729 # Local Variables: |
4727 # tab-width:2 | 4730 # tab-width:2 |
4728 # indent-tabs-mode:nil | 4731 # indent-tabs-mode:nil |
4729 # End: | 4732 # End: |
4730 # vim: set expandtab tabstop=2 shiftwidth=2: | 4733 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |