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

Side by Side Diff: content/content_browser.gypi

Issue 2222723002: Avoid calling into the ContentBrowserClient interface from ResourceDispatcherHostImpl to determine … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile failures Created 4 years, 4 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'public/browser/render_widget_host.h', 273 'public/browser/render_widget_host.h',
274 'public/browser/render_widget_host_view.h', 274 'public/browser/render_widget_host_view.h',
275 'public/browser/render_widget_host_view_frame_subscriber.h', 275 'public/browser/render_widget_host_view_frame_subscriber.h',
276 'public/browser/render_widget_host_view_mac_delegate.h', 276 'public/browser/render_widget_host_view_mac_delegate.h',
277 'public/browser/resource_context.h', 277 'public/browser/resource_context.h',
278 'public/browser/resource_controller.h', 278 'public/browser/resource_controller.h',
279 'public/browser/resource_dispatcher_host.cc', 279 'public/browser/resource_dispatcher_host.cc',
280 'public/browser/resource_dispatcher_host.h', 280 'public/browser/resource_dispatcher_host.h',
281 'public/browser/resource_dispatcher_host_delegate.cc', 281 'public/browser/resource_dispatcher_host_delegate.cc',
282 'public/browser/resource_dispatcher_host_delegate.h', 282 'public/browser/resource_dispatcher_host_delegate.h',
283 'public/browser/resource_dispatcher_host_interceptor.cc',
284 'public/browser/resource_dispatcher_host_interceptor.h',
283 'public/browser/resource_dispatcher_host_login_delegate.h', 285 'public/browser/resource_dispatcher_host_login_delegate.h',
284 'public/browser/resource_hints.h', 286 'public/browser/resource_hints.h',
285 'public/browser/resource_request_details.cc', 287 'public/browser/resource_request_details.cc',
286 'public/browser/resource_request_details.h', 288 'public/browser/resource_request_details.h',
287 'public/browser/resource_request_info.h', 289 'public/browser/resource_request_info.h',
288 'public/browser/resource_throttle.h', 290 'public/browser/resource_throttle.h',
289 'public/browser/save_page_type.h', 291 'public/browser/save_page_type.h',
290 'public/browser/screen_orientation_delegate.h', 292 'public/browser/screen_orientation_delegate.h',
291 'public/browser/screen_orientation_dispatcher_host.h', 293 'public/browser/screen_orientation_dispatcher_host.h',
292 'public/browser/screen_orientation_provider.cc', 294 'public/browser/screen_orientation_provider.cc',
(...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 ], 2113 ],
2112 }], 2114 }],
2113 ['OS != "mac" and OS != "android"', { 2115 ['OS != "mac" and OS != "android"', {
2114 'sources!': [ 2116 'sources!': [
2115 'browser/gpu/gpu_surface_tracker.cc', 2117 'browser/gpu/gpu_surface_tracker.cc',
2116 'browser/gpu/gpu_surface_tracker.h', 2118 'browser/gpu/gpu_surface_tracker.h',
2117 ], 2119 ],
2118 }], 2120 }],
2119 ], 2121 ],
2120 } 2122 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698