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

Side by Side Diff: cc/cc.gyp

Issue 11888010: Cosmetic cleanup to texture_layer mailboxes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments Created 7 years, 11 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/resource_provider.h » ('j') | cc/texture_mailbox.h » ('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 'cc_source_files': [ 7 'cc_source_files': [
8 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'switches.h', 250 'switches.h',
251 'texture_copier.cc', 251 'texture_copier.cc',
252 'texture_copier.h', 252 'texture_copier.h',
253 'texture_draw_quad.cc', 253 'texture_draw_quad.cc',
254 'texture_draw_quad.h', 254 'texture_draw_quad.h',
255 'texture_layer.cc', 255 'texture_layer.cc',
256 'texture_layer.h', 256 'texture_layer.h',
257 'texture_layer_client.h', 257 'texture_layer_client.h',
258 'texture_layer_impl.cc', 258 'texture_layer_impl.cc',
259 'texture_layer_impl.h', 259 'texture_layer_impl.h',
260 'texture_mailbox.cc',
261 'texture_mailbox.h',
260 'texture_uploader.cc', 262 'texture_uploader.cc',
261 'texture_uploader.h', 263 'texture_uploader.h',
262 'thread.h', 264 'thread.h',
263 'thread_impl.cc', 265 'thread_impl.cc',
264 'thread_impl.h', 266 'thread_impl.h',
265 'thread_proxy.cc', 267 'thread_proxy.cc',
266 'thread_proxy.h', 268 'thread_proxy.h',
267 'tile.cc', 269 'tile.cc',
268 'tile.h', 270 'tile.h',
269 'tile_draw_quad.cc', 271 'tile_draw_quad.cc',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 ], 337 ],
336 'all_dependent_settings': { 338 'all_dependent_settings': {
337 'include_dirs': [ 339 'include_dirs': [
338 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 340 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
339 '<(webkit_src_dir)/Source/Platform/chromium' 341 '<(webkit_src_dir)/Source/Platform/chromium'
340 ] 342 ]
341 } 343 }
342 }, 344 },
343 ], 345 ],
344 } 346 }
OLDNEW
« no previous file with comments | « no previous file | cc/resource_provider.h » ('j') | cc/texture_mailbox.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698