| 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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 'browser/metrics/tracking_synchronizer_observer.h', | 1034 'browser/metrics/tracking_synchronizer_observer.h', |
| 1035 'browser/metrics/variations/resource_request_allowed_notifier.cc', | 1035 'browser/metrics/variations/resource_request_allowed_notifier.cc', |
| 1036 'browser/metrics/variations/resource_request_allowed_notifier.h', | 1036 'browser/metrics/variations/resource_request_allowed_notifier.h', |
| 1037 'browser/metrics/variations/variations_service.cc', | 1037 'browser/metrics/variations/variations_service.cc', |
| 1038 'browser/metrics/variations/variations_service.h', | 1038 'browser/metrics/variations/variations_service.h', |
| 1039 'browser/native_window_notification_source.h', | 1039 'browser/native_window_notification_source.h', |
| 1040 'browser/net/about_protocol_handler.cc', | 1040 'browser/net/about_protocol_handler.cc', |
| 1041 'browser/net/about_protocol_handler.h', | 1041 'browser/net/about_protocol_handler.h', |
| 1042 'browser/net/async_dns_field_trial.cc', | 1042 'browser/net/async_dns_field_trial.cc', |
| 1043 'browser/net/async_dns_field_trial.h', | 1043 'browser/net/async_dns_field_trial.h', |
| 1044 'browser/net/basic_http_user_agent_settings.cc', |
| 1045 'browser/net/basic_http_user_agent_settings.h', |
| 1044 'browser/net/chrome_cookie_notification_details.h', | 1046 'browser/net/chrome_cookie_notification_details.h', |
| 1045 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1047 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1046 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1048 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1049 'browser/net/chrome_http_user_agent_settings.cc', |
| 1050 'browser/net/chrome_http_user_agent_settings.h', |
| 1047 'browser/net/chrome_net_log.cc', | 1051 'browser/net/chrome_net_log.cc', |
| 1048 'browser/net/chrome_net_log.h', | 1052 'browser/net/chrome_net_log.h', |
| 1049 'browser/net/chrome_network_delegate.cc', | 1053 'browser/net/chrome_network_delegate.cc', |
| 1050 'browser/net/chrome_network_delegate.h', | 1054 'browser/net/chrome_network_delegate.h', |
| 1051 'browser/net/chrome_url_request_context.cc', | 1055 'browser/net/chrome_url_request_context.cc', |
| 1052 'browser/net/chrome_url_request_context.h', | 1056 'browser/net/chrome_url_request_context.h', |
| 1053 'browser/net/clear_on_exit_policy.cc', | 1057 'browser/net/clear_on_exit_policy.cc', |
| 1054 'browser/net/clear_on_exit_policy.h', | 1058 'browser/net/clear_on_exit_policy.h', |
| 1055 'browser/net/connect_interceptor.cc', | 1059 'browser/net/connect_interceptor.cc', |
| 1056 'browser/net/connect_interceptor.h', | 1060 'browser/net/connect_interceptor.h', |
| (...skipping 1969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3026 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3030 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3027 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3031 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3028 }, | 3032 }, |
| 3029 'includes': ['../build/protoc.gypi'], | 3033 'includes': ['../build/protoc.gypi'], |
| 3030 }, | 3034 }, |
| 3031 ], | 3035 ], |
| 3032 }, | 3036 }, |
| 3033 ], | 3037 ], |
| 3034 ], | 3038 ], |
| 3035 } | 3039 } |
| OLD | NEW |