| 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 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1084 'browser/net/quoted_printable.cc', | 1084 'browser/net/quoted_printable.cc', |
| 1085 'browser/net/quoted_printable.h', | 1085 'browser/net/quoted_printable.h', |
| 1086 'browser/net/referrer.cc', | 1086 'browser/net/referrer.cc', |
| 1087 'browser/net/referrer.h', | 1087 'browser/net/referrer.h', |
| 1088 'browser/net/resource_prefetch_predictor_observer.cc', | 1088 'browser/net/resource_prefetch_predictor_observer.cc', |
| 1089 'browser/net/resource_prefetch_predictor_observer.h', | 1089 'browser/net/resource_prefetch_predictor_observer.h', |
| 1090 'browser/net/sdch_dictionary_fetcher.cc', | 1090 'browser/net/sdch_dictionary_fetcher.cc', |
| 1091 'browser/net/sdch_dictionary_fetcher.h', | 1091 'browser/net/sdch_dictionary_fetcher.h', |
| 1092 'browser/net/service_providers_win.cc', | 1092 'browser/net/service_providers_win.cc', |
| 1093 'browser/net/service_providers_win.h', | 1093 'browser/net/service_providers_win.h', |
| 1094 'browser/net/spdyproxy/http_auth_handler_spdyproxy.cc', |
| 1095 'browser/net/spdyproxy/http_auth_handler_spdyproxy.h', |
| 1094 'browser/net/sqlite_persistent_cookie_store.cc', | 1096 'browser/net/sqlite_persistent_cookie_store.cc', |
| 1095 'browser/net/sqlite_persistent_cookie_store.h', | 1097 'browser/net/sqlite_persistent_cookie_store.h', |
| 1096 'browser/net/sqlite_server_bound_cert_store.cc', | 1098 'browser/net/sqlite_server_bound_cert_store.cc', |
| 1097 'browser/net/sqlite_server_bound_cert_store.h', | 1099 'browser/net/sqlite_server_bound_cert_store.h', |
| 1098 'browser/net/ssl_config_service_manager.h', | 1100 'browser/net/ssl_config_service_manager.h', |
| 1099 'browser/net/ssl_config_service_manager_pref.cc', | 1101 'browser/net/ssl_config_service_manager_pref.cc', |
| 1100 'browser/net/transport_security_persister.cc', | 1102 'browser/net/transport_security_persister.cc', |
| 1101 'browser/net/transport_security_persister.h', | 1103 'browser/net/transport_security_persister.h', |
| 1102 'browser/net/url_fixer_upper.cc', | 1104 'browser/net/url_fixer_upper.cc', |
| 1103 'browser/net/url_fixer_upper.h', | 1105 'browser/net/url_fixer_upper.h', |
| (...skipping 1724 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 |