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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1024 'browser/metrics/metrics_service.h', | 1024 'browser/metrics/metrics_service.h', |
1025 'browser/metrics/thread_watcher.cc', | 1025 'browser/metrics/thread_watcher.cc', |
1026 'browser/metrics/thread_watcher.h', | 1026 'browser/metrics/thread_watcher.h', |
1027 'browser/metrics/tracking_synchronizer.cc', | 1027 'browser/metrics/tracking_synchronizer.cc', |
1028 'browser/metrics/tracking_synchronizer.h', | 1028 'browser/metrics/tracking_synchronizer.h', |
1029 'browser/metrics/tracking_synchronizer_observer.h', | 1029 'browser/metrics/tracking_synchronizer_observer.h', |
1030 'browser/metrics/variations/resource_request_allowed_notifier.cc', | 1030 'browser/metrics/variations/resource_request_allowed_notifier.cc', |
1031 'browser/metrics/variations/resource_request_allowed_notifier.h', | 1031 'browser/metrics/variations/resource_request_allowed_notifier.h', |
1032 'browser/metrics/variations/variations_service.cc', | 1032 'browser/metrics/variations/variations_service.cc', |
1033 'browser/metrics/variations/variations_service.h', | 1033 'browser/metrics/variations/variations_service.h', |
| 1034 'browser/metro_viewer/metro_viewer_process_host_win.cc', |
| 1035 'browser/metro_viewer/metro_viewer_process_host_win.h', |
1034 'browser/native_window_notification_source.h', | 1036 'browser/native_window_notification_source.h', |
1035 'browser/net/about_protocol_handler.cc', | 1037 'browser/net/about_protocol_handler.cc', |
1036 'browser/net/about_protocol_handler.h', | 1038 'browser/net/about_protocol_handler.h', |
1037 'browser/net/async_dns_field_trial.cc', | 1039 'browser/net/async_dns_field_trial.cc', |
1038 'browser/net/async_dns_field_trial.h', | 1040 'browser/net/async_dns_field_trial.h', |
1039 'browser/net/chrome_cookie_notification_details.h', | 1041 'browser/net/chrome_cookie_notification_details.h', |
1040 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1042 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
1041 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1043 'browser/net/chrome_fraudulent_certificate_reporter.h', |
1042 'browser/net/chrome_net_log.cc', | 1044 'browser/net/chrome_net_log.cc', |
1043 'browser/net/chrome_net_log.h', | 1045 'browser/net/chrome_net_log.h', |
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2828 'variables': { | 2830 'variables': { |
2829 'jni_gen_dir': 'chrome', | 2831 'jni_gen_dir': 'chrome', |
2830 }, | 2832 }, |
2831 'includes': [ '../build/jni_generator.gypi' ], | 2833 'includes': [ '../build/jni_generator.gypi' ], |
2832 }, | 2834 }, |
2833 ], | 2835 ], |
2834 }, | 2836 }, |
2835 ], | 2837 ], |
2836 ], | 2838 ], |
2837 } | 2839 } |
OLD | NEW |