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

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: get debug name in Update() 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') | cc/layers/heads_up_display_layer.cc » ('J')
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'layers/heads_up_display_layer_impl.cc', 114 'layers/heads_up_display_layer_impl.cc',
115 'layers/heads_up_display_layer_impl.h', 115 'layers/heads_up_display_layer_impl.h',
116 'layers/image_layer.cc', 116 'layers/image_layer.cc',
117 'layers/image_layer.h', 117 'layers/image_layer.h',
118 'layers/io_surface_layer.cc', 118 'layers/io_surface_layer.cc',
119 'layers/io_surface_layer.h', 119 'layers/io_surface_layer.h',
120 'layers/io_surface_layer_impl.cc', 120 'layers/io_surface_layer_impl.cc',
121 'layers/io_surface_layer_impl.h', 121 'layers/io_surface_layer_impl.h',
122 'layers/layer.cc', 122 'layers/layer.cc',
123 'layers/layer.h', 123 'layers/layer.h',
124 'layers/layer_client.h',
124 'layers/layer_impl.cc', 125 'layers/layer_impl.cc',
125 'layers/layer_impl.h', 126 'layers/layer_impl.h',
126 'layers/layer_iterator.cc', 127 'layers/layer_iterator.cc',
127 'layers/layer_iterator.h', 128 'layers/layer_iterator.h',
128 'layers/layer_lists.cc', 129 'layers/layer_lists.cc',
129 'layers/layer_lists.h', 130 'layers/layer_lists.h',
130 'layers/layer_position_constraint.cc', 131 'layers/layer_position_constraint.cc',
131 'layers/layer_position_constraint.h', 132 'layers/layer_position_constraint.h',
132 'layers/nine_patch_layer.cc', 133 'layers/nine_patch_layer.cc',
133 'layers/nine_patch_layer.h', 134 'layers/nine_patch_layer.h',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'trees/thread_proxy.cc', 379 'trees/thread_proxy.cc',
379 'trees/thread_proxy.h', 380 'trees/thread_proxy.h',
380 'trees/tree_synchronizer.cc', 381 'trees/tree_synchronizer.cc',
381 'trees/tree_synchronizer.h', 382 'trees/tree_synchronizer.h',
382 ], 383 ],
383 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 384 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
384 'msvs_disabled_warnings': [ 4267, ], 385 'msvs_disabled_warnings': [ 4267, ],
385 }, 386 },
386 ], 387 ],
387 } 388 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/heads_up_display_layer.h » ('j') | cc/layers/heads_up_display_layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698