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

Side by Side Diff: cc/cc.gyp

Issue 1398003003: Prototype: NativeLayer renderer with GL fallback Base URL: https://chromium.googlesource.com/chromium/src.git@root
Patch Set: Created 5 years, 2 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 | « no previous file | cc/output/native_layer_renderer.h » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'output/gl_renderer.cc', 292 'output/gl_renderer.cc',
293 'output/gl_renderer.h', 293 'output/gl_renderer.h',
294 'output/gl_renderer_draw_cache.cc', 294 'output/gl_renderer_draw_cache.cc',
295 'output/gl_renderer_draw_cache.h', 295 'output/gl_renderer_draw_cache.h',
296 'output/latency_info_swap_promise.cc', 296 'output/latency_info_swap_promise.cc',
297 'output/latency_info_swap_promise.h', 297 'output/latency_info_swap_promise.h',
298 'output/layer_quad.cc', 298 'output/layer_quad.cc',
299 'output/layer_quad.h', 299 'output/layer_quad.h',
300 'output/managed_memory_policy.cc', 300 'output/managed_memory_policy.cc',
301 'output/managed_memory_policy.h', 301 'output/managed_memory_policy.h',
302 'output/native_layer_renderer.cc',
303 'output/native_layer_renderer.h',
302 'output/output_surface.cc', 304 'output/output_surface.cc',
303 'output/output_surface.h', 305 'output/output_surface.h',
304 'output/output_surface_client.h', 306 'output/output_surface_client.h',
305 'output/overlay_candidate.cc', 307 'output/overlay_candidate.cc',
306 'output/overlay_candidate.h', 308 'output/overlay_candidate.h',
307 'output/overlay_candidate_validator.h', 309 'output/overlay_candidate_validator.h',
308 'output/overlay_processor.cc', 310 'output/overlay_processor.cc',
309 'output/overlay_processor.h', 311 'output/overlay_processor.h',
310 'output/overlay_strategy_all_or_nothing.cc', 312 'output/overlay_strategy_all_or_nothing.cc',
311 'output/overlay_strategy_all_or_nothing.h', 313 'output/overlay_strategy_all_or_nothing.h',
312 'output/overlay_strategy_sandwich.cc', 314 'output/overlay_strategy_sandwich.cc',
313 'output/overlay_strategy_sandwich.h', 315 'output/overlay_strategy_sandwich.h',
314 'output/overlay_strategy_single_on_top.cc', 316 'output/overlay_strategy_single_on_top.cc',
315 'output/overlay_strategy_single_on_top.h', 317 'output/overlay_strategy_single_on_top.h',
316 'output/overlay_strategy_underlay.cc', 318 'output/overlay_strategy_underlay.cc',
317 'output/overlay_strategy_underlay.h', 319 'output/overlay_strategy_underlay.h',
318 'output/program_binding.cc', 320 'output/program_binding.cc',
319 'output/program_binding.h', 321 'output/program_binding.h',
320 'output/render_surface_filters.cc', 322 'output/render_surface_filters.cc',
321 'output/render_surface_filters.h', 323 'output/render_surface_filters.h',
322 'output/renderer.cc', 324 'output/renderer.cc',
323 'output/renderer.h', 325 'output/renderer.h',
324 'output/renderer_capabilities.cc', 326 'output/renderer_capabilities.cc',
325 'output/renderer_capabilities.h', 327 'output/renderer_capabilities.h',
328 'output/renderer_chain.cc',
329 'output/renderer_chain.h',
326 'output/renderer_settings.cc', 330 'output/renderer_settings.cc',
327 'output/renderer_settings.h', 331 'output/renderer_settings.h',
328 'output/shader.cc', 332 'output/shader.cc',
329 'output/shader.h', 333 'output/shader.h',
330 'output/software_output_device.cc', 334 'output/software_output_device.cc',
331 'output/software_output_device.h', 335 'output/software_output_device.h',
332 'output/software_renderer.cc', 336 'output/software_renderer.cc',
333 'output/software_renderer.h', 337 'output/software_renderer.h',
334 'output/static_geometry_binding.cc', 338 'output/static_geometry_binding.cc',
335 'output/static_geometry_binding.h', 339 'output/static_geometry_binding.h',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'surfaces/surface_resource_holder.cc', 620 'surfaces/surface_resource_holder.cc',
617 'surfaces/surface_resource_holder.h', 621 'surfaces/surface_resource_holder.h',
618 'surfaces/surfaces_export.h', 622 'surfaces/surfaces_export.h',
619 ], 623 ],
620 'includes': [ 624 'includes': [
621 '../build/android/increase_size_for_speed.gypi', 625 '../build/android/increase_size_for_speed.gypi',
622 ], 626 ],
623 }, 627 },
624 ], 628 ],
625 } 629 }
OLDNEW
« no previous file with comments | « no previous file | cc/output/native_layer_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698