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

Side by Side Diff: cc/cc.gyp

Issue 17625002: cc: Eliminate tile.h's dependency on tile_manager.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: spacing update Created 7 years, 6 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/resources/raster_worker_pool.h » ('j') | cc/resources/raster_worker_pool.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 'cc_source_files': [ 8 'cc_source_files': [
9 'animation/animation.cc', 9 'animation/animation.cc',
10 'animation/animation.h', 10 'animation/animation.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'resources/scoped_resource.cc', 287 'resources/scoped_resource.cc',
288 'resources/scoped_resource.h', 288 'resources/scoped_resource.h',
289 'resources/skpicture_content_layer_updater.cc', 289 'resources/skpicture_content_layer_updater.cc',
290 'resources/skpicture_content_layer_updater.h', 290 'resources/skpicture_content_layer_updater.h',
291 'resources/sync_point_helper.cc', 291 'resources/sync_point_helper.cc',
292 'resources/sync_point_helper.h', 292 'resources/sync_point_helper.h',
293 'resources/texture_mailbox.cc', 293 'resources/texture_mailbox.cc',
294 'resources/texture_mailbox.h', 294 'resources/texture_mailbox.h',
295 'resources/tile.cc', 295 'resources/tile.cc',
296 'resources/tile.h', 296 'resources/tile.h',
297 'resources/tile_data.cc',
298 'resources/tile_data.h',
297 'resources/tile_manager.cc', 299 'resources/tile_manager.cc',
298 'resources/tile_manager.h', 300 'resources/tile_manager.h',
299 'resources/tile_priority.cc', 301 'resources/tile_priority.cc',
300 'resources/tile_priority.h', 302 'resources/tile_priority.h',
301 'resources/transferable_resource.cc', 303 'resources/transferable_resource.cc',
302 'resources/transferable_resource.h', 304 'resources/transferable_resource.h',
303 'resources/video_resource_updater.cc', 305 'resources/video_resource_updater.cc',
304 'resources/video_resource_updater.h', 306 'resources/video_resource_updater.h',
305 'resources/worker_pool.cc', 307 'resources/worker_pool.cc',
306 'resources/worker_pool.h', 308 'resources/worker_pool.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'CC_IMPLEMENTATION=1', 370 'CC_IMPLEMENTATION=1',
369 ], 371 ],
370 'sources': [ 372 'sources': [
371 '<@(cc_source_files)', 373 '<@(cc_source_files)',
372 ], 374 ],
373 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 375 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
374 'msvs_disabled_warnings': [ 4267, ], 376 'msvs_disabled_warnings': [ 4267, ],
375 }, 377 },
376 ], 378 ],
377 } 379 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/raster_worker_pool.h » ('j') | cc/resources/raster_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698