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 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1536 'browser/memory_details.h', | 1536 'browser/memory_details.h', |
1537 'browser/memory_details_linux.cc', | 1537 'browser/memory_details_linux.cc', |
1538 'browser/memory_details_mac.cc', | 1538 'browser/memory_details_mac.cc', |
1539 'browser/memory_details_win.cc', | 1539 'browser/memory_details_win.cc', |
1540 'browser/memory_purger.cc', | 1540 'browser/memory_purger.cc', |
1541 'browser/memory_purger.h', | 1541 'browser/memory_purger.h', |
1542 'browser/metrics/field_trial_synchronizer.cc', | 1542 'browser/metrics/field_trial_synchronizer.cc', |
1543 'browser/metrics/field_trial_synchronizer.h', | 1543 'browser/metrics/field_trial_synchronizer.h', |
1544 'browser/metrics/histogram_synchronizer.cc', | 1544 'browser/metrics/histogram_synchronizer.cc', |
1545 'browser/metrics/histogram_synchronizer.h', | 1545 'browser/metrics/histogram_synchronizer.h', |
| 1546 'browser/metrics/tracking_synchronizer.cc', |
| 1547 'browser/metrics/tracking_synchronizer.h', |
1546 'browser/metrics/metric_event_duration_details.h', | 1548 'browser/metrics/metric_event_duration_details.h', |
1547 'browser/metrics/metrics_log.cc', | 1549 'browser/metrics/metrics_log.cc', |
1548 'browser/metrics/metrics_log.h', | 1550 'browser/metrics/metrics_log.h', |
1549 'browser/metrics/metrics_log_serializer.cc', | 1551 'browser/metrics/metrics_log_serializer.cc', |
1550 'browser/metrics/metrics_log_serializer.h', | 1552 'browser/metrics/metrics_log_serializer.h', |
1551 'browser/metrics/metrics_reporting_scheduler.cc', | 1553 'browser/metrics/metrics_reporting_scheduler.cc', |
1552 'browser/metrics/metrics_reporting_scheduler.h', | 1554 'browser/metrics/metrics_reporting_scheduler.h', |
1553 'browser/metrics/metrics_response.cc', | 1555 'browser/metrics/metrics_response.cc', |
1554 'browser/metrics/metrics_response.h', | 1556 'browser/metrics/metrics_response.h', |
1555 'browser/metrics/metrics_service.cc', | 1557 'browser/metrics/metrics_service.cc', |
(...skipping 3653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5209 'type': 'static_library', | 5211 'type': 'static_library', |
5210 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5212 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5211 'variables': { | 5213 'variables': { |
5212 'proto_in_dir': 'browser/history', | 5214 'proto_in_dir': 'browser/history', |
5213 'proto_out_dir': 'chrome/browser/history', | 5215 'proto_out_dir': 'chrome/browser/history', |
5214 }, | 5216 }, |
5215 'includes': [ '../build/protoc.gypi' ] | 5217 'includes': [ '../build/protoc.gypi' ] |
5216 }, | 5218 }, |
5217 ], | 5219 ], |
5218 } | 5220 } |
OLD | NEW |