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

Side by Side Diff: cc/cc.gyp

Issue 19305002: Merge 210098 "cc: Eliminate tile.h's dependency on tile_manager.h" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/resources/raster_mode.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 'cc_source_files': [ 8 'cc_source_files': [
9 'animation/animation.cc', 9 'animation/animation.cc',
10 'animation/animation.h', 10 'animation/animation.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'resources/picture_pile_impl.h', 263 'resources/picture_pile_impl.h',
264 'resources/pixel_buffer_raster_worker_pool.cc', 264 'resources/pixel_buffer_raster_worker_pool.cc',
265 'resources/pixel_buffer_raster_worker_pool.h', 265 'resources/pixel_buffer_raster_worker_pool.h',
266 'resources/platform_color.h', 266 'resources/platform_color.h',
267 'resources/prioritized_resource.cc', 267 'resources/prioritized_resource.cc',
268 'resources/prioritized_resource.h', 268 'resources/prioritized_resource.h',
269 'resources/prioritized_resource_manager.cc', 269 'resources/prioritized_resource_manager.cc',
270 'resources/prioritized_resource_manager.h', 270 'resources/prioritized_resource_manager.h',
271 'resources/priority_calculator.cc', 271 'resources/priority_calculator.cc',
272 'resources/priority_calculator.h', 272 'resources/priority_calculator.h',
273 'resources/raster_mode.cc',
274 'resources/raster_mode.h',
273 'resources/raster_worker_pool.cc', 275 'resources/raster_worker_pool.cc',
274 'resources/raster_worker_pool.h', 276 'resources/raster_worker_pool.h',
275 'resources/resource.cc', 277 'resources/resource.cc',
276 'resources/resource.h', 278 'resources/resource.h',
277 'resources/resource_pool.cc', 279 'resources/resource_pool.cc',
278 'resources/resource_pool.h', 280 'resources/resource_pool.h',
279 'resources/resource_provider.cc', 281 'resources/resource_provider.cc',
280 'resources/resource_provider.h', 282 'resources/resource_provider.h',
281 'resources/resource_update.cc', 283 'resources/resource_update.cc',
282 'resources/resource_update.h', 284 'resources/resource_update.h',
(...skipping 85 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_mode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698