| 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 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1161 'browser/net/sdch_dictionary_fetcher.cc', | 1161 'browser/net/sdch_dictionary_fetcher.cc', |
| 1162 'browser/net/sdch_dictionary_fetcher.h', | 1162 'browser/net/sdch_dictionary_fetcher.h', |
| 1163 'browser/net/service_providers_win.cc', | 1163 'browser/net/service_providers_win.cc', |
| 1164 'browser/net/service_providers_win.h', | 1164 'browser/net/service_providers_win.h', |
| 1165 'browser/net/spdyproxy/http_auth_handler_spdyproxy.cc', | 1165 'browser/net/spdyproxy/http_auth_handler_spdyproxy.cc', |
| 1166 'browser/net/spdyproxy/http_auth_handler_spdyproxy.h', | 1166 'browser/net/spdyproxy/http_auth_handler_spdyproxy.h', |
| 1167 'browser/net/sqlite_server_bound_cert_store.cc', | 1167 'browser/net/sqlite_server_bound_cert_store.cc', |
| 1168 'browser/net/sqlite_server_bound_cert_store.h', | 1168 'browser/net/sqlite_server_bound_cert_store.h', |
| 1169 'browser/net/ssl_config_service_manager.h', | 1169 'browser/net/ssl_config_service_manager.h', |
| 1170 'browser/net/ssl_config_service_manager_pref.cc', | 1170 'browser/net/ssl_config_service_manager_pref.cc', |
| 1171 'browser/net/timed_cache.cc', |
| 1172 'browser/net/timed_cache.h', |
| 1171 'browser/net/transport_security_persister.cc', | 1173 'browser/net/transport_security_persister.cc', |
| 1172 'browser/net/transport_security_persister.h', | 1174 'browser/net/transport_security_persister.h', |
| 1173 'browser/net/url_fixer_upper.cc', | 1175 'browser/net/url_fixer_upper.cc', |
| 1174 'browser/net/url_fixer_upper.h', | 1176 'browser/net/url_fixer_upper.h', |
| 1175 'browser/net/url_info.cc', | 1177 'browser/net/url_info.cc', |
| 1176 'browser/net/url_info.h', | 1178 'browser/net/url_info.h', |
| 1177 'browser/notifications/balloon.cc', | 1179 'browser/notifications/balloon.cc', |
| 1178 'browser/notifications/balloon.h', | 1180 'browser/notifications/balloon.h', |
| 1179 'browser/notifications/balloon_collection.cc', | 1181 'browser/notifications/balloon_collection.cc', |
| 1180 'browser/notifications/balloon_collection.h', | 1182 'browser/notifications/balloon_collection.h', |
| (...skipping 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3233 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3235 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3234 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3236 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3235 }, | 3237 }, |
| 3236 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3238 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3237 }, | 3239 }, |
| 3238 ], | 3240 ], |
| 3239 }, | 3241 }, |
| 3240 ], | 3242 ], |
| 3241 ], | 3243 ], |
| 3242 } | 3244 } |
| OLD | NEW |