| 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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1025 'browser/metrics/tracking_synchronizer.cc', | 1025 'browser/metrics/tracking_synchronizer.cc', |
| 1026 'browser/metrics/tracking_synchronizer.h', | 1026 'browser/metrics/tracking_synchronizer.h', |
| 1027 'browser/metrics/tracking_synchronizer_observer.h', | 1027 'browser/metrics/tracking_synchronizer_observer.h', |
| 1028 'browser/metrics/variations/variations_service.cc', | 1028 'browser/metrics/variations/variations_service.cc', |
| 1029 'browser/metrics/variations/variations_service.h', | 1029 'browser/metrics/variations/variations_service.h', |
| 1030 'browser/native_window_notification_source.h', | 1030 'browser/native_window_notification_source.h', |
| 1031 'browser/net/about_protocol_handler.cc', | 1031 'browser/net/about_protocol_handler.cc', |
| 1032 'browser/net/about_protocol_handler.h', | 1032 'browser/net/about_protocol_handler.h', |
| 1033 'browser/net/async_dns_field_trial.cc', | 1033 'browser/net/async_dns_field_trial.cc', |
| 1034 'browser/net/async_dns_field_trial.h', | 1034 'browser/net/async_dns_field_trial.h', |
| 1035 'browser/net/basic_http_user_agent_settings.cc', |
| 1036 'browser/net/basic_http_user_agent_settings.h', |
| 1035 'browser/net/chrome_cookie_notification_details.h', | 1037 'browser/net/chrome_cookie_notification_details.h', |
| 1036 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1038 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1037 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1039 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1038 'browser/net/chrome_net_log.cc', | 1040 'browser/net/chrome_net_log.cc', |
| 1039 'browser/net/chrome_net_log.h', | 1041 'browser/net/chrome_net_log.h', |
| 1040 'browser/net/chrome_network_delegate.cc', | 1042 'browser/net/chrome_network_delegate.cc', |
| 1041 'browser/net/chrome_network_delegate.h', | 1043 'browser/net/chrome_network_delegate.h', |
| 1042 'browser/net/chrome_url_request_context.cc', | 1044 'browser/net/chrome_url_request_context.cc', |
| 1043 'browser/net/chrome_url_request_context.h', | 1045 'browser/net/chrome_url_request_context.h', |
| 1044 'browser/net/clear_on_exit_policy.cc', | 1046 'browser/net/clear_on_exit_policy.cc', |
| (...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2838 'includes': [ '../build/jni_generator.gypi' ], | 2840 'includes': [ '../build/jni_generator.gypi' ], |
| 2839 'dependencies': [ | 2841 'dependencies': [ |
| 2840 'android_jar_jni_headers', | 2842 'android_jar_jni_headers', |
| 2841 ], | 2843 ], |
| 2842 }, | 2844 }, |
| 2843 ], | 2845 ], |
| 2844 }, | 2846 }, |
| 2845 ], | 2847 ], |
| 2846 ], | 2848 ], |
| 2847 } | 2849 } |
| OLD | NEW |