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

Side by Side Diff: content/content_renderer.gypi

Issue 619843002: cc: Make separate interface for BeginFrame ipc from OutputSurface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | 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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', 151 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc',
152 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', 152 'renderer/fetchers/multi_resolution_image_resource_fetcher.h',
153 'renderer/fetchers/resource_fetcher_impl.cc', 153 'renderer/fetchers/resource_fetcher_impl.cc',
154 'renderer/fetchers/resource_fetcher_impl.h', 154 'renderer/fetchers/resource_fetcher_impl.h',
155 'renderer/fetchers/web_url_loader_client_impl.cc', 155 'renderer/fetchers/web_url_loader_client_impl.cc',
156 'renderer/fetchers/web_url_loader_client_impl.h', 156 'renderer/fetchers/web_url_loader_client_impl.h',
157 'renderer/gamepad_shared_memory_reader.cc', 157 'renderer/gamepad_shared_memory_reader.cc',
158 'renderer/gamepad_shared_memory_reader.h', 158 'renderer/gamepad_shared_memory_reader.h',
159 'renderer/geolocation_dispatcher.cc', 159 'renderer/geolocation_dispatcher.cc',
160 'renderer/geolocation_dispatcher.h', 160 'renderer/geolocation_dispatcher.h',
161 'renderer/gpu/compositor_external_begin_frame_source.cc',
162 'renderer/gpu/compositor_external_begin_frame_source.h',
163 'renderer/gpu/compositor_forwarding_message_filter.cc',
164 'renderer/gpu/compositor_forwarding_message_filter.h',
161 'renderer/gpu/compositor_output_surface.cc', 165 'renderer/gpu/compositor_output_surface.cc',
162 'renderer/gpu/compositor_output_surface.h', 166 'renderer/gpu/compositor_output_surface.h',
163 'renderer/gpu/compositor_software_output_device.cc', 167 'renderer/gpu/compositor_software_output_device.cc',
164 'renderer/gpu/compositor_software_output_device.h', 168 'renderer/gpu/compositor_software_output_device.h',
165 'renderer/gpu/delegated_compositor_output_surface.cc', 169 'renderer/gpu/delegated_compositor_output_surface.cc',
166 'renderer/gpu/delegated_compositor_output_surface.h', 170 'renderer/gpu/delegated_compositor_output_surface.h',
167 'renderer/gpu/frame_swap_message_queue.cc', 171 'renderer/gpu/frame_swap_message_queue.cc',
168 'renderer/gpu/frame_swap_message_queue.h', 172 'renderer/gpu/frame_swap_message_queue.h',
169 'renderer/gpu/gpu_benchmarking_extension.cc', 173 'renderer/gpu/gpu_benchmarking_extension.cc',
170 'renderer/gpu/gpu_benchmarking_extension.h', 174 'renderer/gpu/gpu_benchmarking_extension.h',
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 }], 859 }],
856 ], 860 ],
857 'target_conditions': [ 861 'target_conditions': [
858 ['OS=="android"', { 862 ['OS=="android"', {
859 'sources/': [ 863 'sources/': [
860 ['include', '^renderer/render_view_linux\\.cc$'], 864 ['include', '^renderer/render_view_linux\\.cc$'],
861 ], 865 ],
862 }], 866 }],
863 ], 867 ],
864 } 868 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698