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

Side by Side Diff: cc/cc.gyp

Issue 754433003: Update from https://crrev.com/305340 (Closed) Base URL: git@github.com:domokit/mojo.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 | « cc/blink/BUILD.gn ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'output/overlay_processor.cc', 294 'output/overlay_processor.cc',
295 'output/overlay_processor.h', 295 'output/overlay_processor.h',
296 'output/overlay_strategy_single_on_top.cc', 296 'output/overlay_strategy_single_on_top.cc',
297 'output/overlay_strategy_single_on_top.h', 297 'output/overlay_strategy_single_on_top.h',
298 'output/program_binding.cc', 298 'output/program_binding.cc',
299 'output/program_binding.h', 299 'output/program_binding.h',
300 'output/render_surface_filters.cc', 300 'output/render_surface_filters.cc',
301 'output/render_surface_filters.h', 301 'output/render_surface_filters.h',
302 'output/renderer.cc', 302 'output/renderer.cc',
303 'output/renderer.h', 303 'output/renderer.h',
304 'output/renderer_settings.cc',
305 'output/renderer_settings.h',
304 'output/shader.cc', 306 'output/shader.cc',
305 'output/shader.h', 307 'output/shader.h',
306 'output/software_frame_data.cc', 308 'output/software_frame_data.cc',
307 'output/software_frame_data.h', 309 'output/software_frame_data.h',
308 'output/software_output_device.cc', 310 'output/software_output_device.cc',
309 'output/software_output_device.h', 311 'output/software_output_device.h',
310 'output/software_renderer.cc', 312 'output/software_renderer.cc',
311 'output/software_renderer.h', 313 'output/software_renderer.h',
312 'output/viewport_selection_bound.cc', 314 'output/viewport_selection_bound.cc',
313 'output/viewport_selection_bound.h', 315 'output/viewport_selection_bound.h',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'surfaces/surface_resource_holder.cc', 550 'surfaces/surface_resource_holder.cc',
549 'surfaces/surface_resource_holder.h', 551 'surfaces/surface_resource_holder.h',
550 'surfaces/surfaces_export.h', 552 'surfaces/surfaces_export.h',
551 ], 553 ],
552 'includes': [ 554 'includes': [
553 '../build/android/increase_size_for_speed.gypi', 555 '../build/android/increase_size_for_speed.gypi',
554 ], 556 ],
555 }, 557 },
556 ], 558 ],
557 } 559 }
OLDNEW
« no previous file with comments | « cc/blink/BUILD.gn ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698