| OLD | NEW | 
|---|
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be | 
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. | 
| 4 | 4 | 
| 5 { | 5 { | 
| 6   'targets': [ | 6   'targets': [ | 
| 7     { | 7     { | 
| 8       'target_name': 'browser', | 8       'target_name': 'browser', | 
| 9       'type': 'static_library', | 9       'type': 'static_library', | 
| 10       'variables': { 'enable_wexit_time_destructors': 1, }, | 10       'variables': { 'enable_wexit_time_destructors': 1, }, | 
| (...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1112         'browser/net/chrome_http_user_agent_settings.cc', | 1112         'browser/net/chrome_http_user_agent_settings.cc', | 
| 1113         'browser/net/chrome_http_user_agent_settings.h', | 1113         'browser/net/chrome_http_user_agent_settings.h', | 
| 1114         'browser/net/chrome_net_log.cc', | 1114         'browser/net/chrome_net_log.cc', | 
| 1115         'browser/net/chrome_net_log.h', | 1115         'browser/net/chrome_net_log.h', | 
| 1116         'browser/net/chrome_network_delegate.cc', | 1116         'browser/net/chrome_network_delegate.cc', | 
| 1117         'browser/net/chrome_network_delegate.h', | 1117         'browser/net/chrome_network_delegate.h', | 
| 1118         'browser/net/chrome_url_request_context.cc', | 1118         'browser/net/chrome_url_request_context.cc', | 
| 1119         'browser/net/chrome_url_request_context.h', | 1119         'browser/net/chrome_url_request_context.h', | 
| 1120         'browser/net/clear_on_exit_policy.cc', | 1120         'browser/net/clear_on_exit_policy.cc', | 
| 1121         'browser/net/clear_on_exit_policy.h', | 1121         'browser/net/clear_on_exit_policy.h', | 
|  | 1122         'browser/net/client_hints.h', | 
|  | 1123         'browser/net/client_hints.cc', | 
| 1122         'browser/net/connect_interceptor.cc', | 1124         'browser/net/connect_interceptor.cc', | 
| 1123         'browser/net/connect_interceptor.h', | 1125         'browser/net/connect_interceptor.h', | 
| 1124         'browser/net/connection_tester.cc', | 1126         'browser/net/connection_tester.cc', | 
| 1125         'browser/net/connection_tester.h', | 1127         'browser/net/connection_tester.h', | 
| 1126         'browser/net/crl_set_fetcher.cc', | 1128         'browser/net/crl_set_fetcher.cc', | 
| 1127         'browser/net/crl_set_fetcher.h', | 1129         'browser/net/crl_set_fetcher.h', | 
| 1128         'browser/net/dns_probe_job.cc', | 1130         'browser/net/dns_probe_job.cc', | 
| 1129         'browser/net/dns_probe_job.h', | 1131         'browser/net/dns_probe_job.h', | 
| 1130         'browser/net/dns_probe_service.cc', | 1132         'browser/net/dns_probe_service.cc', | 
| 1131         'browser/net/dns_probe_service.h', | 1133         'browser/net/dns_probe_service.h', | 
| (...skipping 1996 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3128           'variables': { | 3130           'variables': { | 
| 3129             'jni_gen_dir': 'chrome', | 3131             'jni_gen_dir': 'chrome', | 
| 3130           }, | 3132           }, | 
| 3131           'includes': [ '../build/jni_generator.gypi' ], | 3133           'includes': [ '../build/jni_generator.gypi' ], | 
| 3132         }, | 3134         }, | 
| 3133       ], | 3135       ], | 
| 3134      }, | 3136      }, | 
| 3135     ], | 3137     ], | 
| 3136   ], | 3138   ], | 
| 3137 } | 3139 } | 
| OLD | NEW | 
|---|