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

Side by Side Diff: content/content_browser.gypi

Issue 1960743002: Remove dependency of AsyncResourceLoader on content/browser/host_zoom_map_impl.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@devtoolsnetlog-loader
Patch Set: missed override Created 4 years, 7 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
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'browser/child_process_security_policy_impl.h', 549 'browser/child_process_security_policy_impl.h',
550 'browser/cocoa/system_hotkey_helper_mac.h', 550 'browser/cocoa/system_hotkey_helper_mac.h',
551 'browser/cocoa/system_hotkey_helper_mac.mm', 551 'browser/cocoa/system_hotkey_helper_mac.mm',
552 'browser/cocoa/system_hotkey_map.h', 552 'browser/cocoa/system_hotkey_map.h',
553 'browser/cocoa/system_hotkey_map.mm', 553 'browser/cocoa/system_hotkey_map.mm',
554 # NOTE: These files are here instead of in compositor_browser_sources 554 # NOTE: These files are here instead of in compositor_browser_sources
555 # because the latter is not built on Android, whereas these files are 555 # because the latter is not built on Android, whereas these files are
556 # needed on all platforms. 556 # needed on all platforms.
557 'browser/compositor/surface_utils.cc', 557 'browser/compositor/surface_utils.cc',
558 'browser/compositor/surface_utils.h', 558 'browser/compositor/surface_utils.h',
559 'browser/content_resource_dispatcher_host.cc',
560 'browser/content_resource_dispatcher_host.h',
561 'browser/content_resource_dispatcher_host_delegate.cc',
562 'browser/content_resource_dispatcher_host_delegate.h',
559 'browser/device_sensors/ambient_light_mac.cc', 563 'browser/device_sensors/ambient_light_mac.cc',
560 'browser/device_sensors/ambient_light_mac.h', 564 'browser/device_sensors/ambient_light_mac.h',
561 'browser/device_sensors/data_fetcher_shared_memory.h', 565 'browser/device_sensors/data_fetcher_shared_memory.h',
562 'browser/device_sensors/data_fetcher_shared_memory_android.cc', 566 'browser/device_sensors/data_fetcher_shared_memory_android.cc',
563 'browser/device_sensors/data_fetcher_shared_memory_base.cc', 567 'browser/device_sensors/data_fetcher_shared_memory_base.cc',
564 'browser/device_sensors/data_fetcher_shared_memory_base.h', 568 'browser/device_sensors/data_fetcher_shared_memory_base.h',
565 'browser/device_sensors/data_fetcher_shared_memory_chromeos.cc', 569 'browser/device_sensors/data_fetcher_shared_memory_chromeos.cc',
566 'browser/device_sensors/data_fetcher_shared_memory_default.cc', 570 'browser/device_sensors/data_fetcher_shared_memory_default.cc',
567 'browser/device_sensors/data_fetcher_shared_memory_mac.cc', 571 'browser/device_sensors/data_fetcher_shared_memory_mac.cc',
568 'browser/device_sensors/data_fetcher_shared_memory_win.cc', 572 'browser/device_sensors/data_fetcher_shared_memory_win.cc',
(...skipping 1637 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 ], 2210 ],
2207 }], 2211 }],
2208 ['OS != "mac" and OS != "android"', { 2212 ['OS != "mac" and OS != "android"', {
2209 'sources!': [ 2213 'sources!': [
2210 'browser/gpu/gpu_surface_tracker.cc', 2214 'browser/gpu/gpu_surface_tracker.cc',
2211 'browser/gpu/gpu_surface_tracker.h', 2215 'browser/gpu/gpu_surface_tracker.h',
2212 ], 2216 ],
2213 }], 2217 }],
2214 ], 2218 ],
2215 } 2219 }
OLDNEW
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698