| 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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 'browser/metrics/metrics_log_serializer.h', | 974 'browser/metrics/metrics_log_serializer.h', |
| 975 'browser/metrics/metrics_reporting_scheduler.cc', | 975 'browser/metrics/metrics_reporting_scheduler.cc', |
| 976 'browser/metrics/metrics_reporting_scheduler.h', | 976 'browser/metrics/metrics_reporting_scheduler.h', |
| 977 'browser/metrics/metrics_service.cc', | 977 'browser/metrics/metrics_service.cc', |
| 978 'browser/metrics/metrics_service.h', | 978 'browser/metrics/metrics_service.h', |
| 979 'browser/metrics/thread_watcher.cc', | 979 'browser/metrics/thread_watcher.cc', |
| 980 'browser/metrics/thread_watcher.h', | 980 'browser/metrics/thread_watcher.h', |
| 981 'browser/metrics/tracking_synchronizer.cc', | 981 'browser/metrics/tracking_synchronizer.cc', |
| 982 'browser/metrics/tracking_synchronizer.h', | 982 'browser/metrics/tracking_synchronizer.h', |
| 983 'browser/metrics/tracking_synchronizer_observer.h', | 983 'browser/metrics/tracking_synchronizer_observer.h', |
| 984 'browser/metrics/variations/resource_request_allowed_notifier.cc', |
| 985 'browser/metrics/variations/resource_request_allowed_notifier.h', |
| 984 'browser/metrics/variations/variations_service.cc', | 986 'browser/metrics/variations/variations_service.cc', |
| 985 'browser/metrics/variations/variations_service.h', | 987 'browser/metrics/variations/variations_service.h', |
| 986 'browser/native_window_notification_source.h', | 988 'browser/native_window_notification_source.h', |
| 987 'browser/net/about_protocol_handler.cc', | 989 'browser/net/about_protocol_handler.cc', |
| 988 'browser/net/about_protocol_handler.h', | 990 'browser/net/about_protocol_handler.h', |
| 989 'browser/net/async_dns_field_trial.cc', | 991 'browser/net/async_dns_field_trial.cc', |
| 990 'browser/net/async_dns_field_trial.h', | 992 'browser/net/async_dns_field_trial.h', |
| 991 'browser/net/chrome_cookie_notification_details.h', | 993 'browser/net/chrome_cookie_notification_details.h', |
| 992 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 994 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 993 'browser/net/chrome_fraudulent_certificate_reporter.h', | 995 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| (...skipping 1779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2773 'includes': [ '../build/jni_generator.gypi' ], | 2775 'includes': [ '../build/jni_generator.gypi' ], |
| 2774 'dependencies': [ | 2776 'dependencies': [ |
| 2775 'android_jar_jni_headers', | 2777 'android_jar_jni_headers', |
| 2776 ], | 2778 ], |
| 2777 }, | 2779 }, |
| 2778 ], | 2780 ], |
| 2779 }, | 2781 }, |
| 2780 ], | 2782 ], |
| 2781 ], | 2783 ], |
| 2782 } | 2784 } |
| OLD | NEW |