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 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1349 'browser/memory_purger.h', | 1349 'browser/memory_purger.h', |
1350 'browser/metrics/histogram_synchronizer.cc', | 1350 'browser/metrics/histogram_synchronizer.cc', |
1351 'browser/metrics/histogram_synchronizer.h', | 1351 'browser/metrics/histogram_synchronizer.h', |
1352 'browser/metrics/metric_event_duration_details.h', | 1352 'browser/metrics/metric_event_duration_details.h', |
1353 'browser/metrics/metrics_log.cc', | 1353 'browser/metrics/metrics_log.cc', |
1354 'browser/metrics/metrics_log.h', | 1354 'browser/metrics/metrics_log.h', |
1355 'browser/metrics/metrics_response.cc', | 1355 'browser/metrics/metrics_response.cc', |
1356 'browser/metrics/metrics_response.h', | 1356 'browser/metrics/metrics_response.h', |
1357 'browser/metrics/metrics_service.cc', | 1357 'browser/metrics/metrics_service.cc', |
1358 'browser/metrics/metrics_service.h', | 1358 'browser/metrics/metrics_service.h', |
| 1359 'browser/metrics/thread_watcher.cc', |
| 1360 'browser/metrics/thread_watcher.h', |
1359 'browser/metrics/user_metrics.cc', | 1361 'browser/metrics/user_metrics.cc', |
1360 'browser/metrics/user_metrics.h', | 1362 'browser/metrics/user_metrics.h', |
1361 'browser/nacl_host/nacl_broker_host_win.cc', | 1363 'browser/nacl_host/nacl_broker_host_win.cc', |
1362 'browser/nacl_host/nacl_broker_host_win.h', | 1364 'browser/nacl_host/nacl_broker_host_win.h', |
1363 'browser/nacl_host/nacl_broker_service_win.cc', | 1365 'browser/nacl_host/nacl_broker_service_win.cc', |
1364 'browser/nacl_host/nacl_broker_service_win.h', | 1366 'browser/nacl_host/nacl_broker_service_win.h', |
1365 'browser/nacl_host/nacl_process_host.cc', | 1367 'browser/nacl_host/nacl_process_host.cc', |
1366 'browser/nacl_host/nacl_process_host.h', | 1368 'browser/nacl_host/nacl_process_host.h', |
1367 'browser/net/blob_url_request_job_factory.cc', | 1369 'browser/net/blob_url_request_job_factory.cc', |
1368 'browser/net/blob_url_request_job_factory.h', | 1370 'browser/net/blob_url_request_job_factory.h', |
(...skipping 3114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4483 ], | 4485 ], |
4484 }, | 4486 }, |
4485 ], | 4487 ], |
4486 } | 4488 } |
4487 | 4489 |
4488 # Local Variables: | 4490 # Local Variables: |
4489 # tab-width:2 | 4491 # tab-width:2 |
4490 # indent-tabs-mode:nil | 4492 # indent-tabs-mode:nil |
4491 # End: | 4493 # End: |
4492 # vim: set expandtab tabstop=2 shiftwidth=2: | 4494 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |