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

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: 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/resource_provider.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 '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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'switches.h', 256 'switches.h',
257 'texture_copier.cc', 257 'texture_copier.cc',
258 'texture_copier.h', 258 'texture_copier.h',
259 'texture_draw_quad.cc', 259 'texture_draw_quad.cc',
260 'texture_draw_quad.h', 260 'texture_draw_quad.h',
261 'texture_layer.cc', 261 'texture_layer.cc',
262 'texture_layer.h', 262 'texture_layer.h',
263 'texture_layer_client.h', 263 'texture_layer_client.h',
264 'texture_layer_impl.cc', 264 'texture_layer_impl.cc',
265 'texture_layer_impl.h', 265 'texture_layer_impl.h',
266 'texture_mailbox.cc',
267 'texture_mailbox.h',
266 'texture_uploader.cc', 268 'texture_uploader.cc',
267 'texture_uploader.h', 269 'texture_uploader.h',
268 'thread.h', 270 'thread.h',
269 'thread_impl.cc', 271 'thread_impl.cc',
270 'thread_impl.h', 272 'thread_impl.h',
271 'thread_proxy.cc', 273 'thread_proxy.cc',
272 'thread_proxy.h', 274 'thread_proxy.h',
273 'tile.cc', 275 'tile.cc',
274 'tile.h', 276 'tile.h',
275 'tile_draw_quad.cc', 277 'tile_draw_quad.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 ], 347 ],
346 'all_dependent_settings': { 348 'all_dependent_settings': {
347 'include_dirs': [ 349 'include_dirs': [
348 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 350 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
349 '<(webkit_src_dir)/Source/Platform/chromium' 351 '<(webkit_src_dir)/Source/Platform/chromium'
350 ] 352 ]
351 } 353 }
352 }, 354 },
353 ], 355 ],
354 } 356 }
OLDNEW
« no previous file with comments | « no previous file | cc/resource_provider.h » ('j') | cc/resource_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698