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 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1421 'browser/metrics/metrics_service.cc', | 1421 'browser/metrics/metrics_service.cc', |
1422 'browser/metrics/metrics_service.h', | 1422 'browser/metrics/metrics_service.h', |
1423 'browser/metrics/thread_watcher.cc', | 1423 'browser/metrics/thread_watcher.cc', |
1424 'browser/metrics/thread_watcher.h', | 1424 'browser/metrics/thread_watcher.h', |
1425 'browser/metrics/tracking_synchronizer.cc', | 1425 'browser/metrics/tracking_synchronizer.cc', |
1426 'browser/metrics/tracking_synchronizer.h', | 1426 'browser/metrics/tracking_synchronizer.h', |
1427 'browser/metrics/tracking_synchronizer_observer.h', | 1427 'browser/metrics/tracking_synchronizer_observer.h', |
1428 'browser/metrics/variations_service.cc', | 1428 'browser/metrics/variations_service.cc', |
1429 'browser/metrics/variations_service.h', | 1429 'browser/metrics/variations_service.h', |
1430 'browser/native_window_notification_source.h', | 1430 'browser/native_window_notification_source.h', |
| 1431 'browser/net/cache_stats.cc', |
| 1432 'browser/net/cache_stats.h', |
1431 'browser/net/chrome_cookie_notification_details.h', | 1433 'browser/net/chrome_cookie_notification_details.h', |
1432 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1434 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
1433 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1435 'browser/net/chrome_fraudulent_certificate_reporter.h', |
1434 'browser/net/chrome_net_log.cc', | 1436 'browser/net/chrome_net_log.cc', |
1435 'browser/net/chrome_net_log.h', | 1437 'browser/net/chrome_net_log.h', |
1436 'browser/net/chrome_network_delegate.cc', | 1438 'browser/net/chrome_network_delegate.cc', |
1437 'browser/net/chrome_network_delegate.h', | 1439 'browser/net/chrome_network_delegate.h', |
1438 'browser/net/chrome_url_request_context.cc', | 1440 'browser/net/chrome_url_request_context.cc', |
1439 'browser/net/chrome_url_request_context.h', | 1441 'browser/net/chrome_url_request_context.h', |
1440 'browser/net/clear_on_exit_policy.cc', | 1442 'browser/net/clear_on_exit_policy.cc', |
(...skipping 3929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5370 'browser/metrics/proto/study.proto', | 5372 'browser/metrics/proto/study.proto', |
5371 ], | 5373 ], |
5372 'variables': { | 5374 'variables': { |
5373 'proto_in_dir': 'browser/metrics/proto', | 5375 'proto_in_dir': 'browser/metrics/proto', |
5374 'proto_out_dir': 'chrome/browser/metrics/proto', | 5376 'proto_out_dir': 'chrome/browser/metrics/proto', |
5375 }, | 5377 }, |
5376 'includes': [ '../build/protoc.gypi' ] | 5378 'includes': [ '../build/protoc.gypi' ] |
5377 }, | 5379 }, |
5378 ], | 5380 ], |
5379 } | 5381 } |
OLD | NEW |