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

Side by Side Diff: cc/cc.gyp

Issue 154163005: cc: Abstract out proxy timing history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile oops Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/trees/proxy_timing_history.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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'trees/layer_tree_host_impl.cc', 433 'trees/layer_tree_host_impl.cc',
434 'trees/layer_tree_host_impl.h', 434 'trees/layer_tree_host_impl.h',
435 'trees/layer_tree_impl.cc', 435 'trees/layer_tree_impl.cc',
436 'trees/layer_tree_impl.h', 436 'trees/layer_tree_impl.h',
437 'trees/layer_tree_settings.cc', 437 'trees/layer_tree_settings.cc',
438 'trees/layer_tree_settings.h', 438 'trees/layer_tree_settings.h',
439 'trees/occlusion_tracker.cc', 439 'trees/occlusion_tracker.cc',
440 'trees/occlusion_tracker.h', 440 'trees/occlusion_tracker.h',
441 'trees/proxy.cc', 441 'trees/proxy.cc',
442 'trees/proxy.h', 442 'trees/proxy.h',
443 'trees/proxy_timing_history.cc',
444 'trees/proxy_timing_history.h',
443 'trees/quad_culler.cc', 445 'trees/quad_culler.cc',
444 'trees/quad_culler.h', 446 'trees/quad_culler.h',
445 'trees/single_thread_proxy.cc', 447 'trees/single_thread_proxy.cc',
446 'trees/single_thread_proxy.h', 448 'trees/single_thread_proxy.h',
447 'trees/thread_proxy.cc', 449 'trees/thread_proxy.cc',
448 'trees/thread_proxy.h', 450 'trees/thread_proxy.h',
449 'trees/tree_synchronizer.cc', 451 'trees/tree_synchronizer.cc',
450 'trees/tree_synchronizer.h', 452 'trees/tree_synchronizer.h',
451 ], 453 ],
452 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 454 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 18 matching lines...) Expand all
471 'surfaces/surface.h', 473 'surfaces/surface.h',
472 'surfaces/surface_aggregator.cc', 474 'surfaces/surface_aggregator.cc',
473 'surfaces/surface_aggregator.h', 475 'surfaces/surface_aggregator.h',
474 'surfaces/surface_manager.cc', 476 'surfaces/surface_manager.cc',
475 'surfaces/surface_manager.h', 477 'surfaces/surface_manager.h',
476 'surfaces/surfaces_export.h', 478 'surfaces/surfaces_export.h',
477 ], 479 ],
478 }, 480 },
479 ], 481 ],
480 } 482 }
OLDNEW
« no previous file with comments | « no previous file | cc/trees/proxy_timing_history.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698