OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1402 'browser/memory_details.cc', | 1402 'browser/memory_details.cc', |
1403 'browser/memory_details.h', | 1403 'browser/memory_details.h', |
1404 'browser/memory_details_android.cc', | 1404 'browser/memory_details_android.cc', |
1405 'browser/memory_details_linux.cc', | 1405 'browser/memory_details_linux.cc', |
1406 'browser/memory_details_mac.cc', | 1406 'browser/memory_details_mac.cc', |
1407 'browser/memory_details_win.cc', | 1407 'browser/memory_details_win.cc', |
1408 'browser/memory_purger.cc', | 1408 'browser/memory_purger.cc', |
1409 'browser/memory_purger.h', | 1409 'browser/memory_purger.h', |
1410 'browser/metrics/field_trial_synchronizer.cc', | 1410 'browser/metrics/field_trial_synchronizer.cc', |
1411 'browser/metrics/field_trial_synchronizer.h', | 1411 'browser/metrics/field_trial_synchronizer.h', |
1412 'browser/metrics/histogram_synchronizer.cc', | |
1413 'browser/metrics/histogram_synchronizer.h', | |
1414 'browser/metrics/metric_event_duration_details.h', | 1412 'browser/metrics/metric_event_duration_details.h', |
1415 'browser/metrics/metrics_log.cc', | 1413 'browser/metrics/metrics_log.cc', |
1416 'browser/metrics/metrics_log.h', | 1414 'browser/metrics/metrics_log.h', |
1417 'browser/metrics/metrics_log_serializer.cc', | 1415 'browser/metrics/metrics_log_serializer.cc', |
1418 'browser/metrics/metrics_log_serializer.h', | 1416 'browser/metrics/metrics_log_serializer.h', |
1419 'browser/metrics/metrics_reporting_scheduler.cc', | 1417 'browser/metrics/metrics_reporting_scheduler.cc', |
1420 'browser/metrics/metrics_reporting_scheduler.h', | 1418 'browser/metrics/metrics_reporting_scheduler.h', |
1421 'browser/metrics/metrics_response.cc', | 1419 'browser/metrics/metrics_response.cc', |
1422 'browser/metrics/metrics_response.h', | 1420 'browser/metrics/metrics_response.h', |
1423 'browser/metrics/metrics_service.cc', | 1421 'browser/metrics/metrics_service.cc', |
(...skipping 3957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5381 'browser/metrics/proto/study.proto', | 5379 'browser/metrics/proto/study.proto', |
5382 ], | 5380 ], |
5383 'variables': { | 5381 'variables': { |
5384 'proto_in_dir': 'browser/metrics/proto', | 5382 'proto_in_dir': 'browser/metrics/proto', |
5385 'proto_out_dir': 'chrome/browser/metrics/proto', | 5383 'proto_out_dir': 'chrome/browser/metrics/proto', |
5386 }, | 5384 }, |
5387 'includes': [ '../build/protoc.gypi' ] | 5385 'includes': [ '../build/protoc.gypi' ] |
5388 }, | 5386 }, |
5389 ], | 5387 ], |
5390 } | 5388 } |
OLD | NEW |