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

Side by Side Diff: cc/cc.gyp

Issue 16903005: Add layer name into frame viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase code Created 7 years, 4 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/layers/heads_up_display_layer.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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'layers/heads_up_display_layer_impl.cc', 116 'layers/heads_up_display_layer_impl.cc',
117 'layers/heads_up_display_layer_impl.h', 117 'layers/heads_up_display_layer_impl.h',
118 'layers/image_layer.cc', 118 'layers/image_layer.cc',
119 'layers/image_layer.h', 119 'layers/image_layer.h',
120 'layers/io_surface_layer.cc', 120 'layers/io_surface_layer.cc',
121 'layers/io_surface_layer.h', 121 'layers/io_surface_layer.h',
122 'layers/io_surface_layer_impl.cc', 122 'layers/io_surface_layer_impl.cc',
123 'layers/io_surface_layer_impl.h', 123 'layers/io_surface_layer_impl.h',
124 'layers/layer.cc', 124 'layers/layer.cc',
125 'layers/layer.h', 125 'layers/layer.h',
126 'layers/layer_client.h',
126 'layers/layer_impl.cc', 127 'layers/layer_impl.cc',
127 'layers/layer_impl.h', 128 'layers/layer_impl.h',
128 'layers/layer_iterator.cc', 129 'layers/layer_iterator.cc',
129 'layers/layer_iterator.h', 130 'layers/layer_iterator.h',
130 'layers/layer_lists.cc', 131 'layers/layer_lists.cc',
131 'layers/layer_lists.h', 132 'layers/layer_lists.h',
132 'layers/layer_position_constraint.cc', 133 'layers/layer_position_constraint.cc',
133 'layers/layer_position_constraint.h', 134 'layers/layer_position_constraint.h',
134 'layers/nine_patch_layer.cc', 135 'layers/nine_patch_layer.cc',
135 'layers/nine_patch_layer.h', 136 'layers/nine_patch_layer.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'trees/thread_proxy.cc', 383 'trees/thread_proxy.cc',
383 'trees/thread_proxy.h', 384 'trees/thread_proxy.h',
384 'trees/tree_synchronizer.cc', 385 'trees/tree_synchronizer.cc',
385 'trees/tree_synchronizer.h', 386 'trees/tree_synchronizer.h',
386 ], 387 ],
387 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 388 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
388 'msvs_disabled_warnings': [ 4267, ], 389 'msvs_disabled_warnings': [ 4267, ],
389 }, 390 },
390 ], 391 ],
391 } 392 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/heads_up_display_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698