| 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 1539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1550 'browser/memory_details.h', | 1550 'browser/memory_details.h', |
| 1551 'browser/memory_details_linux.cc', | 1551 'browser/memory_details_linux.cc', |
| 1552 'browser/memory_details_mac.cc', | 1552 'browser/memory_details_mac.cc', |
| 1553 'browser/memory_details_win.cc', | 1553 'browser/memory_details_win.cc', |
| 1554 'browser/memory_purger.cc', | 1554 'browser/memory_purger.cc', |
| 1555 'browser/memory_purger.h', | 1555 'browser/memory_purger.h', |
| 1556 'browser/metrics/field_trial_synchronizer.cc', | 1556 'browser/metrics/field_trial_synchronizer.cc', |
| 1557 'browser/metrics/field_trial_synchronizer.h', | 1557 'browser/metrics/field_trial_synchronizer.h', |
| 1558 'browser/metrics/histogram_synchronizer.cc', | 1558 'browser/metrics/histogram_synchronizer.cc', |
| 1559 'browser/metrics/histogram_synchronizer.h', | 1559 'browser/metrics/histogram_synchronizer.h', |
| 1560 'browser/metrics/tracking_synchronizer.cc', |
| 1561 'browser/metrics/tracking_synchronizer.h', |
| 1560 'browser/metrics/metric_event_duration_details.h', | 1562 'browser/metrics/metric_event_duration_details.h', |
| 1561 'browser/metrics/metrics_log.cc', | 1563 'browser/metrics/metrics_log.cc', |
| 1562 'browser/metrics/metrics_log.h', | 1564 'browser/metrics/metrics_log.h', |
| 1563 'browser/metrics/metrics_log_serializer.cc', | 1565 'browser/metrics/metrics_log_serializer.cc', |
| 1564 'browser/metrics/metrics_log_serializer.h', | 1566 'browser/metrics/metrics_log_serializer.h', |
| 1565 'browser/metrics/metrics_reporting_scheduler.cc', | 1567 'browser/metrics/metrics_reporting_scheduler.cc', |
| 1566 'browser/metrics/metrics_reporting_scheduler.h', | 1568 'browser/metrics/metrics_reporting_scheduler.h', |
| 1567 'browser/metrics/metrics_response.cc', | 1569 'browser/metrics/metrics_response.cc', |
| 1568 'browser/metrics/metrics_response.h', | 1570 'browser/metrics/metrics_response.h', |
| 1569 'browser/metrics/metrics_service.cc', | 1571 'browser/metrics/metrics_service.cc', |
| (...skipping 3666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5236 'type': 'static_library', | 5238 'type': 'static_library', |
| 5237 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5239 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5238 'variables': { | 5240 'variables': { |
| 5239 'proto_in_dir': 'browser/history', | 5241 'proto_in_dir': 'browser/history', |
| 5240 'proto_out_dir': 'chrome/browser/history', | 5242 'proto_out_dir': 'chrome/browser/history', |
| 5241 }, | 5243 }, |
| 5242 'includes': [ '../build/protoc.gypi' ] | 5244 'includes': [ '../build/protoc.gypi' ] |
| 5243 }, | 5245 }, |
| 5244 ], | 5246 ], |
| 5245 } | 5247 } |
| OLD | NEW |