Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: content/content_browser.gypi

Issue 2053693002: WIP: Move 'Upgrade-Insecure-Requests' to the browser process. Base URL: https://chromium.googlesource.com/chromium/src.git@replicate
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 'browser/mojo/mojo_application_host.cc', 1138 'browser/mojo/mojo_application_host.cc',
1139 'browser/mojo/mojo_application_host.h', 1139 'browser/mojo/mojo_application_host.h',
1140 'browser/mojo/mojo_child_connection.cc', 1140 'browser/mojo/mojo_child_connection.cc',
1141 'browser/mojo/mojo_child_connection.h', 1141 'browser/mojo/mojo_child_connection.h',
1142 'browser/mojo/mojo_shell_context.cc', 1142 'browser/mojo/mojo_shell_context.cc',
1143 'browser/mojo/mojo_shell_context.h', 1143 'browser/mojo/mojo_shell_context.h',
1144 'browser/mojo/service_registrar_android.cc', 1144 'browser/mojo/service_registrar_android.cc',
1145 'browser/mojo/service_registrar_android.h', 1145 'browser/mojo/service_registrar_android.h',
1146 'browser/net/browser_online_state_observer.cc', 1146 'browser/net/browser_online_state_observer.cc',
1147 'browser/net/browser_online_state_observer.h', 1147 'browser/net/browser_online_state_observer.h',
1148 'browser/net/insecure_request_interceptor.cc',
1149 'browser/net/insecure_request_interceptor.h',
1148 'browser/net/network_errors_listing_ui.cc', 1150 'browser/net/network_errors_listing_ui.cc',
1149 'browser/net/network_errors_listing_ui.h', 1151 'browser/net/network_errors_listing_ui.h',
1150 'browser/net/quota_policy_cookie_store.cc', 1152 'browser/net/quota_policy_cookie_store.cc',
1151 'browser/net/quota_policy_cookie_store.h', 1153 'browser/net/quota_policy_cookie_store.h',
1152 'browser/net/view_blob_internals_job_factory.cc', 1154 'browser/net/view_blob_internals_job_factory.cc',
1153 'browser/net/view_blob_internals_job_factory.h', 1155 'browser/net/view_blob_internals_job_factory.h',
1154 'browser/net/view_http_cache_job_factory.cc', 1156 'browser/net/view_http_cache_job_factory.cc',
1155 'browser/net/view_http_cache_job_factory.h', 1157 'browser/net/view_http_cache_job_factory.h',
1156 'browser/notification_service_impl.cc', 1158 'browser/notification_service_impl.cc',
1157 'browser/notification_service_impl.h', 1159 'browser/notification_service_impl.h',
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2210 ], 2212 ],
2211 }], 2213 }],
2212 ['OS != "mac" and OS != "android"', { 2214 ['OS != "mac" and OS != "android"', {
2213 'sources!': [ 2215 'sources!': [
2214 'browser/gpu/gpu_surface_tracker.cc', 2216 'browser/gpu/gpu_surface_tracker.cc',
2215 'browser/gpu/gpu_surface_tracker.h', 2217 'browser/gpu/gpu_surface_tracker.h',
2216 ], 2218 ],
2217 }], 2219 }],
2218 ], 2220 ],
2219 } 2221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698