| 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 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 'browser/metrics/tracking_synchronizer_observer.h', | 1050 'browser/metrics/tracking_synchronizer_observer.h', |
| 1051 'browser/metrics/variations/resource_request_allowed_notifier.cc', | 1051 'browser/metrics/variations/resource_request_allowed_notifier.cc', |
| 1052 'browser/metrics/variations/resource_request_allowed_notifier.h', | 1052 'browser/metrics/variations/resource_request_allowed_notifier.h', |
| 1053 'browser/metrics/variations/variations_service.cc', | 1053 'browser/metrics/variations/variations_service.cc', |
| 1054 'browser/metrics/variations/variations_service.h', | 1054 'browser/metrics/variations/variations_service.h', |
| 1055 'browser/native_window_notification_source.h', | 1055 'browser/native_window_notification_source.h', |
| 1056 'browser/net/about_protocol_handler.cc', | 1056 'browser/net/about_protocol_handler.cc', |
| 1057 'browser/net/about_protocol_handler.h', | 1057 'browser/net/about_protocol_handler.h', |
| 1058 'browser/net/async_dns_field_trial.cc', | 1058 'browser/net/async_dns_field_trial.cc', |
| 1059 'browser/net/async_dns_field_trial.h', | 1059 'browser/net/async_dns_field_trial.h', |
| 1060 'browser/net/basic_http_user_agent_settings.cc', |
| 1061 'browser/net/basic_http_user_agent_settings.h', |
| 1060 'browser/net/chrome_cookie_notification_details.h', | 1062 'browser/net/chrome_cookie_notification_details.h', |
| 1061 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1063 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1062 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1064 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1065 'browser/net/chrome_http_user_agent_settings.cc', |
| 1066 'browser/net/chrome_http_user_agent_settings.h', |
| 1063 'browser/net/chrome_net_log.cc', | 1067 'browser/net/chrome_net_log.cc', |
| 1064 'browser/net/chrome_net_log.h', | 1068 'browser/net/chrome_net_log.h', |
| 1065 'browser/net/chrome_network_delegate.cc', | 1069 'browser/net/chrome_network_delegate.cc', |
| 1066 'browser/net/chrome_network_delegate.h', | 1070 'browser/net/chrome_network_delegate.h', |
| 1067 'browser/net/chrome_url_request_context.cc', | 1071 'browser/net/chrome_url_request_context.cc', |
| 1068 'browser/net/chrome_url_request_context.h', | 1072 'browser/net/chrome_url_request_context.h', |
| 1069 'browser/net/clear_on_exit_policy.cc', | 1073 'browser/net/clear_on_exit_policy.cc', |
| 1070 'browser/net/clear_on_exit_policy.h', | 1074 'browser/net/clear_on_exit_policy.h', |
| 1071 'browser/net/connect_interceptor.cc', | 1075 'browser/net/connect_interceptor.cc', |
| 1072 'browser/net/connect_interceptor.h', | 1076 'browser/net/connect_interceptor.h', |
| (...skipping 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2915 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2919 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2916 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2920 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2917 }, | 2921 }, |
| 2918 'includes': ['../build/protoc.gypi'], | 2922 'includes': ['../build/protoc.gypi'], |
| 2919 }, | 2923 }, |
| 2920 ], | 2924 ], |
| 2921 }, | 2925 }, |
| 2922 ], | 2926 ], |
| 2923 ], | 2927 ], |
| 2924 } | 2928 } |
| OLD | NEW |