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 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1347 'browser/metrics/metrics_log.cc', | 1347 'browser/metrics/metrics_log.cc', |
1348 'browser/metrics/metrics_log.h', | 1348 'browser/metrics/metrics_log.h', |
1349 'browser/metrics/metrics_reporting_scheduler.cc', | 1349 'browser/metrics/metrics_reporting_scheduler.cc', |
1350 'browser/metrics/metrics_reporting_scheduler.h', | 1350 'browser/metrics/metrics_reporting_scheduler.h', |
1351 'browser/metrics/metrics_response.cc', | 1351 'browser/metrics/metrics_response.cc', |
1352 'browser/metrics/metrics_response.h', | 1352 'browser/metrics/metrics_response.h', |
1353 'browser/metrics/metrics_service.cc', | 1353 'browser/metrics/metrics_service.cc', |
1354 'browser/metrics/metrics_service.h', | 1354 'browser/metrics/metrics_service.h', |
1355 'browser/metrics/thread_watcher.cc', | 1355 'browser/metrics/thread_watcher.cc', |
1356 'browser/metrics/thread_watcher.h', | 1356 'browser/metrics/thread_watcher.h', |
| 1357 'browser/nacl_fork_delegate.cc', |
1357 'browser/nacl_host/nacl_broker_host_win.cc', | 1358 'browser/nacl_host/nacl_broker_host_win.cc', |
1358 'browser/nacl_host/nacl_broker_host_win.h', | 1359 'browser/nacl_host/nacl_broker_host_win.h', |
1359 'browser/nacl_host/nacl_broker_service_win.cc', | 1360 'browser/nacl_host/nacl_broker_service_win.cc', |
1360 'browser/nacl_host/nacl_broker_service_win.h', | 1361 'browser/nacl_host/nacl_broker_service_win.h', |
1361 'browser/nacl_host/nacl_process_host.cc', | 1362 'browser/nacl_host/nacl_process_host.cc', |
1362 'browser/nacl_host/nacl_process_host.h', | 1363 'browser/nacl_host/nacl_process_host.h', |
1363 'browser/net/browser_url_util.cc', | 1364 'browser/net/browser_url_util.cc', |
1364 'browser/net/browser_url_util.h', | 1365 'browser/net/browser_url_util.h', |
1365 'browser/net/chrome_cookie_notification_details.h', | 1366 'browser/net/chrome_cookie_notification_details.h', |
1366 'browser/net/chrome_dns_cert_provenance_checker.cc', | 1367 'browser/net/chrome_dns_cert_provenance_checker.cc', |
(...skipping 3255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4622 'hard_dependency': 1, | 4623 'hard_dependency': 1, |
4623 }, | 4624 }, |
4624 ], | 4625 ], |
4625 } | 4626 } |
4626 | 4627 |
4627 # Local Variables: | 4628 # Local Variables: |
4628 # tab-width:2 | 4629 # tab-width:2 |
4629 # indent-tabs-mode:nil | 4630 # indent-tabs-mode:nil |
4630 # End: | 4631 # End: |
4631 # vim: set expandtab tabstop=2 shiftwidth=2: | 4632 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |