| 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 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1297 'browser/memory_details_linux.cc', | 1297 'browser/memory_details_linux.cc', |
| 1298 'browser/memory_details_mac.cc', | 1298 'browser/memory_details_mac.cc', |
| 1299 'browser/memory_details_win.cc', | 1299 'browser/memory_details_win.cc', |
| 1300 'browser/memory_purger.cc', | 1300 'browser/memory_purger.cc', |
| 1301 'browser/memory_purger.h', | 1301 'browser/memory_purger.h', |
| 1302 'browser/metrics/histogram_synchronizer.cc', | 1302 'browser/metrics/histogram_synchronizer.cc', |
| 1303 'browser/metrics/histogram_synchronizer.h', | 1303 'browser/metrics/histogram_synchronizer.h', |
| 1304 'browser/metrics/metric_event_duration_details.h', | 1304 'browser/metrics/metric_event_duration_details.h', |
| 1305 'browser/metrics/metrics_log.cc', | 1305 'browser/metrics/metrics_log.cc', |
| 1306 'browser/metrics/metrics_log.h', | 1306 'browser/metrics/metrics_log.h', |
| 1307 'browser/metrics/metrics_reporting_scheduler.cc', |
| 1308 'browser/metrics/metrics_reporting_scheduler.h', |
| 1307 'browser/metrics/metrics_response.cc', | 1309 'browser/metrics/metrics_response.cc', |
| 1308 'browser/metrics/metrics_response.h', | 1310 'browser/metrics/metrics_response.h', |
| 1309 'browser/metrics/metrics_service.cc', | 1311 'browser/metrics/metrics_service.cc', |
| 1310 'browser/metrics/metrics_service.h', | 1312 'browser/metrics/metrics_service.h', |
| 1311 'browser/metrics/thread_watcher.cc', | 1313 'browser/metrics/thread_watcher.cc', |
| 1312 'browser/metrics/thread_watcher.h', | 1314 'browser/metrics/thread_watcher.h', |
| 1313 'browser/metrics/user_metrics.cc', | 1315 'browser/metrics/user_metrics.cc', |
| 1314 'browser/metrics/user_metrics.h', | 1316 'browser/metrics/user_metrics.h', |
| 1315 'browser/nacl_host/nacl_broker_host_win.cc', | 1317 'browser/nacl_host/nacl_broker_host_win.cc', |
| 1316 'browser/nacl_host/nacl_broker_host_win.h', | 1318 'browser/nacl_host/nacl_broker_host_win.h', |
| (...skipping 3142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4459 'hard_dependency': 1, | 4461 'hard_dependency': 1, |
| 4460 }, | 4462 }, |
| 4461 ], | 4463 ], |
| 4462 } | 4464 } |
| 4463 | 4465 |
| 4464 # Local Variables: | 4466 # Local Variables: |
| 4465 # tab-width:2 | 4467 # tab-width:2 |
| 4466 # indent-tabs-mode:nil | 4468 # indent-tabs-mode:nil |
| 4467 # End: | 4469 # End: |
| 4468 # vim: set expandtab tabstop=2 shiftwidth=2: | 4470 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |