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

Side by Side Diff: cc/cc.gyp

Issue 698053002: Choose Largest DrawQuad Type No Longer Depended on Compiler Flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no const needed 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/BUILD.gn ('k') | cc/quads/draw_quad_unittest.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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'quads/content_draw_quad_base.h', 314 'quads/content_draw_quad_base.h',
315 'quads/debug_border_draw_quad.cc', 315 'quads/debug_border_draw_quad.cc',
316 'quads/debug_border_draw_quad.h', 316 'quads/debug_border_draw_quad.h',
317 'quads/draw_polygon.cc', 317 'quads/draw_polygon.cc',
318 'quads/draw_polygon.h', 318 'quads/draw_polygon.h',
319 'quads/draw_quad.cc', 319 'quads/draw_quad.cc',
320 'quads/draw_quad.h', 320 'quads/draw_quad.h',
321 'quads/io_surface_draw_quad.cc', 321 'quads/io_surface_draw_quad.cc',
322 'quads/io_surface_draw_quad.h', 322 'quads/io_surface_draw_quad.h',
323 'quads/largest_draw_quad.h', 323 'quads/largest_draw_quad.h',
324 'quads/largest_draw_quad.cc',
324 'quads/list_container.cc', 325 'quads/list_container.cc',
325 'quads/list_container.h', 326 'quads/list_container.h',
326 'quads/picture_draw_quad.cc', 327 'quads/picture_draw_quad.cc',
327 'quads/picture_draw_quad.h', 328 'quads/picture_draw_quad.h',
328 'quads/render_pass.cc', 329 'quads/render_pass.cc',
329 'quads/render_pass.h', 330 'quads/render_pass.h',
330 'quads/render_pass_draw_quad.cc', 331 'quads/render_pass_draw_quad.cc',
331 'quads/render_pass_draw_quad.h', 332 'quads/render_pass_draw_quad.h',
332 'quads/render_pass_id.cc', 333 'quads/render_pass_id.cc',
333 'quads/render_pass_id.h', 334 'quads/render_pass_id.h',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'surfaces/surface_resource_holder.cc', 545 'surfaces/surface_resource_holder.cc',
545 'surfaces/surface_resource_holder.h', 546 'surfaces/surface_resource_holder.h',
546 'surfaces/surfaces_export.h', 547 'surfaces/surfaces_export.h',
547 ], 548 ],
548 'includes': [ 549 'includes': [
549 '../build/android/increase_size_for_speed.gypi', 550 '../build/android/increase_size_for_speed.gypi',
550 ], 551 ],
551 }, 552 },
552 ], 553 ],
553 } 554 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/quads/draw_quad_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698